public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/i915: Cursor fixes and cleanups
@ 2014-08-12 16:39 ville.syrjala
  2014-08-12 16:39 ` [PATCH 1/4] drm/i915: Don't try to enable cursor from setplane when crtc is disabled ville.syrjala
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: ville.syrjala @ 2014-08-12 16:39 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I had to look at the cursor code recently, and as usual I ended up
doing bit of fixing and some cleanups. There's still more that needs
doing, but I'll leave that for later and not continue down this path
for now.

While trying to figure out what this CURSIZE register is I also ended
up implementing variable cursor size support for 845/865. I don't have
the hardware so I can't say whether it really works. But here's the
code anyway.

Ville Syrjälä (4):
  drm/i915: Don't try to enable cursor from setplane when crtc is
    disabled
  drm/i915: Move CURSIZE setup to i845_update_cursor()
  drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor()
  drm/i915: Add support for variable cursor size on 845/865

 drivers/gpu/drm/i915/i915_reg.h      |   3 +-
 drivers/gpu/drm/i915/intel_display.c | 134 +++++++++++++++++------------------
 drivers/gpu/drm/i915/intel_drv.h     |   1 +
 3 files changed, 67 insertions(+), 71 deletions(-)

-- 
1.8.5.5

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2014-08-14 14:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 16:39 [PATCH 0/4] drm/i915: Cursor fixes and cleanups ville.syrjala
2014-08-12 16:39 ` [PATCH 1/4] drm/i915: Don't try to enable cursor from setplane when crtc is disabled ville.syrjala
2014-08-12 18:01   ` Paulo Zanoni
2014-08-14 14:31     ` Jani Nikula
2014-08-12 16:39 ` [PATCH 2/4] drm/i915: Move CURSIZE setup to i845_update_cursor() ville.syrjala
2014-08-12 16:39 ` [PATCH 3/4] drm/i915: Unify ivb_update_cursor() and i9xx_update_cursor() ville.syrjala
2014-08-12 16:39 ` [PATCH 4/4] drm/i915: Add support for variable cursor size on 845/865 ville.syrjala
2014-08-12 16:52   ` Chris Wilson
2014-08-13  7:05   ` Chris Wilson
2014-08-13  7:12   ` Chris Wilson
2014-08-13  7:18   ` Chris Wilson
2014-08-13  8:57     ` [PATCH v4 " ville.syrjala
2014-08-13 11:34       ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox