aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-07-12drm/radeon: ERROR: "(foo*)" should be "(foo *)"Ran Sun1-5/+5
2023-07-12drm/radeon: ERROR: that open brace { should be on the previous lineRan Sun1-22/+11
2023-07-12drm/radeon: ERROR: "(foo*)" should be "(foo *)"Ran Sun1-4/+4
2023-07-12drm/radeon: ERROR: "(foo*)" should be "(foo *)"Ran Sun1-4/+4
2023-07-12drm/radeon: ERROR: "foo * bar" should be "foo *bar"Ran Sun1-7/+7
2023-07-12drm/amdgpu: use psp_execute_load_ip_fw insteadLang Yu9-30/+23
2023-07-12drm/amdgpu: rename psp_execute_non_psp_fw_load and make it globalLang Yu2-6/+9
2023-07-12drm/amdkfd: add multi-process debugging support for GC v9.4.3Jonathan Kim1-2/+3
2023-07-12drm/amdkfd: enable watch points globally for gfx943Jonathan Kim1-3/+5
2023-07-12drm/amdkfd: restore debugger additional info for gfx v9_4_3Jonathan Kim2-2/+11
2023-07-12drm/amdkfd: add kfd2kgd debugger callbacks for GC v9.4.3Eric Huang12-25/+241
2023-07-12drm/amd/pm: share the code around SMU13 pcie parameters updateEvan Quan4-64/+37
2023-07-12drm/amdgpu: avoid integer overflow warning in amdgpu_device_resize_fb_bar()Arnd Bergmann1-0/+3
2023-07-12drm/amdgpu: Increase soft IH ring sizePhilip Yang7-13/+20
2023-07-12drm/amdgpu/gfx10: move update_spm_vmid() out of rlc_init()Alex Deucher1-8/+16
2023-07-12drm/amdgpu/gfx9: move update_spm_vmid() out of rlc_init()Alex Deucher1-19/+15
2023-07-12drm/amdgpu: use the new drm_exec object for CS v3Christian König7-204/+115
2023-07-12drm/amdgpu: use drm_exec for MES testingChristian König1-47/+43
2023-07-12drm/amdgpu: use drm_exec for GEM and CSA handling v2Christian König2-87/+72
2023-07-12drm/amdkfd: switch over to using drm_exec v3Christian König6-212/+164
2023-07-12drm: add drm_exec selftests v4Christian König3-1/+162
2023-07-12drm: execution context for GEM buffers v7Christian König3-0/+341
2023-07-12drm/i915/vdsc: Remove FIXME in intel_dsc_compute_configSuraj Kandpal1-12/+0
2023-07-12drm/i915/dsc: Add rc_range_parameter calculation for YCbCr420Suraj Kandpal1-38/+103
2023-07-12drm/i915/drm: Fix comment for YCbCr20 qp table declarationSuraj Kandpal1-3/+7
2023-07-12drm/i915/dsc: Move rc param calculation for native_420Suraj Kandpal1-21/+25
2023-07-12drm/i915/perf: add sentinel to xehp_oa_b_countersAndrzej Hajda1-0/+1
2023-07-11drm/msm/dpu: drop empty features mask INTF_SDM845_MASKDmitry Baryshkov3-10/+0
2023-07-11drm/msm/dpu: drop empty features mask MERGE_3D_SM8150_MASKDmitry Baryshkov8-25/+0
2023-07-11drm/msm/dpu: inline INTF_BLK and INTF_BLK_DSI_TE macrosDmitry Baryshkov16-209/+545
2023-07-11drm/msm/dpu: inline WB_BLK macrosDmitry Baryshkov4-24/+36
2023-07-11drm/msm/dpu: inline various PP_BLK_* macrosDmitry Baryshkov16-210/+527
2023-07-11drm/msm/dpu: inline MERGE_3D_BLK macrosDmitry Baryshkov8-34/+99
2023-07-11drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macrosDmitry Baryshkov13-56/+189
2023-07-11drm/msm/dpu: inline LM_BLK macrosDmitry Baryshkov16-133/+487
2023-07-11drm/msm/dpu: inline DSPP_BLK macrosDmitry Baryshkov16-88/+215
2023-07-11drm/msm/dpu: inline SSPP_BLK macrosDmitry Baryshkov16-196/+751
2023-07-11drm/msm/dpu: correct indentation for CTL definitionsDmitry Baryshkov15-360/+309
2023-07-11drm/msm/dpu: drop zero features from dpu_ctl_cfg dataDmitry Baryshkov2-6/+0
2023-07-11drm/msm/dpu: drop zero features from dpu_mdp_cfg dataDmitry Baryshkov7-7/+0
2023-07-11drm/msm/dpu: expand .clk_ctrls definitionsDmitry Baryshkov15-103/+133
2023-07-11drm/msm/dpu: drop enum dpu_mdp and MDP_TOP valueDmitry Baryshkov18-22/+15
2023-07-11drm/msm/dpu: drop dpu_mdss_cfg::mdp_count fieldDmitry Baryshkov19-110/+40
2023-07-11drm/msm/dpu: simplify peer LM handlingDmitry Baryshkov3-25/+15
2023-07-11drm/msm/dpu: always use MSM_DP/DSI_CONTROLLER_nDmitry Baryshkov15-32/+32
2023-07-11drm/msm: enumerate DSI interfacesDmitry Baryshkov1-1/+7
2023-07-11drm/msm/dsi: Hook up refgen regulatorKonrad Dybcio1-0/+2
2023-07-11drm/msm/dpu: remove struct drm_dsc_config from struct msm_display_infoKuogee Hsieh3-6/+0
2023-07-11drm/msm/dpu: retrieve DSI DSC struct through priv->dsi[0]Kuogee Hsieh1-12/+30
2023-07-11drm/client: Send hotplug event after registering a clientThomas Zimmermann10-36/+21