Hi Dave,
Here's a pull for -next with some random drm-core patches. I've also thrown the use-after-free fix on top, but that should go into -fixes, too.
Feel free to pull or slurp in the patches you want from patchwork yourself.
Cheers, Daniel
The following changes since commit 4d538b79197901fecc42e746d515d07fd1089b62:
Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-next (2014-02-27 14:39:30 +1000)
are available in the git repository at:
ssh://git.freedesktop.org/git/drm-intel topic/core-stuff
for you to fetch changes up to c94adc4a65c67a79f0d19285bf5c32fe4c00176f:
drm: Fix use-after-free in the shadow-attache exit code (2014-03-17 11:23:31 +0100)
---------------------------------------------------------------- Damien Lespiau (1): drm: Check if the allocation has succeeded before dereferencing newmode
Daniel Drake (1): drm/edid: request HDMI underscan by default
Daniel Vetter (1): drm: Fix use-after-free in the shadow-attache exit code
Ville Syrjälä (1): drm/fb-helper: Use drm_fb_helper_restore_fbdev_mode() in drm_fb_helper_set_par()
Xiubo Li (1): drm/fb-helper: Do the 'max_conn_count' zero check
drivers/gpu/drm/drm_edid.c | 4 ++++ drivers/gpu/drm/drm_fb_helper.c | 13 ++++--------- drivers/gpu/drm/drm_pci.c | 2 +- 3 files changed, 9 insertions(+), 10 deletions(-)
dri-devel@lists.freedesktop.org