summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc/arcpgu_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/arc: Move to drm/tinyDaniel Vetter2021-02-251-434/+0
* drm/arc: Initialize sim connector before display pipeDaniel Vetter2021-02-251-36/+17
* drm/arc: Inline remaining filesDaniel Vetter2021-02-251-2/+100
* drm/arc: Inline arcpgu_drm_hdmi_initDaniel Vetter2021-02-251-3/+9
* drm/arc: Inline arcpgu_crtc.cDaniel Vetter2021-02-251-2/+139
* drm/arc: Convert to drm_simple_kms_pipe_helperDaniel Vetter2021-02-251-1/+1
* drm/arc: Use drmm_mode_config_cleanupDaniel Vetter2021-02-251-12/+9
* drm/arc: Embedded a drm_simple_display_pipeDaniel Vetter2021-02-251-1/+1
* drm/arc: Stop using drm_device->dev_privateDaniel Vetter2021-02-251-3/+1
* drm/arc: Switch to devm_drm_dev_allocDaniel Vetter2021-02-251-20/+13
* drm: Constify drm_driver in drivers that don't modify itLaurent Pinchart2021-01-051-1/+1
* drm/arc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/arc: Use GEM CMA object functionsThomas Zimmermann2020-06-101-6/+1
* drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-181-2/+1
* drm/arc: make arcgpu_debugfs_init() return 0.Wambui Karuga2020-03-181-2/+4
* Merge tag 'arcpgu-updates-2019.07.18' of github.com:abrodkin/linux into drm-nextDave Airlie2019-11-141-3/+13
|\
| * drm/arcpgu: rework encoder searchEugeniy Paltsev2019-07-171-3/+13
* | drm/arc: Drop drm_gem_prime_export/importDaniel Vetter2019-06-211-2/+0
* | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-2/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-3/+3
* drm/arc: do not rely on drmP.h from drm_gem_cma_helper.hSam Ravnborg2019-01-091-0/+6
* drm: replace "drm_dev_unref" function with "drm_dev_put"Fernando Ramos2018-11-241-2/+2
* drm/arc: Use drm_fbdev_generic_setup()Noralf Trønnes2018-11-011-30/+3
* drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-051-0/+1
* drm/arc: Use drm_gem_cma_print_info()Noralf Trønnes2017-11-111-1/+1
* drm/arc: Use drm_gem_fb_create()Noralf Trønnes2017-09-021-1/+2
* Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-171-1/+1
|\
| * drm: make drm_mode_config_func constBhumika Goyal2017-08-091-1/+1
* | Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-101-2/+0
|\|
| * drm/arc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* | drm: arcpgu: Fix module unloadJose Abreu2017-08-031-1/+1
* | drm: arcpgu: Fix mmap() callbackJose Abreu2017-08-031-23/+1
* | arcpgu: Simplify driver nameAlexey Brodkin2017-08-031-1/+1
* | drm/arcpgu: Opt in debugfsAlexey Brodkin2017-08-031-0/+29
|/
* drm/arcgpu: Drop drm_vblank_cleanupDaniel Vetter2017-05-311-1/+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-2/+1
* drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen2016-09-221-2/+2
* drm/arc: Remove redundant dev_err call in arcpgu_load()Wei Yongjun2016-07-191-3/+1
* drm/arc: Fix some sparse warningsWei Yongjun2016-07-191-3/+3
* drm/arcpgu: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring2016-07-181-2/+1
* gpu: drm: arcpgu_drv: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-151-0/+1
* drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson2016-06-211-8/+0
* Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-161-26/+1
|\
| * drm/arc: Implement nonblocking commit correctlyDaniel Vetter2016-06-101-7/+1
| * drm/arc: Nuke event_listDaniel Vetter2016-06-091-19/+0
* | drm/arcpgu: Make ARC PGU usable on simulation platformsRuud Derwig2016-06-131-7/+8
|/
* Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-06-091-1/+1
|\