summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc/tilcdc_drv.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-27drm/tilcdc: Remove tilcdc_debugfs_cleanup()Noralf Trønnes1-12/+0
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-1/+3
2016-11-30drm/tilcdc: fix parsing of some DT propertiesBartosz Golaszewski1-2/+2
2016-11-30drm/tilcdc: Configure video mode to HW in enable() not in mode_set_nofb()Jyri Sarha1-6/+0
2016-11-30drm/tilcdc: Fix tilcdc_crtc_create() return value handlingJyri Sarha1-7/+4
2016-11-30drm/tilcdc: Add drm bridge support for attaching drm bridge driversJyri Sarha1-3/+8
2016-11-29drm/tilcdc: Fix race from forced shutdown of crtc in unloadJyri Sarha1-1/+1
2016-11-29drm/tilcdc: Use unload to handle initialization failuresJyri Sarha1-67/+34
2016-11-29drm/tilcdc: Stop using struct drm_driver load() callbackJyri Sarha1-54/+70
2016-11-29drm/tilcdc: add a da850-specific compatible stringBartosz Golaszewski1-0/+1
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-2/+0
2016-09-23drm/tilcdc: fix wrong error handlingDaniel Schultz1-3/+3
2016-09-22drm/tilcdc: Fix non static symbol warningWei Yongjun1-2/+2
2016-09-07drm/tilcdc: Remove unnecessary tilcdc_crtc_disable() from tilcdc_unload()Jyri Sarha1-2/+0
2016-09-07drm/tilcdc: Clean up LCDC functional clock rate setting codeJyri Sarha1-9/+2
2016-09-07drm/tilcdc: Take crtc modeset lock while updating the crtc clock rateJyri Sarha1-0/+3
2016-09-01drm/tilcdc: Choose console BPP that supports RGBJyri Sarha1-9/+5
2016-09-01drm/tilcdc: Add blue-and-red-crossed devicetree propertyJyri Sarha1-0/+41
2016-09-01drm/tilcdc: Remove drm_helper_disable_unused_functions() callJyri Sarha1-2/+0
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-1/+1
2016-08-08drm/tilcdc: Get rid of legacy dpms mechanismJyri Sarha1-1/+7
2016-08-08drm/tilcdc: Use drm_atomic_helper_resume/suspend()Jyri Sarha1-49/+7
2016-08-08drm/tilcdc: Enable and disable interrupts in crtc start() and stop()Jyri Sarha1-48/+0
2016-08-08drm/tilcdc: Set DRIVER_ATOMIC and use atomic crtc helpersJyri Sarha1-1/+1
2016-08-08drm/tilcdc: Add drm_mode_config_reset() call to tilcdc_load()Jyri Sarha1-0/+3
2016-08-08drm/tilcdc: Add atomic mode config funcsJyri Sarha1-0/+71
2016-08-08drm/tilcdc: Fix tilcdc component master unloadingJyri Sarha1-9/+13
2016-08-08drm/tilcdc: Restore old dpms state in pm_resume()Jyri Sarha1-0/+3
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-06-01drm/tilcdc: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-02-25drm/tilcdc: Use devm_kzalloc() and devm_kcalloc() for private dataJyri Sarha1-12/+7
2016-02-25drm/tilcdc: Add prints on sync lost and FIFO underrun interruptsJyri Sarha1-2/+2
2016-02-25drm/tilcdc: Remove the duplicate LCDC_INT_ENABLE_SET_REG in registers[]Jyri Sarha1-2/+1
2016-02-25drm/tilcdc: Fix interrupt enable/disable code for version 2 tilcdcJyri Sarha1-5/+6
2016-02-25drm/tilcdc: Get rid of complex ping-pong mechanismTomi Valkeinen1-24/+3
2016-02-25drm/tilcdc: disable crtc on unloadTomi Valkeinen1-0/+2
2016-02-25drm/tilcdc: cleanup runtime PM handlingTomi Valkeinen1-1/+0
2016-02-25drm/tilcdc: Allocate register storage based on the actual number registersJyri Sarha1-1/+20
2016-02-25drm/tilcdc: fix build error when !CONFIG_CPU_FREQGrygorii Strashko1-1/+1
2016-02-25drm/tilcdc: Implement dma-buf support for tilcdcJyri Sarha1-1/+12
2016-02-25drm/tilcdc: disable the lcd controller/dma engine when suspend invokedDarren Etheridge1-0/+3
2016-02-25drm/tilcdc: make frame_done interrupt active at all timesDarren Etheridge1-2/+4
2016-02-25drm/tilcdc: fix kernel panic on suspend when no hdmi monitor connectedDarren Etheridge1-6/+17
2016-02-25drm/tilcdc: adopt pinctrl supportDave Gerlach1-0/+8
2016-02-25drm/tilcdc: rewrite pixel clock calculationDarren Etheridge1-10/+1
2016-02-08drm/tilcdc: Nuke preclose hookDaniel Vetter1-8/+0
2016-01-15drm/fb_cma_helper: Remove implicit call to disable_unused_functionsMaxime Ripard1-0/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1