aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2023-12-14drm/amd/pm: fix a double-free in amdgpu_parse_extended_power_tableZhipeng Lu1-39/+13
2023-12-14gpu/drm/radeon: fix two memleaks in radeon_vm_initZhipeng Lu1-2/+6
2023-12-14drivers/amd/pm: fix a use-after-free in kv_parse_power_tableZhipeng Lu1-3/+1
2023-12-14drm/amd/pm: fix a double-free in si_dpm_initZhipeng Lu1-3/+2
2023-12-14drm/amd/pm: Remove unneeded semicolonYang Li1-1/+1
2023-12-14drm/amdgpu/debugfs: fix error code when smc register accessors are NULLAlex Deucher1-2/+2
2023-12-14drm/amd/display: Add 3x4 CTM support for plane CTMJoshua Ashton2-4/+26
2023-12-14drm/amd/display: add plane CTM supportMelissa Wen2-0/+27
2023-12-14drm/amd/pm: add power save mode workload for smu 13.0.10Kenneth Feng1-10/+13
2023-12-14drm/amdgpu/vpe: enable vpe dpmPeyton Lee3-0/+276
2023-12-14drm/amd/display: add plane CTM driver-specific propertyMelissa Wen4-0/+37
2023-12-14drm/amd/display: copy 3D LUT settings from crtc state to stream_updateJoshua Ashton1-0/+4
2023-12-14drm/amd/pm: support return vpe clock tablePeyton Lee4-0/+33
2023-12-14drm/amdgpu: fix ftrace event amdgpu_bo_move always move on same heapWang, Beyond3-17/+5
2023-12-14drm/amd/display: allow newer DC hardware to use degamma ROM for PQ/HLGJoshua Ashton1-11/+18
2023-12-14drm/amd/display: add plane blend LUT and TF supportJoshua Ashton2-4/+53
2023-12-14drm/amd/display: handle empty LUTs in __set_input_tfJoshua Ashton1-8/+12
2023-12-14drm/amd/display: add plane 3D LUT supportMelissa Wen2-4/+99
2023-12-14drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET1-4/+12
2023-12-14drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc...Christophe JAILLET1-1/+3
2023-12-14drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()Christophe JAILLET1-5/+11
2023-12-14drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()Christophe JAILLET1-7/+13
2023-12-14drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET1-0/+1
2023-12-14drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET1-19/+35
2023-12-14drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probeZhang Shurong1-4/+10
2023-12-14drm/tegra: include drm/drm_edid.h only where neededJani Nikula3-1/+3
2023-12-14drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni1-1/+3
2023-12-14drm/mediatek: Fix underrun in VDO1 when switches off the layerHsiao Chien Sung1-1/+1
2023-12-14drm/mediatek: Remove the redundant driver data for DPIHsiao Chien Sung1-15/+1
2023-12-14drm/mediatek: Return error if MDP RDMA failed to enable the clockHsiao Chien Sung1-2/+1
2023-12-14drm/mediatek: Support MT8188 Padding in display driverHsiao Chien Sung5-2/+168
2023-12-14drm/mediatek: Refine device table of OVL adaptorHsiao Chien Sung1-11/+4
2023-12-14drm/mediatek: Sort OVL adaptor componentsHsiao Chien Sung1-7/+7
2023-12-14drm/mediatek: Start/Stop components with function pointersHsiao Chien Sung1-2/+18
2023-12-14drm/mediatek: Power on/off devices with function pointersHsiao Chien Sung6-20/+107
2023-12-14drm/mediatek: Manage component's clock with function pointersHsiao Chien Sung1-46/+43
2023-12-14drm/mediatek: Add component ID to component match structureHsiao Chien Sung1-39/+30
2023-12-14drm/mediatek: Rename OVL_ADAPTOR_TYPE_RDMAHsiao Chien Sung1-11/+11
2023-12-14drm/ioc32: replace __attribute__((packed)) with __packedJani Nikula1-2/+2
2023-12-14drm/ttm/tests: Add tests for ttm_bo functionsKarolina Stolarek3-0/+629
2023-12-14drm/ttm/tests: Add tests for ttm_ttKarolina Stolarek4-0/+319
2023-12-14drm/ttm/tests: Add tests for ttm_resource and ttm_sys_manKarolina Stolarek5-1/+363
2023-12-14drm/msm/dp: call dp_display_get_next_bridge() during probeDmitry Baryshkov1-15/+21
2023-12-14drm/msm/dpu: Drop enable and frame_count parameters from dpu_hw_setup_misr()Jessica Zhang8-33/+22
2023-12-14drm/msm/dpu: Set input_sel bit for INTFJessica Zhang4-5/+11
2023-12-14drm/msm/dpu: move CSC tables to dpu_hw_util.cDmitry Baryshkov2-41/+47
2023-12-14drm/msm/dpu: Add mutex lock in control vblank irqPaloma Arellano4-23/+47
2023-12-14drm/msm/dpu: add cdm blocks to dpu snapshotAbhinav Kumar1-0/+4
2023-12-14drm/msm/dpu: introduce separate wb2_format arrays for rgb and yuvAbhinav Kumar8-15/+50
2023-12-14drm/msm/dpu: reserve cdm blocks for writeback in case of YUV outputAbhinav Kumar1-0/+37