1. 12 4月, 2018 2 次提交
    • E
      drm/amdgpu: add MP1 and THM hw ip base reg offset · 1b59fb03
      Evan Quan 提交于
      Signed-off-by: NEvan Quan <evan.quan@amd.com>
      Reviewed-by: NRex Zhu <Rex.Zhu@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      1b59fb03
    • H
      drm/amdgpu: fix null pointer panic with direct fw loading on gpu reset · 2d4f9020
      Huang Rui 提交于
      When system uses fw direct loading, then psp context structure won't be
      initiliazed. And it is also unable to execute mode reset.
      
      [  434.601474] amdgpu 0000:0c:00.0: GPU reset begin!
      [  434.694326] amdgpu 0000:0c:00.0: GPU reset
      [  434.743152] BUG: unable to handle kernel NULL pointer dereference at
      0000000000000058
      [  434.838474] IP: psp_gpu_reset+0xc/0x30 [amdgpu]
      [  434.893532] PGD 406ed9067
      [  434.893533] P4D 406ed9067
      [  434.926376] PUD 400b46067
      [  434.959217] PMD 0
      [  435.033379] Oops: 0000 [#1] SMP
      [  435.072573] Modules linked in: amdgpu(OE) chash(OE) gpu_sched(OE) ttm(OE)
      drm_kms_helper(OE) drm(OE) fb_sys_fops syscopyarea sysfillrect sysimgblt
      rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd grace fscache snd_hda_codec_realtek
      snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel snd_hda_codec
      snd_hda_core snd_hwdep snd_pcm edac_mce_amd snd_seq_midi snd_seq_midi_event
      kvm_amd snd_rawmidi kvm irqbypass crct10dif_pclmul crc32_pclmul snd_seq
      ghash_clmulni_intel snd_seq_device pcbc snd_timer eeepc_wmi aesni_intel snd
      asus_wmi aes_x86_64 sparse_keymap crypto_simd glue_helper joydev soundcore
      wmi_bmof cryptd video i2c_piix4 shpchp 8250_dw i2c_designware_platform mac_hid
      i2c_designware_core sunrpc parport_pc ppdev lp parport autofs4 hid_generic igb
      usbhid dca ptp mxm_wmi pps_core ahci hid i2c_algo_bit
      [  435.931754]  libahci wmi
      Signed-off-by: NHuang Rui <ray.huang@amd.com>
      Reviewed-by: NEvan Quan <evan.quan@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      2d4f9020
  2. 08 4月, 2018 1 次提交
    • L
      treewide: fix up files incorrectly marked executable · 90fda63f
      Linus Torvalds 提交于
      Joe Perches noted that we have a few source files that for some
      inexplicable reason (read: I'm too lazy to even go look at the history)
      are marked executable:
      
        drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
        drivers/net/ethernet/cadence/macb_ptp.c
      
      A simple git command line to show executable C/asm/header files is this:
      
          git ls-files -s '*.[chsS]' | grep '^100755'
      
      and then you can fix them up with scripting by just feeding that output
      into:
      
          | cut -f2 | xargs chmod -x
      
      and commit it.
      
      Which is exactly what this commit does.
      Reported-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      90fda63f
  3. 04 4月, 2018 9 次提交
  4. 27 3月, 2018 1 次提交
  5. 24 3月, 2018 1 次提交
  6. 23 3月, 2018 3 次提交
  7. 22 3月, 2018 23 次提交