Skip to content

Commit

Permalink
drm: Import driver for the sil164 I2C TMDS transmitter.
Browse files Browse the repository at this point in the history
sil164 transmitters are used for DVI outputs on Intel/nvidia and ATI setups.

So far only nouveau can use this driver.

Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Tested-by: Patrice Mandin <patmandin@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
curro authored and airlied committed Aug 2, 2010
1 parent a7b98b6 commit e190bfe
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ ccflags-y := -Iinclude/drm

ch7006-y := ch7006_drv.o ch7006_mode.o
obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o

sil164-y := sil164_drv.o
obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o
Loading

0 comments on commit e190bfe

Please sign in to comment.