]> git.baikalelectronics.ru Git - kernel.git/commit
gma500: support 1080p
authorAlan Cox <alan@linux.intel.com>
Wed, 25 Apr 2012 13:37:40 +0000 (14:37 +0100)
committerDave Airlie <airlied@redhat.com>
Fri, 27 Apr 2012 08:24:09 +0000 (09:24 +0100)
commitdf4abd3283fbb99c2de6a7387e7994f7c000f230
treeae2a02bdfbe13ecb7d3a471485217a1e3e7a6493
parenta49e9564a963eb0335bc269c5ab3e7f4a1c28e8a
gma500: support 1080p

The problem in console mode is lack of linear memory. We can solve that by
dropping to 16bpp. The mode setting X server will allocate its own GEM
framebuffer in 32bpp and all will be well.

We could just do 16bpp anyway but that would be a regression on the lower
modes as many distributions don't yet ship the generic mode setting KMS
drivers.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/cdv_intel_crt.c
drivers/gpu/drm/gma500/cdv_intel_hdmi.c
drivers/gpu/drm/gma500/framebuffer.c
drivers/gpu/drm/gma500/oaktrail_hdmi.c
drivers/gpu/drm/gma500/psb_intel_sdvo.c