summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm/hdlcd_drv.c
AgeCommit message (Expand)Author
2019-08-14drm/arm: drop use of drmP.hSam Ravnborg
2019-06-21drm/arm: Drop drm_gem_prime_export/importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-09-25drm/arm/hdlcd: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-07-31drm/arm/hdlcd: Reject atomic commits that disable only the planeLiviu Dudau
2018-07-31drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart
2018-07-31drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes
2018-07-31drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-27drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma
2017-11-24drm: hdlcd: Update PM code to save/restore console.Liviu Dudau
2017-11-11drm/arm/hdlcd: Use drm_gem_cma_print_info()Noralf Trønnes
2017-08-27drm/arm/hdlcd: Use drm_gem_fb_create()Noralf Trønnes
2017-07-29drm/arm: hdlcd: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes
2017-06-28drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies editionDaniel Vetter
2017-06-21drm/arm: hdlcd: Set the CRTC's port before binding the encoder.Liviu Dudau
2017-06-01drm/hdlcd|mali: Drop drm_vblank_cleanupDaniel Vetter
2017-04-06drm: convert drivers to use of_graph_get_remote_nodeRob Herring
2017-03-14drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter
2017-02-07drm: hdlcd: use vblank hooks in struct drm_crtc_funcsShawn Guo
2017-02-07drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-01-27drm/hdlcd: Remove hdlcd_debugfs_cleanup()Noralf Trønnes
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie
2016-11-25drm: hdlcd: Fix cleanup orderRobin Murphy
2016-11-17Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-31drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey
2016-10-25drm: convert DT component matching to component_match_add_release()Russell King
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen
2016-07-18drm/hdlcd: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring
2016-06-10drm/hdlcd: Use helper support for nonblocking commitsDaniel Vetter
2016-06-09Backmerge tag 'v4.7-rc2' into drm-nextDave Airlie
2016-06-02drm: hdlcd: Add information about the underlying framebuffers in debugfsLiviu Dudau
2016-06-02drm/hdlcd: Fix up crtc_state->event handlingDaniel Vetter
2016-06-02drm: hdlcd: Revamp runtime power managementLiviu Dudau
2016-05-31drm/hlcd: Use lockless gem BO free callbackDaniel Vetter
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter
2016-05-02drm/arm/hdlcd: Rename async to nonblock.Maarten Lankhorst
2016-04-04drm: ARM HDLCD - fix an error codeDan Carpenter
2016-04-04drm: ARM HDLCD - get rid of devm_clk_put()Alexey Brodkin
2016-02-10drm: Add support for ARM's HDLCD controller.Liviu Dudau