drm/i915: Track whether cursor needs physical address in intel_device_info
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index 0d24e034dc231b1031eb63b039a8f5540340b8f1..9a05f1a01025652964b4ba155fcd29d4777fe583 100644 (file)
@@ -189,6 +189,7 @@ struct intel_device_info {
        u8 has_rc6 : 1;
        u8 has_pipe_cxsr : 1;
        u8 has_hotplug : 1;
+       u8 cursor_needs_physical : 1;
 };
 
 typedef struct drm_i915_private {
@@ -253,8 +254,6 @@ typedef struct drm_i915_private {
        int hangcheck_count;
        uint32_t last_acthd;
 
-       bool cursor_needs_physical;
-
        struct drm_mm vram;
 
        unsigned long cfb_size;
This page took 0.023438 seconds and 5 git commands to generate.