summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dpio: Extract vlv_dpio_phy_regs.hVille Syrjälä2024-04-301-0/+1
* drm/{i915, xe}: Implement fbdev emulation as in-kernel clientThomas Zimmermann2024-04-251-1/+0
* drm/i915/dsi: pass display to register macros instead of implicit variableJani Nikula2024-04-231-4/+4
* drm/i915: Carve up struct intel_dpll_hw_stateVille Syrjälä2024-04-171-2/+2
* drm/i915: Drop pointless 'crtc' argument from *_crtc_clock_get()Ville Syrjälä2024-04-171-3/+3
* drm/i915: Extract i9xx_dpll_get_hw_state()Ville Syrjälä2024-04-171-20/+4
* drm/i915: Handle joined pipes inside hsw_crtc_enable()Stanislav Lisovskiy2024-04-121-79/+91
* drm/i915: Handle joined pipes inside hsw_crtc_disable()Ville Syrjälä2024-04-111-25/+39
* drm/i915/mtl: Add DP FEC BS jitter WAImre Deak2024-04-101-0/+3
* drm/i915/mtl+: Disable DP/DSC SF insertion at EOL WAImre Deak2024-04-101-0/+9
* drm/i915/adlp+: Add DSC early pixel count scaling WA (Wa_1409098942)Imre Deak2024-04-101-0/+13
* drm/i915: Introduce intel_crtc_joined_pipe_mask()Ville Syrjälä2024-04-091-0/+7
* drm/i915: move max_dotclk_freq to display substructJani Nikula2024-04-091-3/+3
* drm/i915: Update pipes in reverse order for bigjoinerVille Syrjälä2024-04-081-3/+11
* drm/i915: Fix intel_modeset_pipe_config_late() for bigjoinerVille Syrjälä2024-04-081-14/+32
* drm/i915/psr: Panel replay has to be enabled before link trainingJouni Högander2024-04-081-0/+12
* drm/i915: Implement vblank synchronized MBUS join changesStanislav Lisovskiy2024-04-041-1/+4
* drm/i915/display: Compute vrr_vsync paramsMitul Golani2024-04-041-0/+2
* drm/i915/display: Add state checker for Adaptive Sync SDPMitul Golani2024-04-041-0/+46
* drm/i915: Extract glk_need_scaler_clock_gating_wa()Ville Syrjälä2024-04-031-6/+10
* drm/i915: Clean up glk_pipe_scaler_clock_gating_wa()Ville Syrjälä2024-04-031-12/+7
* drm/i915/psr: Move writing early transport pipe srcJouni Högander2024-03-281-9/+0
* drm/i915/de: register wait function renamesJani Nikula2024-03-261-2/+1
* drm/i915/display: add intel_encoder_is_*() and _to_*() functionsJani Nikula2024-03-211-0/+40
* drm/i915: Create the printer only once in intel_pipe_config_compare()Ville Syrjälä2024-03-151-55/+46
* drm/i915: Reuse pipe_config_mismatch() moreVille Syrjälä2024-03-151-32/+10
* drm/i915: Relocate pipe_config_mismatch()Ville Syrjälä2024-03-151-23/+23
* drm/i915: Convert intel_dpll_dump_hw_state() to drm_printerVille Syrjälä2024-03-151-15/+13
* drm/i915: Convert pipe_config_buffer_mismatch() to drm_printerVille Syrjälä2024-03-151-18/+19
* drm/i915: Convert pipe_config_infoframe_mismatch() to drm_printerVille Syrjälä2024-03-151-14/+18
* drm/i915: Include CRTC info in VSC SDP mismatch printsVille Syrjälä2024-03-151-5/+8
* drm/i915: Include CRTC info in infoframe mismatch printsVille Syrjälä2024-03-151-5/+9
* drm/i915: Indicate which pipe failed the fastset check overallVille Syrjälä2024-03-151-2/+4
* drm/i915: Simplify intel_old_crtc_state_disables() calling conventionVille Syrjälä2024-03-081-11/+7
* drm/i915: Disable planes more atomically during modesetsVille Syrjälä2024-03-081-2/+7
* drm/i915: Precompute disable_pipes bitmask in intel_commit_modeset_disables()Ville Syrjälä2024-03-081-11/+16
* drm/i915/fbc: Don't use a fence for a plane if FBC is not possibleVille Syrjälä2024-03-071-1/+1
* Merge tag 'drm-intel-next-2024-02-27-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2024-02-281-62/+70
|\
| * drm/i915/dp: Allocate/free DP tunnel BW during modesetImre Deak2024-02-271-0/+2
| * drm/i915/dp: Compute DP tunnel BW during encoder state computationImre Deak2024-02-271-0/+2
| * drm/i915/dp: Add DP tunnel atomic state and check BW limitImre Deak2024-02-271-0/+12
| * drm/i915/dp: Use drm_dp_max_dprx_data_rate()Imre Deak2024-02-271-1/+1
| * drm/i915/dp: Add support to notify MST connectors to retry modesetsImre Deak2024-02-271-2/+3
| * drm/i915: Fix display bpp limit computation during system resumeImre Deak2024-02-271-2/+1
| * drm/i915: Enable fastboot across the boardVille Syrjälä2024-02-151-22/+0
| * drm/i915: Add PLL .compare_hw_state() vfuncVille Syrjälä2024-02-151-35/+43
| * drm/i915: Include the CRTC name in the ELD buffer mismatchVille Syrjälä2024-02-151-5/+9
| * drm/i915: Fix PLL state check for gmch platformsVille Syrjälä2024-02-151-1/+3
* | Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2024-02-161-14/+13
|\ \ | |/ |/|
| * drm/dp: switch drm_dp_vsc_sdp_log() to struct drm_printerJani Nikula2024-02-091-14/+13