History log of /drivers/gpu/drm/gma500/cdv_intel_crt.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2acdc9fa7e0b6fa383ac742a4203c7c1997b1a61 08-Mar-2012 Kirill A. Shutemov <kirill.shutemov@linux.intel.com> gma500: cdv_intel_crt: add missing include

drivers/gpu/drm/gma500/cdv_intel_crt.c:273:6: warning: no previous prototype for 'cdv_intel_crt_init' [-Wmissing-prototypes]

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
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
9f821c675a389cf4aab7f1dc8ee0860fba4f3204 12-Jan-2012 Alan Cox <alan@lxorguk.ukuu.org.uk> gma500: Discard modes that don't fit in stolen memory

[This fixes a crash on boot if the system is plugged into an HDTV so it's
probably appropriate to push even though it didn't make the window. We could
be cleverer about this but the simple version seems to be the safe one]

From: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>

At the moment we cannot allocate more than stolen memory size for framebuffers.
To get around that issues we discard modes that doesn't fit. This is a temporary
solution until we can freely allocate framebuffer memory.

[Currently the framebuffer needs to be linear in kernel space due to limits
in the kernel fb layer - AC]

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
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
a12d6a078e47e244a476b67c3f4b6ca03c138a99 19-Dec-2011 Patrik Jakobsson <patrik.r.jakobsson@gmail.com> gma500: Convert Cedarview to work with new output handling

Replace psb_intel_output with psb_intel_encoder and psb_intel_connector.
Things will need to be cleaned up and tested so consider this an initial
patch for Cedarview.

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
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
6a227d5fd6c4abe6a9226a40f6981825e9da5fbe 03-Nov-2011 Alan Cox <alan@linux.intel.com> gma500: Add support for Cedarview

Again this is similar but has some differences so we have a set of plug in
support. This does make the driver bigger than is needed in some respects
but the tradeoff for maintainability is huge.

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