summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc
Commit message (Expand)AuthorAgeFilesLines
* drm/arcpgu: Really delete fileDaniel Vetter2021-03-021-161/+0
* drm/arc: Move to drm/tinyDaniel Vetter2021-02-253-447/+0
* drm/arc: Initialize sim connector before display pipeDaniel Vetter2021-02-251-36/+17
* drm/arc: Inline remaining filesDaniel Vetter2021-02-255-147/+101
* drm/arc: Inline arcpgu_drm_hdmi_initDaniel Vetter2021-02-254-32/+10
* drm/arc: Inline arcpgu_crtc.cDaniel Vetter2021-02-253-4/+140
* drm/arc: Drop crtc check in arc_pgu_updateDaniel Vetter2021-02-251-1/+1
* drm/arc: Convert to drm_simple_kms_pipe_helperDaniel Vetter2021-02-255-113/+31
* drm/arc: Align with simple pipe helpersDaniel Vetter2021-02-251-5/+5
* drm/arc: Use drmm_mode_config_cleanupDaniel Vetter2021-02-254-29/+13
* drm/arc: Drop surplus connector registrationDaniel Vetter2021-02-251-2/+0
* drm/arc: Embedd a drm_connector for sim caseDaniel Vetter2021-02-252-13/+2
* drm/arc: Embedded a drm_simple_display_pipeDaniel Vetter2021-02-255-16/+12
* drm/arc: Delete arcpgu_priv->fbDaniel Vetter2021-02-251-1/+0
* drm/arc: Stop using drm_device->dev_privateDaniel Vetter2021-02-253-5/+5
* drm/arc: Switch to devm_drm_dev_allocDaniel Vetter2021-02-252-20/+14
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+3
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-3/+4
* drm: Constify drm_driver in drivers that don't modify itLaurent Pinchart2021-01-051-1/+1
* drm: arc: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart2021-01-051-7/+2
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* 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
* 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