summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/rockchip/rockchip_drm_fb.c
AgeCommit message (Expand)Author
2019-11-29drm/rockchip: Use drm_gem_fb_create_with_dirtyDaniel Vetter
2019-07-26drm/rockchip: Use drm_atomic_helper_commit_tail_rpmSean Paul
2019-07-26drm/rockchip: Use the helpers for PSRSean Paul
2019-07-17drm/rockchip: drop use of drmP.hSam Ravnborg
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-13drm/rockchip: Use dirtyfb helperSean Paul
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-10drm/rockchip: update cursors asynchronously through atomic.Enric Balletbo i Serra
2018-05-18drm/rockchip: rockchip_drm_fb -> drm_framebufferDaniel Stone
2018-05-18drm/rockchip: Place GEM BOs in drm_framebufferDaniel Stone
2018-04-24drm/rockchip: Disallow PSR for the whole atomic commitTomasz Figa
2017-12-08drm/rockchip: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes
2017-09-18drm/rockchip: Replace dev_* with DRM_DEV_*Haneen Mohammed
2017-08-11drm/rockchip: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard
2017-06-21drm/rockchip: Remove unnecessary NULL checkThierry Reding
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart
2017-02-05drm/rockchip: return ERR_PTR instead of NULLJulia Lawall
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-09-21drm/rockchip: Replace custom wait_for_vblanks with helperTomasz Figa
2016-09-21drm/rockchip: Don't key off vblank for psrSean Paul
2016-09-01Merge tag 'topic/drm-misc-2016-08-31' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-08-23drm/rockchip: add an common abstracted PSR driverYakir Yang
2016-07-19drm/rockchip: Delete an unnecessary check before drm_gem_object_unreference_u...Markus Elfring
2016-07-19drm/rockchip: fix "should it be static?" warningsJohn Keeping
2016-07-19drm/rockchip: fb: add missing headerJohn Keeping
2016-06-10drm/rockchip: convert to helper nonblocking atomic commitDaniel Vetter
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-05-02drm/rockchip: Rename async to nonblock.Maarten Lankhorst
2016-01-20drm/rockchip: explain why we can't wait_for_vblanksJohn Keeping
2016-01-20drm/rockchip: don't wait for vblank if fb hasn't changedJohn Keeping
2016-01-18drm/rockchip: cleanup unnecessary export symbolMark Yao
2015-12-28drm/rockchip: support atomic asynchronous commitMark Yao
2015-12-28drm/rockchip: Convert to support atomic APIMark Yao
2015-12-15drm/rockchip: Constify function pointer structsVille Syrjälä
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-07-13drm/rockchip: only call drm_fb_helper_hotplug_event if fb_helper presentHeiko Stübner
2014-12-02drm: rockchip: Add basic drm driverMark Yao