All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915: promote fixed16_16
@ 2017-12-22 12:25 Michal Wajdeczko
  2017-12-22 12:25 ` [PATCH 1/5] drm/i915: Move uint_fixed_16_16_t to its own header Michal Wajdeczko
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Michal Wajdeczko @ 2017-12-22 12:25 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

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 <chris@chris-wilson.co.uk>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Mahesh Kumar <mahesh1.kumar@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>

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
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-12-22 17:12 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-22 12:25 [PATCH 0/5] drm/i915: promote fixed16_16 Michal Wajdeczko
2017-12-22 12:25 ` [PATCH 1/5] drm/i915: Move uint_fixed_16_16_t to its own header Michal Wajdeczko
2017-12-22 12:25 ` [PATCH 2/5] drm/i915: Rename uint_fixed_16_16_t to fixed16_16_t Michal Wajdeczko
2017-12-22 16:08   ` Michal Wajdeczko
2017-12-22 17:11     ` Chris Wilson
2017-12-22 17:11       ` Chris Wilson
2017-12-22 12:25 ` [PATCH 3/5] drm/i915: Add common fixed16_16 values Michal Wajdeczko
2017-12-22 12:34   ` Chris Wilson
2017-12-22 15:51     ` Michal Wajdeczko
2017-12-22 16:03       ` Chris Wilson
2017-12-22 12:25 ` [PATCH 4/5] drm/i915: Fix overflows in fixed16_16 Michal Wajdeczko
2017-12-22 12:39   ` Chris Wilson
2017-12-22 15:56     ` Michal Wajdeczko
2017-12-22 12:25 ` [PATCH 5/5] drm/i915: Tidy up fixed16_16 Michal Wajdeczko
2017-12-22 12:43   ` Chris Wilson
2017-12-22 12:52 ` ✓ Fi.CI.BAT: success for drm/i915: promote fixed16_16 Patchwork
2017-12-22 14:23 ` ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.