aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-11-30drm/tilcdc: Load palette at the end of mode_set_nofb()Jyri Sarha1-20/+5
2016-11-30drm/tilcdc: Add timeout wait for palette loading to completeJyri Sarha1-1/+5
2016-11-30drm/tilcdc: Enable palette loading for revision 2 LCDC tooJyri Sarha1-43/+47
2016-11-30drm/tilcdc: Fix load mode bit-field setting in tilcdc_crtc_enable()Jyri Sarha1-1/+3
2016-11-30drm/tilcdc: Add tilcdc_write_mask() to tilcdc_regs.hJyri Sarha1-0/+13
2016-11-30drm/tilcdc: Fix tilcdc_crtc_create() return value handlingJyri Sarha3-13/+12
2016-11-30drm/tilcdc: implement palette loading for rev1Bartosz Golaszewski1-1/+87
2016-11-30drm/tilcdc: Enable sync lost error and recovery handling for rev 1 LCDCJyri Sarha2-15/+21
2016-11-30drm/tilcdc: Add drm bridge support for attaching drm bridge driversJyri Sarha4-72/+205
2016-11-30drm/bridge: Add ti-tfp410 DVI transmitter driverJyri Sarha3-0/+325
2016-11-30drm/tilcdc: Recover from sync lost error flood by resetting the LCDCJyri Sarha1-1/+25
2016-11-29drm/tilcdc: Fix race from forced shutdown of crtc in unloadJyri Sarha3-8/+26
2016-11-29drm/tilcdc: Use unload to handle initialization failuresJyri Sarha3-71/+43
2016-11-29drm/tilcdc: Stop using struct drm_driver load() callbackJyri Sarha1-54/+70
2016-11-29drm/tilcdc: Remove obsolete drm_connector_register() callsJyri Sarha2-4/+0
2016-11-29drm/tilcdc: Correct misspelling in error messageDaniel Schultz1-1/+1
2016-11-29drm/tilcdc: Add revision handling for FB_CEILINGDaniel Schultz1-1/+5
2016-11-29drm/tilcdc: add a da850-specific compatible stringBartosz Golaszewski1-0/+1
2016-11-29drm/tilcdc: add a workaround for failed clk_set_rate()Bartosz Golaszewski1-6/+51
2016-11-25Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-400/+452
2016-11-25Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-nextDave Airlie10-192/+325
2016-11-21Merge tag 'drm-hisilicon-next-2016-11-17' of http://github.com/zourongrong/linux into drm-nextDave Airlie11-0/+2230
2016-11-18drm/i2c: tda998x: fix spelling mistakeColin Ian King1-1/+1
2016-11-18drm/i2c: tda998x: allow sharing of the CEC device accessesRussell King1-19/+34
2016-11-18drm/i2c: tda998x: allow interrupt to be sharedRussell King1-23/+25
2016-11-18drm/i2c: tda998x: power down pre-filter and color conversionRussell King1-0/+4
2016-11-18drm/i2c: tda998x: switch to boolean is_onRussell King1-13/+10
2016-11-18drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()Russell King1-13/+7
2016-11-18drm/i2c: tda998x: group audio functions togetherRussell King1-137/+139
2016-11-18drm/i2c: tda998x: separate connector initialisationRussell King1-20/+26
2016-11-18drm/i2c: tda998x: group connector functions and funcs togetherRussell King1-174/+176
2016-11-18drm/i2c: tda998x: move and rename tda998x_encoder_set_config()Russell King1-20/+20
2016-11-18drm/i2c: tda998x: correct function name in commentsRussell King1-2/+2
2016-11-18drm/i2c: tda998x: only enable audio if supported by sinkRussell King1-3/+24
2016-11-18drm/i2c: tda998x: only configure infoframes and audio if supportedRussell King1-5/+19
2016-11-18drm/i2c: tda998x: avoid race when programming audioRussell King1-2/+2
2016-11-18drm/i2c: tda998x: avoid racy access to mode clockRussell King1-14/+11
2016-11-18drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()Russell King1-4/+3
2016-11-17drm/i2c: tda998x: move audio mutex initialisationRussell King1-2/+2
2016-11-17drm/hisilicon/hibmc: Add support for vblank interruptRongrong Zou2-1/+56
2016-11-17drm/hisilicon/hibmc: Add support for VDACRongrong Zou4-1/+155
2016-11-17drm/hisilicon/hibmc: Add support for display engineRongrong Zou5-2/+558
2016-11-17drm/hisilicon/hibmc: Add support for frame bufferRongrong Zou5-1/+366
2016-11-17drm/hisilicon/hibmc: Add video memory managementRongrong Zou4-1/+541
2016-11-17drm/hisilicon/hibmc: Add hisilicon hibmc drm master driverRongrong Zou7-0/+560
2016-11-17Merge branch 'linux-4.10' of git://github.com/skeggsb/linux into drm-nextDave Airlie55-377/+778
2016-11-17drm/armada: fix NULL pointer comparison warningRavikant B Sharma1-1/+1
2016-11-17drm/armada: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-7/+1
2016-11-17drm/armada: remove some dead codeChristophe JAILLET1-5/+1
2016-11-17drm/armada: mark symbols static where possibleBaoyou Xie1-2/+2