summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_dp_i2c_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-081-1/+1
| | | | | | | | | | | This merges the upstream Intel tree and fixes up numerous conflicts due to patches merged into Linus tree later in -rc cycle. Conflicts: drivers/char/agp/intel-agp.c drivers/gpu/drm/drm_dp_i2c_helper.c drivers/gpu/drm/i915/i915_irq.c drivers/gpu/drm/i915/i915_suspend.c
* drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie2009-12-081-0/+209
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>
OpenPOWER on IntegriCloud