summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arc/arcpgu_drv.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-25drm/arc: Move to drm/tinyDaniel Vetter1-434/+0
2021-02-25drm/arc: Initialize sim connector before display pipeDaniel Vetter1-36/+17
2021-02-25drm/arc: Inline remaining filesDaniel Vetter1-2/+100
2021-02-25drm/arc: Inline arcpgu_drm_hdmi_initDaniel Vetter1-3/+9
2021-02-25drm/arc: Inline arcpgu_crtc.cDaniel Vetter1-2/+139
2021-02-25drm/arc: Convert to drm_simple_kms_pipe_helperDaniel Vetter1-1/+1
2021-02-25drm/arc: Use drmm_mode_config_cleanupDaniel Vetter1-12/+9
2021-02-25drm/arc: Embedded a drm_simple_display_pipeDaniel Vetter1-1/+1
2021-02-25drm/arc: Stop using drm_device->dev_privateDaniel Vetter1-3/+1
2021-02-25drm/arc: Switch to devm_drm_dev_allocDaniel Vetter1-20/+13
2021-01-05drm: Constify drm_driver in drivers that don't modify itLaurent Pinchart1-1/+1
2020-06-10drm/arc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-06-10drm/arc: Use GEM CMA object functionsThomas Zimmermann1-6/+1
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-2/+1
2020-03-18drm/arc: make arcgpu_debugfs_init() return 0.Wambui Karuga1-2/+4
2019-11-14Merge tag 'arcpgu-updates-2019.07.18' of github.com:abrodkin/linux into drm-nextDave Airlie1-3/+13
2019-07-17drm/arcpgu: rework encoder searchEugeniy Paltsev1-3/+13
2019-06-21drm/arc: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-10/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-3/+3
2019-01-10drm/arc: do not rely on drmP.h from drm_gem_cma_helper.hSam Ravnborg1-0/+6
2018-11-25drm: replace "drm_dev_unref" function with "drm_dev_put"Fernando Ramos1-2/+2
2018-11-01drm/arc: Use drm_fbdev_generic_setup()Noralf Trønnes1-30/+3
2018-10-05drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter1-0/+1
2017-11-11drm/arc: Use drm_gem_cma_print_info()Noralf Trønnes1-1/+1
2017-09-02drm/arc: Use drm_gem_fb_create()Noralf Trønnes1-1/+2
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+1
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-2/+0
2017-08-09drm: make drm_mode_config_func constBhumika Goyal1-1/+1
2017-08-03drm: arcpgu: Fix module unloadJose Abreu1-1/+1
2017-08-03drm: arcpgu: Fix mmap() callbackJose Abreu1-23/+1
2017-08-03arcpgu: Simplify driver nameAlexey Brodkin1-1/+1
2017-08-03drm/arcpgu: Opt in debugfsAlexey Brodkin1-0/+29
2017-07-29drm/arc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes1-2/+0
2017-05-31drm/arcgpu: Drop drm_vblank_cleanupDaniel Vetter1-1/+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-2/+1
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-07-19drm/arc: Remove redundant dev_err call in arcpgu_load()Wei Yongjun1-3/+1
2016-07-19drm/arc: Fix some sparse warningsWei Yongjun1-3/+3
2016-07-18drm/arcpgu: Delete an unnecessary check before drm_fbdev_cma_hotplug_event()Markus Elfring1-2/+1
2016-07-15gpu: drm: arcpgu_drv: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-06-21drm/arc: Remove redundant calls to drm_connector_register_all()Chris Wilson1-8/+0
2016-06-15Merge tag 'topic/drm-misc-2016-06-15' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-26/+1
2016-06-13drm/arcpgu: Make ARC PGU usable on simulation platformsRuud Derwig1-7/+8
2016-06-10drm/arc: Implement nonblocking commit correctlyDaniel Vetter1-7/+1
2016-06-09drm/arc: Nuke event_listDaniel Vetter1-19/+0
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+1