On Fri, Jul 12, 2019 at 10:48:48AM -0700, Summers, Stuart wrote:
On Thu, 2019-07-11 at 22:57 -0700, Lucas De Marchi wrote:
Tiger Lake has modular FIA bit indicating if we are using it, so add
to
the device info.

Signed-off-by: Lucas De Marchi <[email protected]>

Reviewed-by: Stuart Summers <[email protected]>


Both patches applied, thanks.

Lucas De Marchi

---
 drivers/gpu/drm/i915/i915_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_pci.c
b/drivers/gpu/drm/i915/i915_pci.c
index e83c94cf2744..7ec8170f1794 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -790,6 +790,7 @@ static const struct intel_device_info
intel_tigerlake_12_info = {
        PLATFORM(INTEL_TIGERLAKE),
        .num_pipes = 4,
        .require_force_probe = 1,
+       .display.has_modular_fia = 1,
        .engine_mask =
                BIT(RCS0) | BIT(BCS0) | BIT(VECS0) | BIT(VCS0) |
BIT(VCS2),
 };


_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to