aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-11-09drm/amdgpu: Skip PCTL0_MMHUB_DEEPSLEEP_IB write in jpegv4.0.3 under SRIOVVictor Lu1-6/+10
2023-11-09drm: amd: Resolve Sphinx unexpected indentation warningHunter Chasens1-6/+7
2023-11-09drm/amdgpu: correct smu v13.0.6 umc ras error checkYang Wang3-7/+16
2023-11-09drm/amdgpu: Add xcc param to SRIOV kiq write and WREG32_SOC15_IP_NO_KIQ (v4)Victor Lu6-19/+25
2023-11-09drm/amdgpu: Add flag to enable indirect RLCG access for gfx v9.4.3Victor Lu1-0/+1
2023-11-09drm/amd/pm: raise the deep sleep clock threshold for smu 13.0.6Le Ma1-1/+1
2023-11-09drm/amdgpu: correct amdgpu ip block rev infoYang Wang2-2/+2
2023-11-09drm/amd/pm: Hide pp_dpm_pcie device attributeLijo Lazar1-0/+4
2023-11-09drm/amdgpu: Don't warn for unsupported set_xgmi_plpd_modeTao Zhou1-6/+8
2023-11-09drm/amdgpu: lower CS errors to debug severityChristian König1-1/+1
2023-11-09drm/amdgpu: fix error handling in amdgpu_bo_list_get()Christian König1-0/+1
2023-11-09drm/amdgpu: fix AGP init orderAlex Deucher7-3/+7
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-11-09drm/eld: add helpers to modify the SADs of an ELDJani Nikula2-0/+56
2023-11-09drm/edid: add helpers to get/set struct cea_sad from/to 3-byte sadJani Nikula2-9/+31
2023-11-09drm/edid: use a temp variable for sads to drop one level of dereferencesJani Nikula1-7/+9
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula9-0/+9
2023-11-09drm/tests: Remove slow testsMaxime Ripard2-2369/+0
2023-11-09drm: i915: Adapt to -Walloc-sizeSam James1-1/+1
2023-11-08drm/i915/gvt: Clean up zero initializersVille Syrjälä3-5/+5
2023-11-08drm/i915: Do plane/etc. updates more atomically across pipesVille Syrjälä1-2/+24
2023-11-08drm/i915: Split intel_update_crtc() into two partsVille Syrjälä1-2/+14
2023-11-08drm/i915: Drop redundant !modeset checkVille Syrjälä1-1/+1
2023-11-08drm/i915: Query compressed bpp properly using correct DPCD and DP Spec infoStanislav Lisovskiy3-36/+40
2023-11-08drm/i915/dp_mst: Check BW limitations only after all streams are computedImre Deak1-7/+1
2023-11-08drm/i915/dp_mst: Improve BW sharing between MST streamsImre Deak7-7/+161
2023-11-08drm/i915/dp_mst: Force modeset CRTC if DSC toggling requires itImre Deak3-0/+93
2023-11-08drm/i915: Factor out function to clear pipe update flagsImre Deak1-26/+23
2023-11-08drm/i915/dp_mst: Enable MST DSC decompression for all streamsImre Deak4-21/+82
2023-11-08drm/i915/dp_mst: Enable DSC passthroughImre Deak1-2/+20
2023-11-08drm/i915/dp: Enable DSC via the connector decompression AUXImre Deak4-21/+101
2023-11-08drm/i915/dp_mst: Enable decompression in the sink from the MST encoder hooksImre Deak2-5/+22
2023-11-08drm/i915/dp_mst: Handle the Synaptics HBlank expansion quirkImre Deak2-4/+131
2023-11-08drm/i915/dp: Disable FEC ready flag in the sinkImre Deak1-8/+13
2023-11-08drm/i915/dp: Wait for FEC detected status in the sinkImre Deak3-0/+80
2023-11-08drm/i915/dp: Rename intel_ddi_disable_fec_state() to intel_ddi_disable_fec()Imre Deak1-5/+4
2023-11-08drm/i915/dp_mst: Add missing DSC compression disablingImre Deak1-0/+2
2023-11-08drm/i915/dp: Make sure the DSC PPS SDP is disabled whenever DSC is disabledImre Deak2-4/+6
2023-11-08drm/i915/dp_mst: Program the DSC PPS SDP for each streamImre Deak2-5/+8
2023-11-08drm/i915/dp_mst: Add atomic state for all streams on pre-tgl platformsImre Deak1-6/+10
2023-11-08drm/i915/dp_mst: Account for FEC and DSC overhead during BW allocationImre Deak1-25/+99
2023-11-08drm/i915/dp: Pass actual BW overhead to m_n calculationImre Deak6-18/+71
2023-11-08drm/i915/dp: Specify the FEC overhead as an increment vs. a remainderImre Deak1-4/+4
2023-11-08drm/i915/dp_mst: Enable FEC early once it's known DSC is neededImre Deak3-3/+15
2023-11-08drm/dp: Add helpers to calculate the link BW overheadImre Deak2-6/+149
2023-11-08drm/dp_mst: Add HBLANK expansion quirk for Synaptics MST hubsImre Deak1-0/+2
2023-11-08drm/dp_mst: Allow DSC in any Synaptics last branch deviceImre Deak1-8/+13
2023-11-08drm/dp_mst: Swap the order of checking root vs. non-root port BW limitationsImre Deak1-5/+8
2023-11-08drm/dp_mst: Factor out a helper to check the atomic state of a topology managerImre Deak1-19/+74
2023-11-08drm/dp_mst: Add helper to determine if an MST port is downstream of another portImre Deak1-0/+52