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

drm/i915: Keep has_* in alphabetical order

As it already says in the comment block...
Signed-off-by: default avatarMichel Thierry <michel.thierry@intel.com>
Reviewed-by: default avatarMichał Winiarski <michal.winiarski@intel.com>
Signed-off-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161206015704.12654-1-michel.thierry@intel.com
parent 9e1d0e60
...@@ -713,6 +713,7 @@ struct intel_csr { ...@@ -713,6 +713,7 @@ struct intel_csr {
func(has_aliasing_ppgtt); \ func(has_aliasing_ppgtt); \
func(has_csr); \ func(has_csr); \
func(has_ddi); \ func(has_ddi); \
func(has_decoupled_mmio); \
func(has_dp_mst); \ func(has_dp_mst); \
func(has_fbc); \ func(has_fbc); \
func(has_fpga_dbg); \ func(has_fpga_dbg); \
...@@ -738,8 +739,7 @@ struct intel_csr { ...@@ -738,8 +739,7 @@ struct intel_csr {
func(cursor_needs_physical); \ func(cursor_needs_physical); \
func(hws_needs_physical); \ func(hws_needs_physical); \
func(overlay_needs_physical); \ func(overlay_needs_physical); \
func(supports_tv); \ func(supports_tv);
func(has_decoupled_mmio)
struct sseu_dev_info { struct sseu_dev_info {
u8 slice_mask; u8 slice_mask;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment