Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac208a8b authored by Tvrtko Ursulin's avatar Tvrtko Ursulin
Browse files

drm/i915: Do not use a bitfield for INTEL_INFO->num_pipes



It just makes more work for the compiler and generates more code.

Signed-off-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent 7e22dbbb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -758,7 +758,7 @@ struct intel_csr {
struct intel_device_info {
	u32 display_mmio_offset;
	u16 device_id;
	u8 num_pipes:3;
	u8 num_pipes;
	u8 num_sprites[I915_MAX_PIPES];
	u8 gen;
	u16 gen_mask;