Skip to content

Commit

Permalink
drm/i2c: nxp-tda998x (v3)
Browse files Browse the repository at this point in the history
Driver for the NXP TDA998X i2c hdmi encoder slave.

v1: original
v2: fix npix/nline programming
v3: add Kconfig, fix dup'd MODULE_DESCRIPTION

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Tested-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
Rob Clark committed Feb 19, 2013
1 parent 16ea975 commit e7792ce
Show file tree
Hide file tree
Showing 3 changed files with 915 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/gpu/drm/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ config DRM_I2C_SIL164
when used in pairs) TMDS transmitters, used in some nVidia
video cards.

config DRM_I2C_NXP_TDA998X
tristate "NXP Semiconductors TDA998X HDMI encoder"
default m if DRM_TILCDC
help
Support for NXP Semiconductors TDA998X HDMI encoders.

endmenu
3 changes: 3 additions & 0 deletions drivers/gpu/drm/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o

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

tda998x-y := tda998x_drv.o
obj-$(CONFIG_DRM_I2C_NXP_TDA998X) += tda998x.o
Loading

0 comments on commit e7792ce

Please sign in to comment.