summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update IP_VER(12, 50)Lucas De Marchi2024-03-2223-48/+46
* drm/i915: Stop inheriting IP_VER(12, 50)Lucas De Marchi2024-03-221-8/+4
* drm/i915: Remove XEHP_FWRANGES()Lucas De Marchi2024-03-221-152/+145
* drm/i915: Drop dead code for xehpsdvLucas De Marchi2024-03-2224-384/+55
* drm/i915/bios: Pimp the VBT backlight data BDB version commentsVille Syrjälä2024-03-221-2/+2
* drm/i915/bios: Define the (obsolete) backlight i2c VBT stuffVille Syrjälä2024-03-221-3/+4
* drm/i915/bios: Add the old DPST field into VBT LFP power blockVille Syrjälä2024-03-221-1/+1
* drm/i915/bios: Update VBT driver feature block version numbersVille Syrjälä2024-03-221-10/+10
* drm/i915/bios: s/dpfs/dfps/Ville Syrjälä2024-03-221-1/+1
* drm/i915: Do not print 'pxp init failed with 0' when it succeedJosé Roberto de Souza2024-03-211-1/+1
* drm/i915/cx0: pass encoder instead of i915 and port aroundJani Nikula2024-03-211-122/+136
* drm/i915/cx0: remove the unused intel_is_c10phy()Jani Nikula2024-03-212-12/+4
* drm/i915/display: use intel_encoder_is/to_* functionsJani Nikula2024-03-2110-192/+110
* drm/i915/display: add intel_encoder_is_*() and _to_*() functionsJani Nikula2024-03-214-0/+57
* drm/i915/snps: pass encoder to intel_snps_phy_update_psr_power_state()Jani Nikula2024-03-213-9/+8
* drm/i915/ddi: pass encoder to intel_wait_ddi_buf_active()Jani Nikula2024-03-211-5/+6
* drm/i915/hdmi: convert *_port_to_ddc_pin() to *_encoder_to_ddc_pin()Jani Nikula2024-03-211-23/+37
* drm/i915/mst: enable MST mode for 128b/132b single-stream sidebandJani Nikula2024-03-211-1/+2
* drm/i915/mst: add intel_dp_mst_disconnect()Jani Nikula2024-03-211-9/+15
* drm/i915/mst: use the MST mode detected previouslyJani Nikula2024-03-212-12/+10
* drm/i915/mst: abstract choosing the MST mode to useJani Nikula2024-03-211-6/+19
* drm/i915/mst: improve debug logging of DP MST mode detectJani Nikula2024-03-211-15/+37
* drm/mst: read sideband messaging capJani Nikula2024-03-214-11/+38
* drm/i915: Rename ICL_PORT_TX_DW6 bitsVille Syrjälä2024-03-202-3/+4
* drm/i915/scaler: Update Pipe src size check in skl_update_scalerAnkit Nautiyal2024-03-201-3/+4
* drm/i915: Add includes for BUG_ON/BUILD_BUG_ON in i915_memcpy.cJoonas Lahtinen2024-03-191-0/+2
* drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()Jonathon Hall2024-03-181-1/+1
* 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: Skip intel_crtc_state_dump() if debugs aren't enabledVille Syrjälä2024-03-151-0/+3
* drm/i915: Convert the remaining state dump to drm_printerVille Syrjälä2024-03-151-77/+60
* drm/i915: Use drm_printer more extensively in intel_crtc_state_dump()Ville Syrjälä2024-03-151-102/+91
* drm/i915: Convert intel_dpll_dump_hw_state() to drm_printerVille Syrjälä2024-03-154-74/+66
* 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: Drop pointless (void*) castVille Syrjälä2024-03-151-1/+1
* drm/i915: Use container_of_const() for statesVille Syrjälä2024-03-157-12/+23
* drm/i915: Don't cast away constVille Syrjälä2024-03-151-1/+1
* drm/i915/dsi: Use enc_to_intel_dsi()Ville Syrjälä2024-03-152-4/+2
* drm/i915/display: Increase number of fast wake precharge pulsesJouni Högander2024-03-141-1/+7
* drm/i915/psr: Calculate IO wake and fast wake lines for DISPLAY_VER < 12Jouni Högander2024-03-141-15/+31
* drm/i915/psr: Improve fast and IO wake lines calculationJouni Högander2024-03-141-6/+14
* drm/i915/display: Make intel_dp_aux_fw_sync_len available for PSR codeJouni Högander2024-03-142-1/+2
* drm/i915/dp: Increase idle pattern wait timeout to 2msShekhar Chauhan2024-03-141-1/+1
* drm/i915/hwmon: Fix locking inversion in sysfs getterJanusz Krzysztofik2024-03-131-18/+19
* drm/xe/lnl: Enable display supportBalasubramani Vivekanandan2024-03-131-0/+1