Hi Dave, Just various stuff all over from a bunch of people. Shortlog gives a beter overview, it's really all misc drm patches. Cheers, Daniel The following changes since commit 1bcecfacde6269dc6cee9a098bc454222d441ff9: drm/core: use helper to check driver features (2014-10-03 10:38:56 +0200) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/topic/core-stuff-2014-11-05 for you to fetch changes up to babc94936b7a48f0411c85a63074c0e378b55761: drm/edid: add #defines and helpers for ELD (2014-11-05 14:03:44 +0100) ---------------------------------------------------------------- Chris Wilson (1): drm: Implement O_NONBLOCK support on /dev/dri/cardN Chuck Ebbert (2): drm/crtc: Fix two typos drm/crtc: Remove duplicated ioctl code Damien Lespiau (3): drm: Add a note to drm_property_create() about property lifetime drm/i915: Don't destroy DRM properties in the driver drm/gma500: Don't destroy DRM properties in the driver Daniel Vetter (1): drm/dp-helper: Move the legacy helpers to gma500 Jani Nikula (1): drm/edid: add #defines and helpers for ELD Joe Perches (1): drm: drm_err: Remove unnecessary __func__ argument Masanari Iida (2): gpu:drm: Fix typo in Documentation/DocBook/drm.xml gpu: drm: Fix warning caused by a parameter description in drm_crtc.c Peter Hurley (2): drm: Fix DRM_FORCE_ON_DIGITAL use drm: Remove compiler BUG_ON() test Rickard Strandqvist (1): gpu: drm: drm_dp_mst_topology.c: Fix improper use of strncat Todd Previte (1): drm/dp: Add counters in the drm_dp_aux struct for I2C NACKs and DEFERs drivers/gpu/drm/drm_crtc.c | 40 +++---- drivers/gpu/drm/drm_dp_helper.c | 194 +------------------------------ drivers/gpu/drm/drm_dp_mst_topology.c | 15 +-- drivers/gpu/drm/drm_drv.c | 5 +- drivers/gpu/drm/drm_fb_helper.c | 1 - drivers/gpu/drm/drm_fops.c | 12 +- drivers/gpu/drm/drm_irq.c | 4 +- drivers/gpu/drm/drm_modes.c | 2 +- drivers/gpu/drm/drm_prime.c | 4 +- drivers/gpu/drm/drm_probe_helper.c | 3 +- drivers/gpu/drm/gma500/cdv_intel_dp.c | 195 ++++++++++++++++++++++++++++++++ drivers/gpu/drm/gma500/psb_intel_sdvo.c | 49 -------- drivers/gpu/drm/i915/i915_cmd_parser.c | 4 +- drivers/gpu/drm/i915/i915_reg.h | 2 +- drivers/gpu/drm/i915/intel_lrc.c | 2 +- drivers/gpu/drm/i915/intel_sdvo.c | 47 -------- include/drm/drmP.h | 8 +- include/drm/drm_dp_helper.h | 21 +--- include/drm/drm_dp_mst_helper.h | 2 +- include/drm/drm_edid.h | 102 +++++++++++++++++ 20 files changed, 347 insertions(+), 365 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel