aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/rockchip (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()Yang Yingliang1-1/+1
2022-02-23drm/rockchip: dw_hdmi: Do not leave clock enabled in error caseSascha Hauer1-7/+7
2022-01-27drm/rockchip: dsi: Fix unbalanced clock on probe errorBrian Norris1-5/+1
2022-01-27drm/rockchip: dsi: Reconfigure hardware on resume()Brian Norris1-0/+37
2022-01-27drm/rockchip: dsi: Hold pm-runtime across bind/unbindBrian Norris1-18/+19
2021-07-19drm/rockchip: dsi: remove extra component_del() callThomas Hebb1-4/+0
2021-07-14drm/rockchip: dsi: move all lane config except LCDC mux to bind()Thomas Hebb1-8/+28
2021-07-14drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()Yang Yingliang1-0/+1
2020-05-10drm/bridge: analogix_dp: Split bind() into probe() and real bind()Marek Szyprowski1-17/+19
2020-01-26drm/rockchip: Round up _before_ giving to the clock frameworkDouglas Anderson1-3/+34
2019-09-27Merge tag 'drm-next-2019-09-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+1
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds17-469/+199
2019-09-19drm: Measure Self Refresh Entry/Exit times to avoid thrashingSean Paul1-4/+1
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-2/+1
2019-08-08drm/rockchip: fix VOP_WIN_GET macroJohn Keeping1-1/+1
2019-08-05drm/rockchip: Suspend DP lateDouglas Anderson1-1/+1
2019-07-30platform: Add platform_find_device_by_driver() helperSuzuki K Poulose1-2/+1
2019-07-26drm/rockchip: Use drm_atomic_helper_commit_tail_rpmSean Paul1-20/+1
2019-07-26drm/rockchip: Don't fully disable vop on self refreshSean Paul1-5/+36
2019-07-26drm/rockchip: Use vop_win in vop_win_disable instead of vop_win_dataSean Paul1-9/+9
2019-07-26drm/rockchip: Use the helpers for PSRSean Paul6-369/+87
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-9/+1
2019-07-17drm/rockchip: drop use of drmP.hSam Ravnborg15-68/+71
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-47/+96
2019-06-21drm/rockchip: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner1-9/+1
2019-06-19Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst23-224/+49
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter23-224/+49
2019-06-16drm/rockchip: Base adjustments of the mode based on prev adjustmentsDouglas Anderson1-2/+2
2019-06-16drm/rockchip: Properly adjust to a true clock in adjusted_modeDouglas Anderson1-1/+2
2019-06-14drm/rockchip: cdn-dp: correct rate in the struct drm_dp_link assignmentSandor Yu1-2/+2
2019-06-14drm/rockchip: dw_hdmi: add basic rk3228 supportJustin Swartz1-0/+53
2019-06-13drm/rockchip: Use dirtyfb helperSean Paul1-11/+2
2019-06-11drm/rockchip: dw_hdmi: Handle suspend/resumeDouglas Anderson1-0/+14
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds21-189/+21
2019-06-06Merge tag 'drm-misc-fixes-2019-06-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-25/+26
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner21-189/+21
2019-06-04drm/rockchip: fix fb references in async updateHelen Koike1-25/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-33/+23
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-15/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+1
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2-13/+6
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard1-3/+3
2019-05-20drm/rockchip: Change the scl_vop_cal_scl_fac to pass drm_format_infoMaxime Ripard1-7/+4
2019-05-14drm/rockchip/rockchip_drm_gem.c: convert to use vm_map_pages()Souptick Joarder1-15/+2
2019-05-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-3/+15