summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
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-19drm/amdgpu/pm: Remove VLA usageKees Cook1-58/+42
2018-07-19drm/amdgpu: simplify the bo reference on amdgpu_bo_updateHuang Rui1-4/+3
2018-07-19drm/amdgpu: remove internal/unused kernel module parametersSonny Jiang2-15/+0
2018-07-19drm/amdgpu: change ring priority after pushing the job (v2)Christian König2-3/+11
2018-07-19drm/amdgpu: allow for more flexible priority handlingChristian König1-1/+2
2018-07-19drm/amdgpu/gfx9: Update golden settings for vg10.Feifei Xu1-1/+12
2018-07-18Merge tag 'drm-misc-next-2018-07-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-71/+25
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-17drm/amdgpu: add amdgpu_job_submit_direct helperChristian König8-70/+48
2018-07-17drm/amdgpu: remove job->ringChristian König7-28/+29
2018-07-17drm/amdgpu: remove ring parameter from amdgpu_job_submitChristian König9-21/+20
2018-07-17drm/amdgpu: remove fence context from the jobChristian König4-4/+1
2018-07-17drm/amdgpu: cleanup job headerChristian König2-45/+75
2018-07-17drm/amd/display: Fix some checkpatch.pl errors and warnings in dc_link_dp.cHarry Wentland1-17/+18
2018-07-17drm/amd/display: Null ptr check for set_sdr_white_levelKrunoslav Kovac1-1/+2
2018-07-17drm/amd/display: dal 3.1.56Harry Wentland1-1/+1
2018-07-17drm/amd/display: add new dc debug structure to track debug dataJun Lei2-0/+8
2018-07-17drm/amd/display: Move address tracking out of HUBPTony Cheng3-9/+15
2018-07-17drm/amd/display: Add hook for MST root branch infoNikola Cornij3-0/+17
2018-07-17drm/amd/display: add HDR visual confirmGloria Li6-11/+63
2018-07-17drm/amd/display: Refactor SDR cursor boosting in HDR modeKrunoslav Kovac10-26/+70
2018-07-17drm/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
2018-07-16Revert "drm/amd/powerplay: fix performance drop on Vega10"Eric Huang1-5/+0
2018-07-16drm/amdgpu/pp: switch smu callback type for get_argument()Alex Deucher7-8/+8
2018-07-16drm/amdgpu/pp: split out common smumgr smu9 codeAlex Deucher8-354/+242
2018-07-16drm/amdgpu/pp: remove dead vega12 codeAlex Deucher1-29/+0
2018-07-13drm/amdgpu/pp/smu7: cache smu firmware tocAlex Deucher2-39/+54
2018-07-13drm/amdgpu/pp/smu7: remove local mc_addr variableAlex Deucher1-6/+2
2018-07-13drm/amdgpu/pp/smu7: drop unused values in smu data structureAlex Deucher2-4/+1
2018-07-13drm/amdgpu/pp/smu7: use a local variable for toc indexingAlex Deucher1-11/+12
2018-07-13drm/amdgpu/vi: fix mixed up state in smu clockgating setupAlex Deucher1-6/+6
2018-07-13drm/amd/display: properly turn autocal offDmytro Laktyushkin1-6/+6
2018-07-13drm/amd/display: Initialize data structure for DalMpVisualConfirm.Hugo Hu1-1/+1
2018-07-13drm/amd/display: dal 3.1.55Tony Cheng1-1/+1
2018-07-13drm/amd/display: update dml to match DV dmlDmytro Laktyushkin1-0/+1
2018-07-13drm/amd/display: add max scl ratio to soc bounding boxDmytro Laktyushkin1-0/+2
2018-07-13drm/amd/display: Fix new stream count check in dc_add_stream_to_ctxKen Chalmers1-2/+2
2018-07-13drm/amd/display: dp debugfs allow link rate lane count greater than dp rx rep...Hersen Wu1-2/+1
2018-07-13drm/amd/display: Expose couple OPTC functions through headerDavid Francis1-0/+11
2018-07-13drm/amd/display: Add CRC support for DCNDavid Francis2-3/+114
2018-07-13drm/amd/display: Return out_link_loss from interrupt handlerFatemeh Darbehani3-3/+9