History log of /drivers/gpu/drm/gma500/oaktrail_hdmi.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6e7f45736e46f14e0f30ff94883fbc665d100d61 08-Mar-2012 Kirill A. Shutemov <kirill.shutemov@linux.intel.com> gma500: oaktrail_hdmi: fix -Wmissing-field-initializers warning

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/oaktrail_hdmi.c
e1bb07cbe18b28d112122deb6a7f2ef67ebd95a6 08-Mar-2012 Kirill A. Shutemov <kirill.shutemov@linux.intel.com> gma500: oaktrail_hdmi: drop dead code

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/oaktrail_hdmi.c
c6265ff593467d472814aa9f16f89f6c1dc90a5d 08-Mar-2012 Alan Cox <alan@linux.intel.com> gma500: rework register stuff sanely

Rework registers handling to prepare for Medfield.

Signed-off-by: Alan Cox <alan@linux.intel.com>
[split out from a single big patch]
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
/drivers/gpu/drm/gma500/oaktrail_hdmi.c
648a8e342c5a754bdc62f003d3af90507c1abfde 08-Mar-2012 Alan Cox <alan@linux.intel.com> gma500: now move the Oaktrail save state into its own structure

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
/drivers/gpu/drm/gma500/oaktrail_hdmi.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/oaktrail_hdmi.c
9bd81acdb648509dbbc32d4da0477c9fae0d6a73 19-Dec-2011 Patrik Jakobsson <patrik.r.jakobsson@gmail.com> gma500: Convert Oaktrail to work with new output handling

Replace psb_intel_output with psb_intel_encoder and psb_intel_connector

Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
[Changed Moorestown reference to Oaktrail]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
/drivers/gpu/drm/gma500/oaktrail_hdmi.c
1b082ccf5901108d3acd860a73d8c0442556c0bb 03-Nov-2011 Alan Cox <alan@linux.intel.com> gma500: Add Oaktrail support

Oaktrail (GMA600) is found on some tablet/slate PC type systems. It's a bit
different to the GMA500 but similar enough it makes sense to plug it into
the same driver.

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