"(0=disabled, 1=enabled - link mode chosen per-platform, 2=force link-standby mode, 3=force link-off mode) "
                 "Default: -1 (use per-chip default)");
 
-module_param_named_unsafe(alpha_support, i915.alpha_support, int, 0400);
+module_param_named_unsafe(alpha_support, i915.alpha_support, bool, 0400);
 MODULE_PARM_DESC(alpha_support,
        "Enable alpha quality driver support for latest hardware. "
        "See also CONFIG_DRM_I915_ALPHA_SUPPORT.");
 
        func(int, enable_ppgtt); \
        func(int, enable_execlists); \
        func(int, enable_psr); \
-       func(unsigned int, alpha_support); \
        func(int, disable_power_well); \
        func(int, enable_ips); \
        func(int, invert_brightness); \
        func(int, edp_vswing); \
        func(unsigned int, inject_load_failure); \
        /* leave bools at the end to not create holes */ \
+       func(bool, alpha_support); \
        func(bool, enable_cmd_parser); \
        func(bool, enable_hangcheck); \
        func(bool, fastboot); \