summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-08-08drm/i915: remove i915_report_error()Jani Nikula-7/+4
2024-08-08drm/i915: remove a few __i915_printk() usesJani Nikula-5/+5
2024-08-08drm/i915: Replace double blank with single blank after commaAndi Shyti-11/+11
2024-08-06drm/i915: Remove DSC register dumpImre Deak-22/+2
2024-08-06drm/i915: Dump DSC state to dmesg and debugfs/i915_display_infoImre Deak-0/+31
2024-08-06drm/i915: Replace BPP_X16_FMT()/ARGS() with FXP_Q4_FMT()/ARGS()Imre Deak-17/+15
2024-08-06drm/i915: Replace to_bpp_frac() with fxp_q4_to_frac()Imre Deak-9/+4
2024-08-06drm/i915: Replace to_bpp_int_roundup() with fxp_q4_to_int_roundup()Imre Deak-10/+8
2024-08-06drm/i915: Replace to_bpp_int() with fxp_q4_to_int()Imre Deak-21/+19
2024-08-06drm/i915: Replace to_bpp_x16() with fxp_q4_from_int()Imre Deak-24/+25
2024-08-05drm/i915/display: correct dual pps handling for MTL_PCH+Dnyaneshwar Bhadane-0/+6
2024-08-01drm/i915: Use backlight power constantsThomas Zimmermann-6/+6
2024-08-01Merge drm/drm-next into drm-intel-nextJani Nikula-19159/+37504
2024-08-01drm/i915: remove unused HAS_BROKEN_CS_TLB()Jani Nikula-3/+0
2024-08-01drm/i915/dpkgc: Add VRR condition for DPKGC EnablementSuraj Kandpal-11/+13
2024-07-31drm/i915/dp_mst: Enable LT fallback between UHBR/non-UHBR link ratesImre Deak-5/+0
2024-07-31drm/i915/dp_mst: Ensure link parameters are up-to-date for a disabled linkImre Deak-0/+35
2024-07-31drm/i915/dp_mst: Reprobe the MST topology after a link parameter changeImre Deak-1/+41
2024-07-31drm/i915/dp_mst: Queue modeset-retry after a failed payload BW allocationImre Deak-4/+7
2024-07-31drm/i915/dp_mst: Configure MST after the link parameters are resetImre Deak-2/+2
2024-07-31drm/i915/dp_mst: Reduce the link parameters in BW order after LT failuresImre Deak-2/+159
2024-07-31drm/i915/dp: Add helpers to set link training mode, BW parametersImre Deak-11/+29
2024-07-31drm/i915/dp: Add a separate function to reduce the link parametersImre Deak-8/+31
2024-07-31drm/i915/dp: Send only a single modeset-retry uevent for a commitImre Deak-0/+7
2024-07-31drm/i915/dp: Initialize the link parameters during HW readoutImre Deak-1/+4
2024-07-31drm/i915/ddi: For an active output call the DP encoder sync_state() only for DPImre Deak-1/+2
2024-07-31drm/dp_mst: Simplify the condition when to enumerate path resourcesImre Deak-11/+8
2024-07-31drm/dp_mst: Add a helper to queue a topology probeImre Deak-0/+27
2024-07-31drm/dp_mst: Factor out function to queue a topology probe workImre Deak-2/+7
2024-07-31drm/i915/bios: remove stale and useless commentsJani Nikula-8/+0
2024-07-30drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()Nikita Zhandarovich-3/+3
2024-07-30drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macroSuraj Kandpal-1/+1
2024-07-30drm/i915/display/dp: Compute AS SDP when vrr is also enabledMitul Golani-1/+1
2024-07-29drm/xe: Fix opregion leakLucas De Marchi-1/+4
2024-07-28minmax: add a few more MIN_T/MAX_T usersLinus Torvalds-1/+1
2024-07-26Merge tag 'drm-next-2024-07-26' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-165/+675
2024-07-26Merge tag 'amd-drm-fixes-6.11-2024-07-25' of https://gitlab.freedesktop.org/a...Dave Airlie-17/+261
2024-07-26Merge tag 'drm-intel-next-fixes-2024-07-25' of https://gitlab.freedesktop.org...Dave Airlie-7/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-42/+15
2024-07-25drm/i915/dp: Clear VSC SDP during post ddi disable routineSuraj Kandpal-2/+5
2024-07-25drm/xe/hdcp: Check GSC structure validitySuraj Kandpal-2/+6
2024-07-25drm/i915/hdcp: Add encoder check in hdcp2_get_capabilitySuraj Kandpal-2/+9
2024-07-25drm/i915/hdcp: Add encoder check in intel_hdcp_get_capabilitySuraj Kandpal-1/+6
2024-07-24drm/amdgpu: reset vm state machine after gpu reset(vram lost)ZhenGuo Yin-4/+5
2024-07-24drm/amdgpu: add missed harvest check for VCN IP v4/v5Tim Huang-0/+18
2024-07-24drm/amdgpu: Fix eeprom max record countStanley.Yang-0/+3
2024-07-24drm/amdgpu: fix ras UE error injection failure issueYiPeng Chai-3/+1
2024-07-24drm/amd/display: Remove ASSERT if significance is zero in math_ceil2Rodrigo Siqueira-2/+0
2024-07-24drm/amd/display: Check for NULL pointerSung Joon Kim-1/+2
2024-07-24drm/amdgpu/vcn: Use offsets local to VCN/JPEG in VFJane Jian-5/+60