aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dp.h
Commit message (Collapse)AuthorAge
* drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie2009-12-07
| | | | | | | | | | Both radeon and nouveau can re-use this code so move it up a level so they can. However the hw interfaces for aux ch are different enough that the code to translate from mode, address, bytes to actual hw interfaces isn't generic, so move that code into the Intel driver. Signed-off-by: Dave Airlie <airlied@redhat.com>
* drm/i915: Add Display Port supportKeith Packard2009-06-18
Signed-off-by: Keith Packard <keithp@keithp.com>