summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_panel.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-26drm/i915/panel: move panel fixed EDID to struct intel_panelJani Nikula1-1/+3
2022-12-09drm/i915: Introduce intel_panel_init_alloc()Ville Syrjälä1-0/+1
2022-09-28drm/i915: Simplify intel_panel_add_edid_alt_fixed_modes()Ville Syrjälä1-1/+1
2022-09-08drm/i915: Add intel_panel_highest_mode()Ville Syrjälä1-0/+3
2022-06-01drm/i915: Accept more fixed modes with VRR panelsVille Syrjälä1-1/+2
2022-03-31drm/i915: Combine the EDID fixed_mode+downclock_mode lookup into oneVille Syrjälä1-2/+1
2022-03-31drm/i915: Put fixed modes directly onto the panel's fixed_modes listVille Syrjälä1-15/+7
2022-03-29drm/i915: Extract intel_panel_encoder_fixed_mode()Ville Syrjälä1-0/+4
2022-03-29drm/i915: Extract intel_panel_vbt_sdvo_fixed_mode()Ville Syrjälä1-0/+2
2022-03-29drm/i915: Rename intel_panel_vbt_fixed_mode()Ville Syrjälä1-1/+1
2022-03-29drm/i915: Pass intel_connector to intel_panel_{init,fini}()Ville Syrjälä1-3/+2
2022-03-15drm/i915: Introduce intel_panel_drrs_type()Ville Syrjälä1-0/+2
2022-03-15drm/i915: Introduce intel_panel_preferred_fixed_mode()Ville Syrjälä1-0/+2
2022-03-15drm/i915: Introduce intel_panel_get_modes()Ville Syrjälä1-0/+1
2022-03-15drm/i915: Introduce intel_panel_{fixed,downclock}_mode()Ville Syrjälä1-2/+6
2021-09-30drm/i915: Introduce intel_panel_compute_config()Ville Syrjälä1-0/+2
2021-09-30drm/i915: Extract intel_panel_mode_valid()Ville Syrjälä1-0/+3
2021-08-26drm/i915/panel: mass rename functions to have intel_panel_ prefixJani Nikula1-5/+3
2021-08-26drm/i915/backlight: extract backlight code to a separate fileJani Nikula1-32/+2
2021-08-20drm/i915/panel: move intel_panel_use_ssc() out of headersJani Nikula1-0/+1
2021-01-19drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)Lyude Paul1-0/+4
2020-09-15drm/i915: Reduce INTEL_DISPLAY_ENABLED to just treat outputs as disconnectedVille Syrjälä1-0/+2
2020-04-24drm/i915: Have pfit calculations return an error codeVille Syrjälä1-3/+3
2020-04-24drm/i915: Pass connector state to pfit calculationsVille Syrjälä1-2/+2
2020-04-24drm/i915: s/pipe_config/crtc_state/ in pfit functionsVille Syrjälä1-4/+2
2020-04-03drm/i915: Pass atomic state to encoder hooksVille Syrjälä1-1/+2
2019-06-17drm/i915: move modesetting output/encoder code under display/Jani Nikula1-0/+65