index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
rockchip
/
rockchip_drm_drv.c
Age
Commit message (
Expand
)
Author
2017-02-15
drm/rockchip: Use common IOMMU API to attach devices
Shunqian Zheng
2016-12-30
drm: rockchip: use crtc helper drm_crtc_from_index()
Shawn Guo
2016-11-02
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
Jani Nikula
2016-10-25
drm: convert DT component matching to component_match_add_release()
Russell King
2016-10-04
drm/rockchip: mark symbols static where possible
Baoyou Xie
2016-09-22
drm: Don't swallow error codes in drm_dev_alloc()
Tom Gundersen
2016-08-23
drm/rockchip: Convert psr_list_mutex to spinlock and use it
Sean Paul
2016-08-23
drm/rockchip: add an common abstracted PSR driver
Yakir Yang
2016-07-19
drm/rockchip: fix a couple off by one bugs
Dan Carpenter
2016-07-19
drm/rockchip: fix "should it be static?" warnings
John Keeping
2016-07-12
gpu: drm: rockchip_drm_drv: add missing of_node_put after calling of_parse_ph...
Peter Chen
2016-06-21
drm/rockchip: Finish initialization before registering DRM device
Tomasz Figa
2016-06-10
drm/rockchip: Use atomic PM helpers
Tomeu Vizoso
2016-06-10
drm/rockchip: Nuke pending event handling in preclose
Daniel Vetter
2016-06-10
drm/rockchip: convert to helper nonblocking atomic commit
Daniel Vetter
2016-06-10
drm/rockchip: Drop drm_driver.load/unload callbacks
Tomeu Vizoso
2016-06-01
drm/rockchip: Use cma gem vm ops
Daniel Vetter
2016-06-01
drm/rockchip: Use lockless gem BO free callback
Daniel Vetter
2016-05-21
drm: Nuke ->vblank_disable_allowed
Daniel Vetter
2016-05-03
drm/rockchip: support non-iommu buffer path
Mark Yao
2016-05-03
drm/rockchip: don't leak iommu mapping
John Keeping
2016-05-03
drm/rockchip: remove redundant statement
John Keeping
2016-03-28
drm/rockchip: cancel pending vblanks on close
John Keeping
2016-03-01
drm/rockchip: remove rockchip_drm_encoder_get_mux_id
Philipp Zabel
2016-01-18
drm/rockchip: cleanup unnecessary export symbol
Mark Yao
2015-12-28
drm/rockchip: support atomic asynchronous commit
Mark Yao
2015-12-28
drm/rockchip: Convert to support atomic API
Mark Yao
2015-12-28
drm/rockchip: Use new vblank api drm_crtc_vblank_*
Mark Yao
2015-12-15
drm: use dev_name as default unique name in drm_dev_alloc()
Nicolas Iooss
2015-12-15
drm: make drm_dev_set_unique() not use a format string
Nicolas Iooss
2015-11-13
Revert "drm/rockchip: Convert the probe function to the generic drm_of_compon...
Mark Yao
2015-10-20
drm/rockchip: Convert the probe function to the generic drm_of_component_probe()
Liviu Dudau
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
2015-07-17
Merge branch 'drm-rockchip-2015-07-13' of https://github.com/markyzq/kernel-d...
Dave Airlie
2015-07-13
drm/rockchip: Drop owner assignment from platform_driver
Krzysztof Kozlowski
2015-06-16
drivers/gpu: include <module.h> for modular rockchip code
Paul Gortmaker
2015-04-13
Merge tag 'of-graph-drm-2015-04-08' of git://git.pengutronix.de/git/pza/linux...
Dave Airlie
2015-04-08
drm/rockchip: use for_each_endpoint_of_node macro, drop endpoint reference on...
Philipp Zabel
2015-04-03
drm/rockchip: register all connectors after bind
Daniel Kurtz
2015-01-07
drm: rockchip: export functions needed by rockchip dw_hdmi bridge driver
Philipp Zabel
2014-12-02
drm: rockchip: Add basic drm driver
Mark Yao