aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2018-07-20drm/amdgpu: split ip suspend into 2 phasesAlex Deucher1-2/+76
2018-07-20drm/amdgpu/acpi: skip backlight events for DCAlex Deucher1-1/+3
2018-07-20drm/amdgpu/apci: don't call sbios request function if it's not supportedAlex Deucher1-25/+28
2018-07-20drm/amdgpu: Fix warning in dma_fence_is_later on resume from S3.Andrey Grodzovsky1-0/+2
2018-07-20drm/amdgpu: use drm_fb helper for console_(un)lockShirish S2-8/+4
2018-07-20drm/amd/display: Convert 10kHz clks from PPLib into kHzRex Zhu1-2/+2
2018-07-20drm/amd/pp: Set Max clock level to display by defaultRex Zhu1-2/+7
2018-07-20drm/amd/pp: Update clk with od setting when set power stateRex Zhu1-0/+15
2018-07-20drm/amd/pp: Read vbios vddc limit before use themRex Zhu1-3/+8
2018-07-20drm/amdgpu: lock and unlock console only for amdgpu_fbdev_set_suspend [V5]Shirish S1-15/+7
2018-07-20drm/amd/display: Honor pplib stutter mask for all ASICs in DCHarry Wentland1-4/+3
2018-07-20drm/amd/display: Drop unused backlight functions in DMHarry Wentland1-16/+2
2018-07-20drm/amdgpu: fix spelling mistake "successed" -> "succeeded"Colin Ian King1-5/+5
2018-07-20Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie180-2230/+3566
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-12/+12
2018-07-19drm/amdgpu: clean up UVD instance handling v2Christian König2-67/+64
2018-07-19drm/amdgpu: remove superflous UVD encode entityChristian König3-27/+0
2018-07-19drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Michel Dänzer26-64/+56
2018-07-19drm/amd/powerplay: fixed uninitialized valueEvan Quan1-1/+1
2018-07-19drm/amdgpu/powerplay: use irq source defines for smu7 sourcesAlex Deucher1-3/+4
2018-07-18drm/amdgpu/pm: Remove VLA usageKees Cook1-58/+42
2018-07-18drm/amdgpu: simplify the bo reference on amdgpu_bo_updateHuang Rui1-4/+3
2018-07-18drm/amdgpu: remove internal/unused kernel module parametersSonny Jiang2-15/+0
2018-07-18drm/amdgpu: change ring priority after pushing the job (v2)Christian König2-3/+11
2018-07-18drm/amdgpu: allow for more flexible priority handlingChristian König1-1/+2
2018-07-18drm/amdgpu/gfx9: Update golden settings for vg10.Feifei Xu1-1/+12
2018-07-19Merge tag 'drm-misc-next-2018-07-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-71/+25
2018-07-18drm/amd/amdgpu: creating two I2S instances for stoney/cz (v2)Vijendar Mukunda1-10/+37
2018-07-18drm/amdgpu: add another ATPX quirk for TOPAZAlex Deucher1-0/+1
2018-07-17drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on CarrizoHersen Wu3-5/+6
2018-07-17drm/amdgpu: Make sure IB tests flushed after IP resumeLeo Liu1-0/+3
2018-07-17drm/amdgpu: minor cleanup in amdgpu_job.cChristian König1-7/+4
2018-07-17drm/amdgpu: remove job->adev (v2)Christian König2-8/+11
2018-07-16drm/amdkfd: Call kfd2kgd.set_compute_idleFelix Kuehling1-2/+5
2018-07-16drm/amdgpu: Add kfd2kgd.set_compute_idle interfaceFelix Kuehling6-3/+20
2018-07-16drm/amdgpu: add amdgpu_job_submit_direct helperChristian König8-70/+48
2018-07-16drm/amdgpu: remove job->ringChristian König7-28/+29
2018-07-16drm/amdgpu: remove ring parameter from amdgpu_job_submitChristian König9-21/+20
2018-07-16drm/amdgpu: remove fence context from the jobChristian König4-4/+1
2018-07-16drm/amdgpu: cleanup job headerChristian König2-45/+75
2018-07-16drm/amd/display: Fix some checkpatch.pl errors and warnings in dc_link_dp.cHarry Wentland1-17/+18
2018-07-16drm/amd/display: Null ptr check for set_sdr_white_levelKrunoslav Kovac1-1/+2
2018-07-16drm/amd/display: dal 3.1.56Harry Wentland1-1/+1
2018-07-16drm/amd/display: add new dc debug structure to track debug dataJun Lei2-0/+8
2018-07-16drm/amd/display: Move address tracking out of HUBPTony Cheng3-9/+15
2018-07-16drm/amd/display: Add hook for MST root branch infoNikola Cornij3-0/+17
2018-07-16drm/amd/display: add HDR visual confirmGloria Li6-11/+63
2018-07-16drm/amd/display: Refactor SDR cursor boosting in HDR modeKrunoslav Kovac10-26/+70
2018-07-16drm/amd/display: Add headers for hardcoded 1d luts.Vitaly Prosyak1-0/+51
2018-07-16drm/amdgpu: Allow to create BO lists in CS ioctl v3Andrey Grodzovsky4-40/+107