[PATCH] drm: Force a full mode set if the frame buffer depth changes.

2010-09-07 Thread Chris Wilson
As the crtc will need to be reconfigured if the framebuffer depth changes, we need to check for such a change during set_config(). Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_crtc_helper.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git

[PATCH] drm: Force a full mode set if the frame buffer depth changes.

2010-09-07 Thread Chris Wilson
As the crtc will need to be reconfigured if the framebuffer depth changes, we need to check for such a change during set_config(). Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk --- drivers/gpu/drm/drm_crtc_helper.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git