aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/hdlcd_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-29drm/arm: hdlcd: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-06-28drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies editionDaniel Vetter1-2/+0
2017-06-21drm/arm: hdlcd: Set the CRTC's port before binding the encoder.Liviu Dudau1-0/+9
2017-06-01drm/hdlcd|mali: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring1-19/+3
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter1-11/+1
2017-02-07drm: hdlcd: use vblank hooks in struct drm_crtc_funcsShawn Guo1-20/+0
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2017-01-27drm/hdlcd: Remove hdlcd_debugfs_cleanup()Noralf Trønnes1-7/+0
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie1-1/+1
2016-11-25drm: hdlcd: Fix cleanup orderRobin Murphy1-1/+1
2016-11-17Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-nextDave Airlie1-8/+11
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-31drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey1-8/+11
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King1-1/+2
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-07-18drm/hdlcd: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring1-2/+1
2016-06-10drm/hdlcd: Use helper support for nonblocking commitsDaniel Vetter1-7/+1
2016-06-09Backmerge tag 'v4.7-rc2' into drm-nextDave Airlie1-39/+29
2016-06-02drm: hdlcd: Add information about the underlying framebuffers in debugfsLiviu Dudau1-0/+1
2016-06-02drm/hdlcd: Fix up crtc_state->event handlingDaniel Vetter1-18/+1
2016-06-02drm: hdlcd: Revamp runtime power managementLiviu Dudau1-21/+27
2016-05-31drm/hlcd: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter1-1/+0
2016-05-02drm/arm/hdlcd: Rename async to nonblock.Maarten Lankhorst1-1/+1
2016-04-04drm: ARM HDLCD - fix an error codeDan Carpenter1-1/+2
2016-04-04drm: ARM HDLCD - get rid of devm_clk_put()Alexey Brodkin1-12/+3
2016-02-10drm: Add support for ARM's HDLCD controller.Liviu Dudau1-0/+550