summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-8/+35
2018-08-16drm/amdgpu: Use kvmalloc for allocating UVD/VCE/VCN BO backup memoryMichel Dänzer3-8/+8
2018-08-14drm/amd/display: Guard against null crtc in CRC IRQNicholas Kazlauskas1-2/+8
2018-08-14drm/amd/display: Pass connector id when executing VBIOS CTMikita Lipski1-2/+2
2018-08-14drm/amd/display: Check if clock source in use before disablingMikita Lipski3-15/+40
2018-08-14drm/amd/display: Allow clock sharing b/w HDMI and DVIMikita Lipski1-2/+2
2018-08-14drm/amd/display: Fix warning observed in mode change on VegaJerry (Fangzhi) Zuo1-1/+1
2018-08-14drm/amd/display: fix single link DVI has no displayCharlene Liu1-0/+2
2018-08-14drm/amdgpu/vce: VCE entity initialization relies on ring initializtionEmily Deng5-10/+34
2018-08-14drm/amdgpu/uvd: UVD entity initialization relys on ring initializationEmily Deng6-9/+39
2018-08-14drm/amdgpu:add VCN booting with firmware loaded by PSPLikun Gao2-16/+41
2018-08-14drm/amdgpu:add VCN support in PSP driverLikun Gao1-0/+3
2018-08-14drm/amdgpu:add new firmware id for VCNLikun Gao1-0/+1
2018-08-14drm/amdgpu: update tmr mc addressJames Zhu1-0/+5
2018-08-14drm/amdgpu:add tmr mc address into amdgpu_firmware_infoJames Zhu1-0/+3
2018-08-10Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie20-61/+177
2018-08-09drm/amdgpu/sriov: give 8s for recover vram under RUNTIMEEmily Deng1-1/+1
2018-08-07Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie42-552/+723
2018-08-06drm/amd/display: display connected to dp-1 does not light upHersen Wu3-0/+7
2018-08-06drm/amd/display: update clk for various HDMI color depthsMikita Lipski1-0/+18
2018-08-06drm/amd/display: program display clock on cache matchDmytro Laktyushkin2-1/+5
2018-08-06drm/amd/display: Add NULL check for enabling dp ssNicholas Kazlauskas1-1/+3
2018-08-06drm/amd/display: add vbios table check for enabling dp ssDmytro Laktyushkin4-1/+8
2018-08-06drm/amd/display: Don't share clk source between DP and HDMIMikita Lipski4-2/+26
2018-08-06drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on CarrizoHersen Wu3-5/+6
2018-08-06drm/amd/display: Use calculated disp_clk_khz value for dce110Nicholas Kazlauskas2-4/+4
2018-08-06drm/amd/display: Implement custom degamma lut on dcnDavid Francis4-15/+46
2018-08-06drm/amd/display: Destroy aux_engines only onceDavid Francis1-3/+0
2018-08-06drm/amd/display: Read back max backlight value at bootDavid Francis1-0/+1
2018-08-06drm/amd/display: Implement backlight_ops.get_brightnessDavid Francis3-1/+17
2018-08-06drm/amd/display: DP Compliance 400.1.1 failureabdoulaye berthe1-26/+28
2018-08-06drm/amd/display: Use requested HDMI aspect ratioLeo (Sunpeng) Li1-7/+2
2018-08-03drm/amd/display: Only require EDID read for HDMI and DVIHarry Wentland1-1/+2
2018-08-03drm/amd/display: Report non-DP display as disconnected without EDIDHarry Wentland1-0/+11
2018-08-01drm/amdgpu/pm: Fix potential Spectre v1Gustavo A. R. Silva1-1/+2
2018-08-01drm/amd/display: add missing void parameter to dc_create_transfer_funcColin Ian King1-1/+1
2018-08-01drm/amdgpu: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+2
2018-08-01drm/amdgpu: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+1
2018-08-01drm/amdgpu: create an empty bo_list if no handle is providedChristian König1-65/+46
2018-08-01drm/amdgpu: allocate the bo_list array after the listChristian König2-74/+57
2018-08-01drm/amdgpu: add bo_list iteratorsChristian König3-39/+43
2018-08-01drm/amdgpu: nuke amdgpu_bo_list_freeChristian König3-14/+2
2018-08-01drm/amdgpu: always recreate bo_listChristian König3-15/+12
2018-08-01drm/amdgpu: move bo_list defines to amdgpu_bo_list.hChristian König2-39/+71
2018-08-01drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König4-0/+37
2018-08-01drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König1-3/+6
2018-08-01drm/amdgpu: fix total size calculationChristian König1-1/+1
2018-08-01drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König3-23/+20
2018-08-01drm/amdgpu: fix a reversed conditionRex Zhu1-1/+1
2018-08-01drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/STRex Zhu1-2/+3