drm/i915: small isolated c99 types to kernel types switch
Mixed C99 and kernel types use is getting ugly. Prefer kernel types. sed -i 's/\buint\(8\|16\|32\|64\)_t\b/u\1/g' Minor checkpatch fixes sprinkled on top of the changed lines. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/14ed72e7f04c9340a057855c5950b54811f8a477.1547629303.git.jani.nikula@intel.com
This commit is contained in:
@@ -3021,7 +3021,7 @@ static bool chv_is_valid_mux_addr(struct drm_i915_private *dev_priv, u32 addr)
|
||||
(addr >= 0x182300 && addr <= 0x1823A4);
|
||||
}
|
||||
|
||||
static uint32_t mask_reg_value(u32 reg, u32 val)
|
||||
static u32 mask_reg_value(u32 reg, u32 val)
|
||||
{
|
||||
/* HALF_SLICE_CHICKEN2 is programmed with a the
|
||||
* WaDisableSTUnitPowerOptimization workaround. Make sure the value
|
||||
|
Reference in New Issue
Block a user