mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 02:01:18 -04:00
Merge tag 'drm-intel-fixes-2026-05-06' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
- Re-enable ccs modifiers on dg2 (Juha-Pekka Heikkila) Signed-off-by: Dave Airlie <airlied@redhat.com> From: Tvrtko Ursulin <tursulin@igalia.com> Link: https://patch.msgid.link/aftSjG1D0-hKISDy@linux
This commit is contained in:
@@ -750,9 +750,8 @@ static bool has_auxccs(struct drm_device *drm)
|
||||
{
|
||||
struct drm_i915_private *i915 = to_i915(drm);
|
||||
|
||||
return IS_GRAPHICS_VER(i915, 9, 12) ||
|
||||
IS_ALDERLAKE_P(i915) ||
|
||||
IS_METEORLAKE(i915);
|
||||
return IS_GRAPHICS_VER(i915, 9, 12) &&
|
||||
!HAS_FLAT_CCS(i915);
|
||||
}
|
||||
|
||||
static bool has_fenced_regions(struct drm_device *drm)
|
||||
|
||||
Reference in New Issue
Block a user