summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dp.h
AgeCommit message (Collapse)AuthorFilesLines
2009-12-08drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie1-144/+0
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>
2009-06-19drm/i915: Add Display Port supportKeith Packard1-0/+144
Signed-off-by: Keith Packard <keithp@keithp.com>