public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] framebuffer_init checks
@ 2013-10-09 19:23 Daniel Vetter
  2013-10-09 19:23 ` [PATCH 1/4] drm/i915: grab dev->struct_mutex around framebuffer_init Daniel Vetter
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Daniel Vetter @ 2013-10-09 19:23 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter

Hi all,

That little patch turned into a bit more, and on top of it there's now also a
new testcase in igt: kms_addfb. It checks for most of the evil stuff you can
feed to addfb.

Cheers, Daniel

Daniel Vetter (4):
  drm/i915: grab dev->struct_mutex around framebuffer_init
  drm/i915: prevent tiling changes on framebuffer backing storage
  drm/i915: Use unsigned long for obj->user_pin_count
  drm/i915: check gem bo size when creating framebuffers

 drivers/gpu/drm/i915/i915_drv.h        |  5 ++++-
 drivers/gpu/drm/i915/i915_gem_tiling.c |  2 +-
 drivers/gpu/drm/i915/intel_display.c   | 33 ++++++++++++++++++++++++---------
 3 files changed, 29 insertions(+), 11 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-10-16 20:07 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 19:23 [PATCH 0/4] framebuffer_init checks Daniel Vetter
2013-10-09 19:23 ` [PATCH 1/4] drm/i915: grab dev->struct_mutex around framebuffer_init Daniel Vetter
2013-10-09 19:23 ` [PATCH 2/4] drm/i915: prevent tiling changes on framebuffer backing storage Daniel Vetter
2013-10-09 21:29   ` Chris Wilson
2013-10-09 22:02     ` Daniel Vetter
2013-10-09 22:09       ` Daniel Vetter
2013-10-10 10:53         ` Ville Syrjälä
2013-10-09 19:23 ` [PATCH 3/4] drm/i915: Use unsigned long for obj->user_pin_count Daniel Vetter
2013-10-10  8:56   ` Ville Syrjälä
2013-10-10  8:59     ` Daniel Vetter
2013-10-10 11:29     ` [PATCH] " Daniel Vetter
2013-10-10 11:48       ` Chris Wilson
2013-10-10 12:46     ` Daniel Vetter
2013-10-10 12:48       ` Chris Wilson
2013-10-09 19:23 ` [PATCH 4/4] drm/i915: check gem bo size when creating framebuffers Daniel Vetter
2013-10-09 19:55   ` [PATCH] " Daniel Vetter
2013-10-10 11:42 ` [PATCH 0/4] framebuffer_init checks Ville Syrjälä
2013-10-16 20:08   ` Daniel Vetter

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