gma500/cdv: Add eDP support
authorZhao Yakui <yakui.zhao@intel.com>
Wed, 8 Aug 2012 13:55:55 +0000 (13:55 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 23 Aug 2012 23:29:25 +0000 (09:29 +1000)
Introduce the eDP support into the driver.

This has been reworked a bit because kernel driver proper uses encoder/connectors
while the legacy Intel driver uses the old output stuff.

It also diverges on the backlight handling. The legacy Intel driver adds a panel
abstraction based upon the i915 one. It's only really used for backlight bits
and we have a perfectly good backlight abstraction which can extend instead.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
[ported to upstream driver, redid backlight abstraction]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found