summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_display.c
AgeCommit message (Expand)Author
2024-04-30drm/i915/dpio: Extract vlv_dpio_phy_regs.hVille Syrjälä
2024-04-25drm/{i915, xe}: Implement fbdev emulation as in-kernel clientThomas Zimmermann
2024-04-23drm/i915/dsi: pass display to register macros instead of implicit variableJani Nikula
2024-04-17drm/i915: Carve up struct intel_dpll_hw_stateVille Syrjälä
2024-04-17drm/i915: Drop pointless 'crtc' argument from *_crtc_clock_get()Ville Syrjälä
2024-04-17drm/i915: Extract i9xx_dpll_get_hw_state()Ville Syrjälä
2024-04-12drm/i915: Handle joined pipes inside hsw_crtc_enable()Stanislav Lisovskiy
2024-04-11drm/i915: Handle joined pipes inside hsw_crtc_disable()Ville Syrjälä
2024-04-10drm/i915/mtl: Add DP FEC BS jitter WAImre Deak
2024-04-10drm/i915/mtl+: Disable DP/DSC SF insertion at EOL WAImre Deak
2024-04-10drm/i915/adlp+: Add DSC early pixel count scaling WA (Wa_1409098942)Imre Deak
2024-04-09drm/i915: Introduce intel_crtc_joined_pipe_mask()Ville Syrjälä
2024-04-09drm/i915: move max_dotclk_freq to display substructJani Nikula
2024-04-08drm/i915: Update pipes in reverse order for bigjoinerVille Syrjälä
2024-04-08drm/i915: Fix intel_modeset_pipe_config_late() for bigjoinerVille Syrjälä
2024-04-08drm/i915/psr: Panel replay has to be enabled before link trainingJouni Högander
2024-04-04drm/i915: Implement vblank synchronized MBUS join changesStanislav Lisovskiy
2024-04-04drm/i915/display: Compute vrr_vsync paramsMitul Golani
2024-04-04drm/i915/display: Add state checker for Adaptive Sync SDPMitul Golani
2024-04-03drm/i915: Extract glk_need_scaler_clock_gating_wa()Ville Syrjälä
2024-04-03drm/i915: Clean up glk_pipe_scaler_clock_gating_wa()Ville Syrjälä
2024-03-28drm/i915/psr: Move writing early transport pipe srcJouni Högander
2024-03-26drm/i915/de: register wait function renamesJani Nikula
2024-03-21drm/i915/display: add intel_encoder_is_*() and _to_*() functionsJani Nikula
2024-03-15drm/i915: Create the printer only once in intel_pipe_config_compare()Ville Syrjälä
2024-03-15drm/i915: Reuse pipe_config_mismatch() moreVille Syrjälä
2024-03-15drm/i915: Relocate pipe_config_mismatch()Ville Syrjälä
2024-03-15drm/i915: Convert intel_dpll_dump_hw_state() to drm_printerVille Syrjälä
2024-03-15drm/i915: Convert pipe_config_buffer_mismatch() to drm_printerVille Syrjälä
2024-03-15drm/i915: Convert pipe_config_infoframe_mismatch() to drm_printerVille Syrjälä
2024-03-15drm/i915: Include CRTC info in VSC SDP mismatch printsVille Syrjälä
2024-03-15drm/i915: Include CRTC info in infoframe mismatch printsVille Syrjälä
2024-03-15drm/i915: Indicate which pipe failed the fastset check overallVille Syrjälä
2024-03-08drm/i915: Simplify intel_old_crtc_state_disables() calling conventionVille Syrjälä
2024-03-08drm/i915: Disable planes more atomically during modesetsVille Syrjälä
2024-03-08drm/i915: Precompute disable_pipes bitmask in intel_commit_modeset_disables()Ville Syrjälä
2024-03-07drm/i915/fbc: Don't use a fence for a plane if FBC is not possibleVille Syrjälä
2024-02-28Merge tag 'drm-intel-next-2024-02-27-1' of git://anongit.freedesktop.org/drm/...Dave Airlie
2024-02-27drm/i915/dp: Allocate/free DP tunnel BW during modesetImre Deak
2024-02-27drm/i915/dp: Compute DP tunnel BW during encoder state computationImre Deak
2024-02-27drm/i915/dp: Add DP tunnel atomic state and check BW limitImre Deak
2024-02-27drm/i915/dp: Use drm_dp_max_dprx_data_rate()Imre Deak
2024-02-27drm/i915/dp: Add support to notify MST connectors to retry modesetsImre Deak
2024-02-27drm/i915: Fix display bpp limit computation during system resumeImre Deak
2024-02-16Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2024-02-15drm/i915: Enable fastboot across the boardVille Syrjälä
2024-02-15drm/i915: Add PLL .compare_hw_state() vfuncVille Syrjälä
2024-02-15drm/i915: Include the CRTC name in the ELD buffer mismatchVille Syrjälä
2024-02-15drm/i915: Fix PLL state check for gmch platformsVille Syrjälä
2024-02-09drm/dp: switch drm_dp_vsc_sdp_log() to struct drm_printerJani Nikula