The ultimate goal of this series is to promote our definition of fixed16.16 type to include/linux. However, before doing so we need to do some preparations/cleanups locally.
Note that some helper functions may require additional renames. Any suggestions are welcomed. Suggested-by: Chris Wilson <[email protected]> Cc: Chris Wilson <[email protected]> Cc: Rodrigo Vivi <[email protected]> Cc: Joonas Lahtinen <[email protected]> Cc: Mahesh Kumar <[email protected]> Cc: Maarten Lankhorst <[email protected]> Michal Wajdeczko (5): drm/i915: Move uint_fixed_16_16_t to its own header drm/i915: Rename uint_fixed_16_16_t to fixed16_16_t drm/i915: Add common fixed16_16 values drm/i915: Fix overflows in fixed16_16 drm/i915: Tidy up fixed16_16 drivers/gpu/drm/i915/fixed16_16.h | 164 ++++++++++++++++++++++++++++++++++++++ drivers/gpu/drm/i915/i915_drv.h | 143 +-------------------------------- drivers/gpu/drm/i915/intel_pm.c | 68 ++++++++-------- 3 files changed, 201 insertions(+), 174 deletions(-) create mode 100644 drivers/gpu/drm/i915/fixed16_16.h -- 1.9.1 _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
