summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/hdlcd_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/arm/hdlcd: use new debugfs device-centered functionsMaíra Canal2023-01-061-15/+9
* drm/arm/hdlcd: remove calls to drm_mode_config_cleanup()Danilo Krummrich2022-11-071-6/+13
* drm/arm/hdlcd: replace drm->dev_private with drm_to_hdlcd_priv()Danilo Krummrich2022-11-071-6/+4
* drm/arm/hdlcd: use drmm_* to allocate driver structuresDanilo Krummrich2022-11-071-8/+4
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-3/+3
* drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich2022-08-031-1/+0
* drm/arm/hdlcd: Simplify IRQ install/uninstallRobin Murphy2022-07-221-45/+15
* drm/arm/hdlcd: Take over EFI framebuffer properlyRobin Murphy2022-07-221-0/+10
* drm/arm/hdlcd: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
* drm/arm/hdlcd: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-101-78/+96
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/arm: Use GEM CMA object functionsThomas Zimmermann2020-06-101-6/+1
* drm/hdlcd: Don't call drm_crtc_vblank_off on unbindDaniel Vetter2020-06-031-2/+1
* drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-181-2/+1
* drm/arm: make hdlcd_debugfs_init() return 0Wambui Karuga2020-03-181-2/+4
* drm/arm: drop use of drmP.hSam Ravnborg2019-08-141-1/+6
* drm/arm: Drop drm_gem_prime_export/importDaniel Vetter2019-06-211-2/+0
* drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-3/+1
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-2/+2
* drm/arm/hdlcd: Use drm_fbdev_generic_setup()Noralf Trønnes2018-09-251-9/+2
* drm/arm/hdlcd: Reject atomic commits that disable only the planeLiviu Dudau2018-07-311-5/+8
* drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2018-07-311-0/+1
* drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2018-07-311-31/+6
* drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes2018-07-311-22/+3
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-041-1/+1
|\
| * drm/arm/hdlcd: Use drm_gem_cma_print_info()Noralf Trønnes2017-11-111-1/+1
* | drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma2017-11-271-2/+2
* | drm: hdlcd: Update PM code to save/restore console.Liviu Dudau2017-11-241-1/+4
|/
* drm/arm/hdlcd: Use drm_gem_fb_create()Noralf Trønnes2017-08-271-1/+2
* drm/arm: hdlcd: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies editionDaniel Vetter2017-06-281-2/+0
* drm/arm: hdlcd: Set the CRTC's port before binding the encoder.Liviu Dudau2017-06-211-0/+9
* drm/hdlcd|mali: Drop drm_vblank_cleanupDaniel Vetter2017-06-011-2/+0
* drm: convert drivers to use of_graph_get_remote_nodeRob Herring2017-04-061-19/+3
* drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to driversDaniel Vetter2017-03-141-11/+1
* drm: hdlcd: use vblank hooks in struct drm_crtc_funcsShawn Guo2017-02-071-20/+0
* drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-1/+1
* drm/hdlcd: Remove hdlcd_debugfs_cleanup()Noralf Trønnes2017-01-271-7/+0
* Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie2016-12-051-1/+1
|\
| * drm: hdlcd: Fix cleanup orderRobin Murphy2016-11-251-1/+1
* | Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie2016-11-171-8/+11
|\ \
| * | drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registrationBrian Starkey2016-10-311-8/+11
* | | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* | | drm: convert DT component matching to component_match_add_release()Russell King2016-10-251-1/+2
| |/ |/|
* | drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
|/
* drm/hdlcd: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring2016-07-181-2/+1