summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc
Commit message (Expand)AuthorAgeFilesLines
* drm/tilcdc: make fbdev support really optionalTobias Jakobi2016-07-181-1/+0
* drm/tilcdc: use drm_crtc_handle_vblank()Gustavo Padovan2016-07-121-1/+1
* drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter2016-06-211-1/+0
* drm/tilcdc: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-05-231-1/+1
|\
| * drm/tilcdc: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-021-1/+1
* | drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan2016-05-161-1/+1
|/
* drm/tilcdc: Use devm_kzalloc() and devm_kcalloc() for private dataJyri Sarha2016-02-254-46/+21
* drm/tilcdc: Initialize crtc->portJyri Sarha2016-02-251-0/+20
* drm/tilcdc: Disable sync lost interrupt if it fires on every frameJyri Sarha2016-02-251-1/+20
* drm/tilcdc: Add prints on sync lost and FIFO underrun interruptsJyri Sarha2016-02-252-2/+10
* drm/tilcdc: Remove the duplicate LCDC_INT_ENABLE_SET_REG in registers[]Jyri Sarha2016-02-251-2/+1
* drm/tilcdc: Fix interrupt enable/disable code for version 2 tilcdcJyri Sarha2016-02-251-5/+6
* drm/tilcdc: Do not update the next frame buffer close to vertical blankTomi Valkeinen2016-02-251-8/+53
* drm/tilcdc: Get rid of complex ping-pong mechanismTomi Valkeinen2016-02-252-95/+53
* drm/tilcdc: cleanup irq handlingTomi Valkeinen2016-02-251-4/+5
* drm/tilcdc: remove broken error handlingTomi Valkeinen2016-02-251-6/+1
* drm/tilcdc: split reset to a separate functionTomi Valkeinen2016-02-251-7/+14
* drm/tilcdc: disable crtc on unloadTomi Valkeinen2016-02-251-0/+2
* drm/tilcdc: cleanup runtime PM handlingTomi Valkeinen2016-02-252-9/+11
* drm/tilcdc: Allocate register storage based on the actual number registersJyri Sarha2016-02-252-2/+21
* drm/tilcdc: fix build error when !CONFIG_CPU_FREQGrygorii Strashko2016-02-251-1/+1
* drm/tilcdc: Implement dma-buf support for tilcdcJyri Sarha2016-02-251-1/+12
* drm/tilcdc: disable the lcd controller/dma engine when suspend invokedDarren Etheridge2016-02-253-2/+5
* drm/tilcdc: make frame_done interrupt active at all timesDarren Etheridge2016-02-251-2/+4
* drm/tilcdc: fix kernel panic on suspend when no hdmi monitor connectedDarren Etheridge2016-02-252-6/+18
* drm/tilcdc: adopt pinctrl supportDave Gerlach2016-02-251-0/+8
* drm/tilcdc: verify fb pitchTomi Valkeinen2016-02-251-0/+31
* drm/tilcdc: rewrite pixel clock calculationDarren Etheridge2016-02-253-19/+9
* drm/tilcdc: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-162-18/+0
* Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-02-093-29/+0
|\
| * drm/tilcdc: Nuke preclose hookDaniel Vetter2016-02-083-29/+0
* | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-1/+1
|/
* drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard2016-01-151-0/+1
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-112-2/+2
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
* drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-2/+2
* drm/tilcdc: panel: make better use of gpiod APIUwe Kleine-König2015-07-061-15/+7
* drm/tilcdc: Add DRM_TILCDC_SLAVE_COMPAT for ti,tilcdc,slave binding supportJyri Sarha2015-05-275-0/+382
* drm/tilcdc: use pm_runtime_irq_safe()Tomi Valkeinen2015-05-271-0/+1
* drm/tilcdc: Add support for external tda998x encoderJyri Sarha2015-05-276-13/+302
* drm/tilcdc: Remove tilcdc slave support for tda998x driverJyri Sarha2015-05-275-452/+0
* drm/tilcdc: Fix module unloadingJyri Sarha2015-05-271-1/+2
* drm: Kconfig: Let all DRM_GEM_CMA_HELPER related macros depend on HAVE_DMA_ATTRSChen Gang S2015-02-031-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-152-7/+3
|\
| * drm/tilcdc: Deletion of an unnecessary check before the function call "drm_fb...Markus Elfring2014-11-211-2/+1
| * drm: flip-work: change drm_flip_work_init prototypeBoris BREZILLON2014-11-151-5/+1
| * drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
OpenPOWER on IntegriCloud