aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2017-12-06drm/amd/display: Add OPP DPG blank functionEric Bernstein3-62/+51
2017-12-06drm/amd/display: dal 3.1.12Tony Cheng1-1/+1
2017-12-06drm/amd/display: cache pwl params and scl_data to avoid extra programmingDmytro Laktyushkin5-38/+30
2017-12-06drm/amd/display: Don't use dc_link in link_encoderAndrew Jiang10-55/+57
2017-12-06drm/amd/display: Both timing_sync and multisync need stream_count > 1Harry Wentland1-1/+2
2017-12-06drm/amd/display: Add tg_init interface.Yongqiang Sun4-1/+15
2017-12-06drm/amd/display: Enalbe blank data double buffer after mpc disconnected.Yongqiang Sun2-5/+16
2017-12-06drm/amd/display: get remote dpcd caps for timing validationEric Yang4-3/+30
2017-12-06drm/amd/display: Only update dchub if hubbub is availableYue Hin Lau1-1/+2
2017-12-06drm/amd/display: Call ipp_program_bias_and_scale only if availableEric Bernstein2-9/+10
2017-12-06drm/amd/display: dal 3.1.11Tony Cheng1-1/+1
2017-12-06drm/amd/display: hubbub function flipping true and falseYue Hin Lau2-3/+3
2017-12-06drm/amd/display: Do post_update_surfaces on new stateCharlene Liu1-4/+4
2017-12-06drm/amd/display: function renaming for hubbubYue Hin Lau3-37/+43
2017-12-06drm/amd/display: create new function prototype update_dchub for dcnYue Hin Lau2-2/+6
2017-12-06drm/amdgpu/virt: remove redundant variable pf2vf_verColin Ian King1-2/+0
2017-12-06drm/amd/amdgpu: fix UVD mc offsetsPiotr Redlewski5-4/+8
2017-12-06drm/amd/display: Multi display synchronization logicMikita Lipski11-66/+456
2017-12-06drm/amdgpu: Implement BO size validation V2Andrey Grodzovsky1-0/+41
2017-12-06drm/amdgpu: cleanup vm_size handlingChristian König6-24/+17
2017-12-06drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König15-113/+113
2017-12-06drm/amdgpu: use dep_sync for CS dependency/syncobjChunming Zhou1-2/+2
2017-12-06drm/amdgpu/gfx8: Fix compute ring failure after resettingXiangliang.Yu1-3/+7
2017-12-06drm/amd/scheduler: add WARN_ON for s_fence->parentChunming Zhou1-0/+1
2017-12-06drm/amd/scheduler: fix page protection of cbChunming Zhou1-0/+7
2017-12-06drm/amdgpu: revise retry init to fully cleanup driverPixel Ding3-15/+14
2017-12-04amdgpu/dm: Remove fb_location form fill_plane_attributesHarry Wentland1-13/+0
2017-12-04drm/amdgpu:fix gpu recover missing skipping(v2)Monk Liu1-2/+3
2017-12-04drm/amdgpu:read VRAMLOST from gimMonk Liu3-5/+8
2017-12-04drm/amdgpu: bypass FB resizing for SRIOV VFpding1-0/+4
2017-12-04drm/amdgpu: release exclusive mode after hw_initpding2-3/+4
2017-12-04drm/amdkfd: initialise kfd inside amdgpu_device_initpding2-5/+4
2017-12-04drm/amdgpu: don't use ttm_bo_move_ttm in amdgpu_ttm_bind v2Christian König1-6/+15
2017-12-04drm/amdgpu: rename amdgpu_ttm_bind to amdgpu_ttm_alloc_gartChristian König4-6/+6
2017-12-04drm/amdgpu: switch to use new SOC15 reg read/write macros for soc15 ihHawking Zhang1-23/+23
2017-12-04drm/amdgpu: resize VRAM BAR for CPU access v6Christian König6-13/+90
2017-12-04drm/amdgpu: refine SR-IOV firmware VRAM reservation to protect dataHorace Chen1-1/+22
2017-12-04drm/amdgpu: retry init if exclusive mode request is failedpding1-1/+1
2017-12-04drm/amdgpu: return error when sriov access requests get timeoutpding1-2/+4
2017-12-04drm/amd/display: Remove fb_location parameter from get_fb_infoMichel Dänzer1-15/+6
2017-12-04amdgpu: Remove AMDGPU_{HPD,CRTC_IRQ,PAGEFLIP_IRQ}_LASTMichel Dänzer1-3/+0
2017-12-04drm/amd/display: Use real number of CRTCs and HPDs in set_irq_funcsMichel Dänzer2-4/+8
2017-12-04amdgpu/dce: Use actual number of CRTCs and HPDs in set_irq_funcsMichel Dänzer4-16/+32
2017-12-04drm/amd/display: Move conn_state to headerHarry Wentland2-13/+12
2017-12-04drm/amd/display: dal 3.1.10Tony Cheng1-1/+1
2017-12-04drm/amd/display: correct DP is always in full range or bt609Charlene Liu1-8/+17
2017-12-04drm/amd/display: fix bug from last commit for hubbubYue Hin Lau1-1/+7
2017-12-04drm/amd/display: Move hdr_metadata from plane to streamAnthony Koo8-60/+65
2017-12-04drm/amd/display: Apply VQ adjustments in MPO caseSivapiriyanKumarasamy11-38/+211
2017-12-04drm/amd/display: create new structure for hubbubYue Hin Lau5-65/+269