Skip to content

Commit

Permalink
drm/xe/xe2: Support flat ccs
Browse files Browse the repository at this point in the history
Enable flat ccs for XE2_GFX_FEATURES.

Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
  • Loading branch information
Himal Prasad Ghimiray authored and Rodrigo Vivi committed Dec 21, 2023
1 parent d6abc18 commit cbdc52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/xe/xe_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static const struct xe_graphics_desc graphics_xelpg = {
#define XE2_GFX_FEATURES \
.dma_mask_size = 46, \
.has_asid = 1, \
.has_flat_ccs = 0 /* FIXME: implementation missing */, \
.has_flat_ccs = 1, \
.has_range_tlb_invalidation = 1, \
.has_usm = 0 /* FIXME: implementation missing */, \
.va_bits = 48, \
Expand Down

0 comments on commit cbdc52c

Please sign in to comment.