Merge tag 'docs-5.5a' of git://git.lwn.net/linux
[linux-2.6-microblaze.git] / drivers / gpu / drm / i915 / intel_device_info.h
index e9940f9..4bdf8a6 100644 (file)
@@ -107,6 +107,7 @@ enum intel_ppgtt_type {
        func(is_mobile); \
        func(is_lp); \
        func(require_force_probe); \
+       func(is_dgfx); \
        /* Keep has_* in alphabetical order */ \
        func(has_64bit_reloc); \
        func(gpu_reset_clobbers_display); \
@@ -136,8 +137,10 @@ enum intel_ppgtt_type {
        func(has_ddi); \
        func(has_dp_mst); \
        func(has_dsb); \
+       func(has_dsc); \
        func(has_fbc); \
        func(has_gmch); \
+       func(has_hdcp); \
        func(has_hotplug); \
        func(has_ipc); \
        func(has_modular_fia); \