summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_dp_i2c.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-08drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie1-273/+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-07-02drm/i915: Make driver less chattyKeith Packard1-5/+6
Convert many printk calls to DRM_DEBUG calls to reduce kernel log noise for normal activities. Switch other printk calls to DRM_ERROR or DRM_INFO. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Eric Anholt <eric@anholt.net>
2009-06-19drm/i915: Add Display Port supportKeith Packard1-0/+272
Signed-off-by: Keith Packard <keithp@keithp.com>