aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-13drm/i2c: tda998x: Fix memory leak in tda998x_encoder_init error path.Dave Jones1-1/+3
2014-02-02drm/i2c: tda998x: fix the ENABLE_SPACE registerJean-Francois Moine1-1/+1
2014-02-02drm/i2c: tda998x: set the PLL division factor in range 0..3Jean-Francois Moine1-1/+6
2014-02-02drm/i2c: tda998x: force the page register at startup timeJean-Francois Moine1-1/+1
2014-02-02drm/i2c: tda998x: free the CEC device on encoder_destroyJean-Francois Moine1-0/+2
2014-02-02drm/i2c: tda998x: check the CEC device creationJean-Francois Moine1-0/+2
2014-02-02drm/i2c: tda998x: fix bad value in the AIFJean-Francois Moine1-1/+1
2013-10-18drm/i2c: tda998x: set VIF for full range, underscanned displayRussell King1-0/+3
2013-09-24drm/i2c: tda998x: fix audio mutingRussell King1-2/+1
2013-09-05drm/tda998x: BUG() on invalid audio formatDavid Herrmann1-0/+4
2013-08-19drm/i2c: tda998x: prepare for broken sync workaroundSebastian Hesselbarth1-0/+8
2013-08-19drm/i2c: tda998x: fix sync generation and calculationSebastian Hesselbarth1-66/+115
2013-08-19drm/i2c: tda998x: add video and audio input configurationRussell King1-8/+260
2013-08-19drm/i2c: tda998x: prepare for video input configurationRussell King1-6/+10
2013-08-19drm/i2c: tda998x: fix npix/nline programmingRussell King1-2/+2
2013-08-19drm/i2c: tda998x: ensure VIP output mux is properly setRussell King1-0/+4
2013-08-19drm/i2c: tda998x: fix EDID reading on TDA19988 devicesRussell King1-1/+13
2013-02-19drm/i2c: nxp-tda998x (v3)Rob Clark3-0/+915
2013-02-08drm/i2c: give i2c it's own KconfigRob Clark1-0/+22
2013-01-20drm: encapsulate crtc->set_config callsDaniel Vetter1-1/+1
2012-11-30drm/i2c: drm_connector_property -> drm_object_propertyRob Clark1-10/+10
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-9/+7
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2-8/+8
2012-08-24drm/i2c/ch7006: Convert to dev_pm_opsMark Brown1-9/+7
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart4-4/+4
2012-02-09drm: add convenience function to create an range propertySascha Hauer1-4/+1
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker2-0/+4
2010-08-09drm/i2c/ch7006: Don't use POWER_LEVEL_FULL_POWER_OFF on early chip versions.Francisco Jerez3-1/+6
2010-08-02Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-nextDave Airlie2-3/+21
2010-08-02drm: Import driver for the sil164 I2C TMDS transmitter.Francisco Jerez2-0/+465
2010-07-26drm/i2c/ch7006: Don't assume that the specified config points to static memory.Francisco Jerez2-3/+3
2010-07-13drm/i2c/ch7006: Fix up suspend/resume.Francisco Jerez1-0/+18
2009-12-16drm/i2c/ch7006: Fix load detection false positives right after system init.Francisco Jerez2-5/+5
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs4-0/+1352