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