summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc
Commit message (Expand)AuthorAgeFilesLines
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* drm/arc: Remove sending of vblank eventThomas Zimmermann2020-01-301-16/+0
* DRM: ARC: PGU: add ARGB8888 format to supported format listEugeniy Paltsev2019-12-161-0/+1
* DRM: ARC: PGU: replace unsupported by HW RGB888 format by XRGB888Eugeniy Paltsev2019-12-162-4/+4
* DRM: ARC: PGU: cleanup supported format list codeEugeniy Paltsev2019-12-161-14/+11
* DRM: ARC: PGU: fix framebuffer format switchingEugeniy Paltsev2019-12-161-5/+7
* 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: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
* | 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-306-60/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-243-5/+5
* drm/arcpgu: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg2019-01-241-1/+2
* drm/arc: Don't set the dpms hookDaniel Vetter2019-01-111-1/+0
* drm/arc: do not rely on drmP.h from drm_gem_cma_helper.hSam Ravnborg2019-01-092-0/+8
* 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-012-34/+3
* drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-052-1/+1
* drm/arcpgu: Drop transitional hooksDaniel Vetter2018-10-051-2/+0
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: add missing ctx argument to plane transitional helpersRussell King2018-07-031-1/+1
* drm/arc: Stop consulting plane->fbVille Syrjälä2018-05-251-3/+0
* drm/arcpgu: remove drm_encoder_slaveDaniel Vetter2018-01-302-11/+8
* 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-102-2/+1
|\|
| * drm: Plumb modifiers through plane initBen Widawsky2017-08-011-0/+1
| * drm/arc: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes2017-07-291-2/+0
* | drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callbackJose Abreu2017-08-031-3/+4
* | 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: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: arcpgu: Remove CRTC .prepare() helper operationLaurent Pinchart2017-06-281-1/+0
* drm: arcpgu: Remove CRTC .commit() helper operationLaurent Pinchart2017-06-281-1/+0
* drm: arcpgu: arc_pgu_crtc_mode_valid() can be statickbuild test robot2017-06-231-2/+2
* drm: arcpgu: Use crtc->mode_valid() callbackJose Abreu2017-06-221-15/+14
* 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: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-4/+1
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm/arcpgu: Add local 'fb' variablesVille Syrjälä2016-12-141-1/+2
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2016-12-061-142/+17
|\