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

Commit 70821af6 authored by Michel Thierry's avatar Michel Thierry Committed by Tvrtko Ursulin
Browse files

drm/i915: Keep has_* in alphabetical order

parent 9e1d0e60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -713,6 +713,7 @@ struct intel_csr {
	func(has_aliasing_ppgtt); \
	func(has_csr); \
	func(has_ddi); \
	func(has_decoupled_mmio); \
	func(has_dp_mst); \
	func(has_fbc); \
	func(has_fpga_dbg); \
@@ -738,8 +739,7 @@ struct intel_csr {
	func(cursor_needs_physical); \
	func(hws_needs_physical); \
	func(overlay_needs_physical); \
	func(supports_tv); \
	func(has_decoupled_mmio)
	func(supports_tv);

struct sseu_dev_info {
	u8 slice_mask;