summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_lvds.c
AgeCommit message (Expand)Author
2024-04-09drm/i915: move max_dotclk_freq to display substructJani Nikula
2024-04-03drm/i915: Remove DRM_MODE_FLAG_DBLSCAN checks from .mode_valid() hooksVille Syrjälä
2023-11-29drm/i915: Clean up some DISPLAY_VER checksVille Syrjälä
2023-11-29drm/i915: Skip some timing checks on BXT/GLK DSI transcodersVille Syrjälä
2023-10-26drm/i915/display: Move lvds_channel_mode module parameter under displayJouni Högander
2023-09-28drm/i915/fdi: Improve FDI BW sharing between pipe B and CImre Deak
2023-09-15drm/i915/lvds: Populate connector->ddcVille Syrjälä
2023-06-02drm/i915/lvds: switch to drm_edid_read_switcheroo()Jani Nikula
2023-05-05drm/i915/display: Add new member to configure PCON color conversionAnkit Nautiyal
2023-04-20drm/i915: Namespace pfit registers properlyVille Syrjälä
2023-03-30drm/i915/pps: split out PPS regs to a separate fileJani Nikula
2023-02-17drm/i915: s/PIPECONF/TRANSCONF/Ville Syrjälä
2023-01-31drm/i915/lvds: s/pipe_config/crtc_state/Ville Syrjälä
2023-01-31drm/i915/lvds: s/intel_encoder/encoder/ etc.Ville Syrjälä
2023-01-31drm/i915/lvds: s/dev_priv/i915/Ville Syrjälä
2023-01-31drm/i915/lvds: Fix whitespaceVille Syrjälä
2023-01-31drm/i915/lvds: Extract intel_lvds_regs.hVille Syrjälä
2023-01-31drm/i915/lvds: Use REG_BIT() & co.Ville Syrjälä
2023-01-31drm/i915/lvds: Use intel_de_rmw()Ville Syrjälä
2023-01-31drm/i915/lvds: Split long linesVille Syrjälä
2023-01-26drm/i915/panel: move panel fixed EDID to struct intel_panelJani Nikula
2023-01-26drm/i915/bios: convert intel_bios_init_panel() to drm_edidJani Nikula
2023-01-26drm/i915/edid: convert DP, HDMI and LVDS to drm_edidJani Nikula
2022-12-09drm/i915: Do panel VBT init early if the VBT declares an explicit panel typeVille Syrjälä
2022-11-11drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula
2022-10-11drm/i915/display: remove drm_device aliasesAndrzej Hajda
2022-09-28drm/i915: Allow alternate fixed modes always for LVDSVille Syrjälä
2022-09-28drm/i915: Simplify intel_panel_add_edid_alt_fixed_modes()Ville Syrjälä
2022-09-26drm/i915: Clean up connector->*_allowed setupVille Syrjälä
2022-09-26drm/i915: Extract intel_attach_scaling_mode_property()Ville Syrjälä
2022-09-26drm/i915: Extract intel_lvds_add_properties()Ville Syrjälä
2022-09-26drm/i915: Pass intel_encoder to to_lvds_encoder()Ville Syrjälä
2022-08-31drm/i915: move vbt to display.vbtJani Nikula
2022-06-20drm/i915/bios: calculate panel type as per child device index in VBTAnimesh Manna
2022-06-01drm/i915: Accept more fixed modes with VRR panelsVille Syrjälä
2022-05-27drm/i915/bios: Determine panel type via PNPID matchVille Syrjälä
2022-05-27drm/i915/bios: Split VBT data into per-panel vs. global partsVille Syrjälä
2022-03-31drm/i915: Allow static DRRS on LVDSVille Syrjälä
2022-03-31drm/i915: Combine the EDID fixed_mode+downclock_mode lookup into oneVille Syrjälä
2022-03-31drm/i915: Put fixed modes directly onto the panel's fixed_modes listVille Syrjälä
2022-03-29drm/i915: Extract intel_panel_encoder_fixed_mode()Ville Syrjälä
2022-03-29drm/i915: Rename intel_panel_vbt_fixed_mode()Ville Syrjälä
2022-03-29drm/i915: Use intel_panel_preferred_fixed_mode() moreVille Syrjälä
2022-03-29drm/i915: Use DRM_MODE_FMT+DRM_MODE_ARG()Ville Syrjälä
2022-03-29drm/i915: Pass intel_connector to intel_panel_{init,fini}()Ville Syrjälä
2022-03-15drm/i915: Introduce intel_panel_get_modes()Ville Syrjälä
2022-03-15drm/i915: Introduce intel_panel_{fixed,downclock}_mode()Ville Syrjälä
2022-03-15drm/i915/lvds: Pass fixed_mode to compute_is_dual_link_lvds()Ville Syrjälä
2021-10-01drm/i915/dpll: move dpll modeset asserts to intel_dpll.cJani Nikula
2021-10-01drm/i915/fdi: move fdi modeset asserts to intel_fdi.cJani Nikula