drm/i915: add FBC_ROTATION to enum no_fbc_reason
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_debugfs.c
index 6c788e434255bc7c89aa2f09518df87edc047d7f..985e860691b4cf72b2753a10def0a0b1ca2a02ff 100644 (file)
@@ -1632,6 +1632,9 @@ static int i915_fbc_status(struct seq_file *m, void *unused)
                case FBC_CHIP_DEFAULT:
                        seq_puts(m, "disabled per chip default");
                        break;
+               case FBC_ROTATION:
+                       seq_puts(m, "rotation not supported");
+                       break;
                default:
                        seq_puts(m, "unknown reason");
                }
This page took 0.041476 seconds and 5 git commands to generate.