[PATCH] drm/fbdev: rework output polling to be back in the core. (v3)

2010-05-06 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com After thinking it over a lot it made more sense for the core to deal with the output polling especially so it can notify X. v2: drop plans for fake connector - per Michel's comments - fix X patch sent to xorg-devel, add intel polled/hpd setting, add initial

Re: [PATCH 09/14] drm/edid: Add test for monitor reduced blanking support.

2010-05-06 Thread Mark Marshall
Adam Jackson wrote: The generic block walk callback looks like overkill, but we'll need it for other detailed block walks in the future. Signed-off-by: Adam Jackson a...@redhat.com --- drivers/gpu/drm/drm_edid.c | 47 --- 1 files changed, 43

Re: [PATCH] drm/fbdev: rework output polling to be back in the core. (v3)

2010-05-06 Thread Michel Dänzer
On Don, 2010-05-06 at 16:15 +1000, Dave Airlie wrote: From: Dave Airlie airl...@redhat.com After thinking it over a lot it made more sense for the core to deal with the output polling especially so it can notify X. v2: drop plans for fake connector - per Michel's comments - fix X patch

[PATCH] drm/fbdev: fix cloning on fbcon

2010-05-06 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com Simple cloning rules compared to server: (a) single crtc (b) 1 connector active (c) check command line mode (d) try and find 1024x768 DMT mode if no command line. (e) fail to clone Signed-off-by: Dave Airlie airl...@redhat.com --- drivers/gpu/drm/drm_edid.c