Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-08 | drm/intel: refactor DP i2c support and DP common header to drm helper | Dave Airlie | 1 | -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-02 | drm/i915: Make driver less chatty | Keith Packard | 1 | -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-19 | drm/i915: Add Display Port support | Keith Packard | 1 | -0/+272 | |
Signed-off-by: Keith Packard <keithp@keithp.com> |