aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/i915/display
AgeCommit message (Expand)AuthorFilesLines
2026-08-01Merge tag 'drm-intel-next-2026-07-28' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie49-566/+3401
2026-07-24drm/i915/fbc: No surface size restrictions from LNL onwardsVinod Govindapillai1-0/+3
2026-07-24drm/i915/fbc: No need of any hardcoded plane width limit from LNL+Vinod Govindapillai1-4/+12
2026-07-24drm/xe/display: Expose plane max width/height helpers to global scopeVinod Govindapillai2-8/+17
2026-07-24drm/i915/dp: Ignore the sink's DSC max FRL rate without a PCON DSC encoderAlexander Kaplan1-1/+8
2026-07-24drm/i915/dp: Prefer DSC over 6 bpc uncompressed output for HDMI sinksAlexander Kaplan1-0/+14
2026-07-22drm/i915/dp: set VSC_SDP MSA delegation only for capable sinksChaitanya Kumar Borah2-4/+12
2026-07-22drm/i915/dp: s/intel_dp_needs_vsc_sdp/intel_dp_needs_vsc_colorimetryChaitanya Kumar Borah3-7/+7
2026-07-22drm/i915/display: Ensure a non-zero safe window from PTL onwardsAnkit Nautiyal1-0/+13
2026-07-22drm/i915/hdcp: Make hdcp2_encrypted and hdcp_encrypted mutually exclusiveSuraj Kandpal1-0/+2
2026-07-21drm/i915/bw: Fix spelling mistake "threshod" -> "threshold"Colin Ian King1-1/+1
2026-07-21drm/i915/bw: Update bw calculation to account for 16 channelsUma Shankar1-3/+17
2026-07-21drm/i915/dram: Interpret 0xF populated-channel count as 16Uma Shankar3-1/+16
2026-07-20drm/i915/dp_tunnel: Add UHBR tunneling supportImre Deak1-5/+32
2026-07-20drm/i915/dp: Disable UHBR link configs with 1/2 lanesImre Deak5-0/+75
2026-07-20drm/i915/dp: Remove UHBR dependency from SST fallback kunit testImre Deak1-35/+12
2026-07-20drm/i915/dp: Enable SST fallback between UHBR and non-UHBR ratesImre Deak2-17/+3
2026-07-20drm/i915/dp: End link configuration loops properlyImre Deak1-4/+15
2026-07-20drm/i915/backlight: Remove DP_EDP_BACKLIGHT_AUX_ENABLE_CAP check for DPCD backlightSuraj Kandpal1-6/+1
2026-07-17drm/i915/cdclk: Deal with 2 PPC hscale issues when calculating min CDCLKVille Syrjälä4-4/+88
2026-07-17drm/i915/cdclk: Introduce crtc_state->pixel_rate_cdclkVille Syrjälä8-17/+28
2026-07-17drm/i915/cdclk: Introduce HAS_2PPC()Ville Syrjälä2-1/+2
2026-07-17drm/i915/cdclk: Use intel_cdclk_ppc() in intel_modeset_readout_hw_state()Ville Syrjälä3-9/+6
2026-07-15drm/i915/display: expose blend mode on alpha-capable planesChaitanya Kumar Borah3-0/+11
2026-07-15drm/i915/bw: introduce the peak bandwidth thresholdVinod Govindapillai2-0/+32
2026-07-15drm/i915/bw: avoid replicating the update_sagv_status() callsVinod Govindapillai1-7/+2
2026-07-15drm/i915/bw: extract update_sagv_status()Vinod Govindapillai1-20/+18
2026-07-15drm/i915/bw: Extract icl_init_qgv_info()Vinod Govindapillai1-5/+15
2026-07-15drm/i915/display: sagv pre/post plane calls to check pmdemand supportVinod Govindapillai1-0/+6
2026-07-15drm/i915/pm_demand: introduce HAS_PMDEMAND macroVinod Govindapillai5-11/+12
2026-07-15drm/i915/wm: clear the plane ddb_y entries on plane disableVinod Govindapillai1-1/+1
2026-07-15drm/i915/dmc: Enable PIPEDMC_ERROR interrupt on display version 30+Dibin Moolakadan Subrahmanian1-4/+6
2026-07-14drm/i915/display: Fix too few bits in transcoder mask variablesJohn Harrison6-27/+27
2026-07-14drm/i915: Throw away the BIOS fb if has the wrong depth/bppVille Syrjälä1-0/+9
2026-07-14drm/i915/fbdev: Extract bios_fb_ok()Ville Syrjälä1-8/+18
2026-07-14drm/i915: Disable the plane if initial plane config readout failedVille Syrjälä1-3/+3
2026-07-14drm/i915/display: Fix NV12 ceiling division for bigjoiner caseVidya Srinivas1-20/+13
2026-07-09drm/i915/kunit: DP link: add fallback testsImre Deak1-0/+316
2026-07-09drm/i915/kunit: DP link: add update config testsImre Deak1-0/+804
2026-07-09drm/i915/kunit: DP link: add baseline fixed table reference testImre Deak1-0/+206
2026-07-09drm/i915/kunit: Export link training and caps funcs for testingImre Deak5-2/+148
2026-07-09drm/i915/kunit: Setup DP link test contextImre Deak1-0/+50
2026-07-09drm/i915/kunit: Add DP link test stubImre Deak2-0/+54
2026-07-09drm/i915/dp_link_training: Disable failed config during fallbackImre Deak3-0/+77
2026-07-09drm/i915/dp_link_training: Use config iterator for fallbackImre Deak3-151/+32
2026-07-09drm/i915/dp_link_training: Reset the max link limits in the fallback codeImre Deak1-5/+34
2026-07-09drm/i915/dp: Remove min/max link config limitsImre Deak5-119/+2
2026-07-09drm/i915/dp_mst: Use link caps for MST DSC config selectionImre Deak1-7/+33
2026-07-09drm/i915/dp_mst: Use link caps for non-DSC config selectionImre Deak1-2/+14
2026-07-09drm/i915/dp: Use link caps for eDP DSC config selectionImre Deak1-3/+14