index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tilcdc
/
tilcdc_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-29
drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
Daniel Vetter
1
-1
/
+1
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
1
-0
/
+1
2019-01-11
Merge tag 'tilcdc-4.22' of https://github.com/jsarha/linux into drm-next
Dave Airlie
1
-17
/
+17
2019-01-04
drm/tilcdc: Register cpufreq notifier after we have initialized crtc
Jyri Sarha
1
-17
/
+17
2018-11-01
drm/tilcdc: Use drm_fbdev_generic_setup()
Noralf Trønnes
1
-9
/
+2
2018-10-01
drm/tilcdc: Convert drm_atomic_helper_suspend/resume()
Souptick Joarder
1
-10
/
+4
2018-07-05
drm/tilcdc: Defer probe if there are no connectors
Sjoerd Simons
1
-1
/
+1
2018-02-28
drm/tilcdc: Delete an error message for a failed memory allocation in seven f...
Markus Elfring
1
-3
/
+1
2017-12-08
drm/tilcdc: Use drm_fb_cma_fbdev_init/fini()
Noralf Trønnes
1
-21
/
+5
2017-11-11
drm/tilcdc: Use drm_gem_cma_print_info()
Noralf Trønnes
1
-1
/
+1
2017-09-26
drm/tilcdc: replace reference/unreference() with get/put
Aishwarya Pant
1
-1
/
+1
2017-09-09
drm/tilcdc: Use drm_gem_fb_create()
Noralf Trønnes
1
-1
/
+2
2017-07-29
drm/tilcdc: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
1
-2
/
+0
2017-07-26
drm/tilcdc: Handle drm_atomic_helper_swap_state failure
Maarten Lankhorst
1
-1
/
+5
2017-05-17
drm/tilcdc: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
1
-2
/
+1
2017-03-14
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
Daniel Vetter
1
-11
/
+1
2017-03-11
Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...
Daniel Vetter
1
-1
/
+0
2017-02-17
drm: Remove the struct drm_device platformdev field
Laurent Pinchart
1
-1
/
+0
2017-02-09
drm: tilcdc: use vblank hooks in struct drm_crtc_funcs
Shawn Guo
1
-12
/
+0
2017-02-07
drm: remove drm_vblank_no_hw_counter assignment from driver code
Shawn Guo
1
-1
/
+0
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-2
/
+1
2017-01-27
drm/tilcdc: Remove tilcdc_debugfs_cleanup()
Noralf Trønnes
1
-12
/
+0
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-1
/
+3
2016-11-30
drm/tilcdc: fix parsing of some DT properties
Bartosz Golaszewski
1
-2
/
+2
2016-11-30
drm/tilcdc: Configure video mode to HW in enable() not in mode_set_nofb()
Jyri Sarha
1
-6
/
+0
2016-11-30
drm/tilcdc: Fix tilcdc_crtc_create() return value handling
Jyri Sarha
1
-7
/
+4
2016-11-30
drm/tilcdc: Add drm bridge support for attaching drm bridge drivers
Jyri Sarha
1
-3
/
+8
2016-11-29
drm/tilcdc: Fix race from forced shutdown of crtc in unload
Jyri Sarha
1
-1
/
+1
2016-11-29
drm/tilcdc: Use unload to handle initialization failures
Jyri Sarha
1
-67
/
+34
2016-11-29
drm/tilcdc: Stop using struct drm_driver load() callback
Jyri Sarha
1
-54
/
+70
2016-11-29
drm/tilcdc: add a da850-specific compatible string
Bartosz Golaszewski
1
-0
/
+1
2016-11-02
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
1
-2
/
+0
2016-10-17
drm: Add reference counting to drm_atomic_state
Chris Wilson
1
-2
/
+0
2016-09-23
drm/tilcdc: fix wrong error handling
Daniel Schultz
1
-3
/
+3
2016-09-22
drm/tilcdc: Fix non static symbol warning
Wei Yongjun
1
-2
/
+2
2016-09-07
drm/tilcdc: Remove unnecessary tilcdc_crtc_disable() from tilcdc_unload()
Jyri Sarha
1
-2
/
+0
2016-09-07
drm/tilcdc: Clean up LCDC functional clock rate setting code
Jyri Sarha
1
-9
/
+2
2016-09-07
drm/tilcdc: Take crtc modeset lock while updating the crtc clock rate
Jyri Sarha
1
-0
/
+3
2016-09-01
drm/tilcdc: Choose console BPP that supports RGB
Jyri Sarha
1
-9
/
+5
2016-09-01
drm/tilcdc: Add blue-and-red-crossed devicetree property
Jyri Sarha
1
-0
/
+41
2016-09-01
drm/tilcdc: Remove drm_helper_disable_unused_functions() call
Jyri Sarha
1
-2
/
+0
2016-08-29
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
Liu Ying
1
-1
/
+1
2016-08-08
drm/tilcdc: Get rid of legacy dpms mechanism
Jyri Sarha
1
-1
/
+7
2016-08-08
drm/tilcdc: Use drm_atomic_helper_resume/suspend()
Jyri Sarha
1
-49
/
+7
2016-08-08
drm/tilcdc: Enable and disable interrupts in crtc start() and stop()
Jyri Sarha
1
-48
/
+0
2016-08-08
drm/tilcdc: Set DRIVER_ATOMIC and use atomic crtc helpers
Jyri Sarha
1
-1
/
+1
2016-08-08
drm/tilcdc: Add drm_mode_config_reset() call to tilcdc_load()
Jyri Sarha
1
-0
/
+3
2016-08-08
drm/tilcdc: Add atomic mode config funcs
Jyri Sarha
1
-0
/
+71
2016-08-08
drm/tilcdc: Fix tilcdc component master unloading
Jyri Sarha
1
-9
/
+13
2016-08-08
drm/tilcdc: Restore old dpms state in pm_resume()
Jyri Sarha
1
-0
/
+3
[next]