Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-intel

Pull drm EDID fix from Daniel Vetter:
"Since Dave is enjoying vacation I figured I'll send you this drm core
fix directly"

* tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-intel:
drm/crtc: Fix edid length computation

+1 -1
+1 -1
drivers/gpu/drm/drm_crtc.c
··· 4732 4732 return 0; 4733 4733 4734 4734 if (edid) 4735 - size = EDID_LENGTH + (1 + edid->extensions); 4735 + size = EDID_LENGTH * (1 + edid->extensions); 4736 4736 4737 4737 ret = drm_property_replace_global_blob(dev, 4738 4738 &connector->edid_blob_ptr,