summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_fbc.c
AgeCommit message (Expand)Author
2025-05-05drm/i915/display: implement wa_14022269668Vinod Govindapillai
2025-03-31drm/i915/display: implement wa_18038517565Vinod Govindapillai
2025-03-28drm/i915/wa: convert intel_display_wa.[ch] to struct intel_displayJani Nikula
2025-03-24drm/i915/fbc: update the panel_replay dependency in fbc wa'sVinod Govindapillai
2025-03-24drm/i915/fbc: keep FBC disabled if selective update is on in xe2lpdVinod Govindapillai
2025-03-21drm/i915/display: convert to display runtime PM interfacesJani Nikula
2025-03-03drm/i915/fbc: handle dirty rect coords for the first frameVinod Govindapillai
2025-03-03drm/i915/fbc: disable FBC if PSR2 selective fetch is enabledVinod Govindapillai
2025-03-03drm/i915/fbc: dirty rect support for FBCVinod Govindapillai
2025-03-03drm/i915/fbc: avoid calling fbc activate if fbc is activeVinod Govindapillai
2025-02-27drm/i915/fbc: convert intel_fbc.[ch] to struct intel_displayJani Nikula
2024-10-30drm/i915/display: use x100 version for full version and releaseJani Nikula
2024-09-05drm/i915/display: pass display to intel_crtc_for_pipe()Jani Nikula
2024-09-05drm/i915/display: include media/cec-notifier.h and linux/debugfs.h where neededJani Nikula
2024-08-27Merge drm/drm-next into drm-intel-nextRodrigo Vivi
2024-08-22drm/i915/display: rename IS_DISPLAY_IP_STEP() to IS_DISPLAY_VER_STEP()Jani Nikula
2024-08-16Merge tag 'drm-intel-next-2024-08-13' of https://gitlab.freedesktop.org/drm/i...Dave Airlie
2024-07-12drm/i915/fbc: Extract intel_fbc_cfb_cpp()Ville Syrjälä
2024-07-12drm/i915/fbc: Extract _intel_fbc_cfb_size()Ville Syrjälä
2024-07-12drm/i915/fbc: Extract intel_fbc_max_cfb_height()Ville Syrjälä
2024-07-12drm/i915/fbc: Reoder CFB max height platform checksVille Syrjälä
2024-07-12drm/i915/fbc: s/lines/height/Ville Syrjälä
2024-07-12drm/i915/fbc: Extract _intel_fbc_cfb_stride()Ville Syrjälä
2024-07-12drm/i915/fbc: Adjust g4x+ platform checksVille Syrjälä
2024-07-12drm/i915/fbc: s/intel_fbc_hw_tracking_covers_screen()/intel_fbc_surface_size_...Ville Syrjälä
2024-07-12drm/i915/fbc: Extract intel_fbc_max_surface_size()Ville Syrjälä
2024-07-12drm/i915/fbc: Extract intel_fbc_max_plane_size()Ville Syrjälä
2024-07-12drm/i915/fbc: s/_intel_fbc_cfb_stride()/intel_fbc_plane_cfb_stride()/Ville Syrjälä
2024-07-12drm/i915/fbc: Convert to intel_display, mostlyVille Syrjälä
2024-07-12drm/i915/fbc: Extract intel_fbc_has_fences()Ville Syrjälä
2024-07-05drm/i915: disable fbc due to Wa_16023588340Matthew Auld
2024-06-17drm/i915/display: update handling of FBC when VT-d active workaroundVinod Govindapillai
2024-06-06drm/i915/display: include gt/intel_gt_types.h where neededJani Nikula
2024-06-06drm/i915/display: include gem/i915_gem_stolen.h where neededJani Nikula
2024-05-24drm/i915: pass dev_priv explicitly to DSPSURFJani Nikula
2024-05-24drm/i915: pass dev_priv explicitly to DSPADDRJani Nikula
2024-05-22drm/i915: Extract i9xx_plane_regs.hVille Syrjälä
2024-05-15drm/i915/psr: Do not apply workarounds in case of panel replayJouni Högander
2024-05-15drm/i915/psr: Rename has_psr2 as has_sel_updateJouni Högander
2024-04-29drm/i915/display: split out intel_fbc_regs.h from i915_reg.hJani Nikula
2024-03-07drm/i915/fbc: Move DPFC_CHICKEN programming into intel_fbc_program_workarounds()Ville Syrjälä
2024-02-02drm/i915/fbc: Allow FBC with CCS modifiers on SKL+Ville Syrjälä
2023-11-29drm/i915/xe2lpd: remove the FBC restriction if PSR2 is enabledVinod Govindapillai
2023-11-20drm/i915/fbc: Bump ivb FBC max surface size to 4kx4kVille Syrjälä
2023-11-20drm/i915/fbc: Bump max surface size to 8kx4k on icl+Ville Syrjälä
2023-11-20drm/i915/fbc: Split plane size vs. surface size checks apartVille Syrjälä
2023-11-15drm/i915/xe2lpd: implement WA for underruns while enabling FBCVinod Govindapillai
2023-10-26drm/i915/display: Move enable_fbc module parameter under displayJouni Högander
2023-10-05drm/i915/fbc: Remove pointless "stride is multiple of 64 bytes" checkVille Syrjälä
2023-10-05drm/i915/fbc: Split plane pixel format checks per-platformVille Syrjälä