summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arm/hdlcd_drv.c
AgeCommit message (Expand)Author
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson
2023-06-08drm/arm/hdlcd: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter
2023-03-17drm/arm/hdlcd: Use devm_platform_ioremap_resource()Yang Li
2023-03-14arm/hdlcd: Use GEM DMA fbdev emulationThomas Zimmermann
2023-01-06drm/arm/hdlcd: use new debugfs device-centered functionsMaíra Canal
2022-11-07drm/arm/hdlcd: remove calls to drm_mode_config_cleanup()Danilo Krummrich
2022-11-07drm/arm/hdlcd: replace drm->dev_private with drm_to_hdlcd_priv()Danilo Krummrich
2022-11-07drm/arm/hdlcd: use drmm_* to allocate driver structuresDanilo Krummrich
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich
2022-07-22drm/arm/hdlcd: Simplify IRQ install/uninstallRobin Murphy
2022-07-22drm/arm/hdlcd: Take over EFI framebuffer properlyRobin Murphy
2022-01-19drm/arm/hdlcd: Replace module initialization with DRM helpersJavier Martinez Canillas
2021-08-10drm/arm/hdlcd: Convert to Linux IRQ interfacesThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-06-10drm/arm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann
2020-06-10drm/arm: Use GEM CMA object functionsThomas Zimmermann
2020-06-03drm/hdlcd: Don't call drm_crtc_vblank_off on unbindDaniel Vetter
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-03-18drm/arm: make hdlcd_debugfs_init() return 0Wambui Karuga
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