drm/i915: Rename primary_disabled to primary_enabled
Let's try to avoid these confusing negated booleans. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -321,7 +321,7 @@ struct intel_crtc {
|
||||
*/
|
||||
bool active;
|
||||
bool eld_vld;
|
||||
bool primary_disabled; /* is the crtc obscured by a plane? */
|
||||
bool primary_enabled; /* is the primary plane (partially) visible? */
|
||||
bool lowfreq_avail;
|
||||
struct intel_overlay *overlay;
|
||||
struct intel_unpin_work *unpin_work;
|
||||
|
Reference in New Issue
Block a user