[Intel-xe] [PATCH 2/6] drm/xe: Set require_force_probe in each platform's description
Lucas De Marchi
lucas.demarchi at intel.com
Wed Apr 5 22:10:39 UTC 2023
On Mon, Apr 03, 2023 at 01:16:58PM -0700, Matt Roper wrote:
>Set require_force_probe explicitly in each platform's description
>structure rather than embedding it within the FOO_FEATURES macros. Even
>though we expect all platforms currently supported by the Xe driver to
>be under force_probe protection, this will help prepare for some other
>upcoming restructuring.
>
>Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
while you are touching this...
#define DEV_INFO_FOR_EACH_FLAG(func) \
func(require_force_probe); \
func(is_dgfx); \
/* Keep has_* in alphabetical order */ \
maybe in another patch just go ahead and remove the macro that is
pratically not used?
Lucas De Marchi
More information about the Intel-xe
mailing list