-
- Downloads
drm/xe: Use REG_FIELD/REG_BIT for all regs/*.h
Convert the macro declarations to the equivalent GENMASK and and bitfield prep for all registers. v2 (Matt Roper): - Fix wrong conversion of RPM_CONFIG0_CRYSTAL_CLOCK_FREQ_MASK - Reorder fields of XEHP_SLICE_UNIT_LEVEL_CLKGATE for consistency - Simplify CTC_SOURCE_* by only defining CTC_SOURCE_DIVIDE_LOGIC as REG_BIT(0) v3: Also remove DOP_CLOCK_GATE_ENABLE that is unused and wrongly defined Reviewed-by:Matt Atwood <matthew.s.atwood@intel.com> Link: https://lore.kernel.org/r/20230427223256.1432787-4-lucas.demarchi@intel.com Signed-off-by:
Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
Showing
- drivers/gpu/drm/xe/regs/xe_engine_regs.h 12 additions, 12 deletionsdrivers/gpu/drm/xe/regs/xe_engine_regs.h
- drivers/gpu/drm/xe/regs/xe_gt_regs.h 25 additions, 33 deletionsdrivers/gpu/drm/xe/regs/xe_gt_regs.h
- drivers/gpu/drm/xe/regs/xe_regs.h 5 additions, 7 deletionsdrivers/gpu/drm/xe/regs/xe_regs.h
- drivers/gpu/drm/xe/xe_gt_clock.c 8 additions, 11 deletionsdrivers/gpu/drm/xe/xe_gt_clock.c
Loading
Please register or sign in to comment