summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omapdrm: Implement fbdev emulation as in-kernel clientThomas Zimmermann2023-04-061-9/+2
* drm/omapdrm: Remove fbdev from struct omap_drm_privateThomas Zimmermann2023-04-061-0/+1
* drm/omapdrm: Include <linux/of.h>Thomas Zimmermann2023-04-061-0/+1
* drm/omap: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-051-41/+0
* drm/omap: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* drm/omap: Add a 'right overlay' to plane stateBenoit Parrot2021-12-081-1/+97
* drm/omap: Add global state as a private atomic objectBenoit Parrot2021-12-081-3/+88
* drm/omap: introduce omap_hw_overlayBenoit Parrot2021-12-081-1/+8
* drm/omap: Cast pointer to integer without generating warningLaurent Pinchart2021-10-071-1/+1
* drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart2021-07-281-5/+1
* drm/omapdrm: Annotate dma-fence critical section in commit pathDaniel Vetter2021-02-231-4/+5
* drm/omap: remove dss_mgr_opsTomi Valkeinen2020-12-151-3/+1
* drm/omap: remove dispc_opsTomi Valkeinen2020-12-151-9/+6
* drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen2020-12-151-3/+17
* drm/omap: simplify omap_display_idSebastian Reichel2020-12-151-8/+1
* drm/omap: remove unused omap_connectorSebastian Reichel2020-12-151-13/+6
* drm/omap: remove global dss_device variableSebastian Reichel2020-12-151-4/+2
* drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-11-101-1/+1
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/omapdrm: Introduce GEM object functionsThomas Zimmermann2020-09-251-9/+0
* drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2020-08-081-17/+0
* drm/atomic-helper: reset vblank on crtc resetDaniel Vetter2020-07-021-4/+0
* drm/omapdrm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart2020-02-261-3/+4
* drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart2020-02-261-6/+2
* drm/omap: Create connector for bridgesLaurent Pinchart2020-02-261-12/+62
* drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart2020-02-261-1/+1
* drm/omap: Use the drm_panel_bridge APILaurent Pinchart2020-02-261-13/+0
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon2019-12-091-2/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-1/+1
|\
| * Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-8/+14
| |\
| * | drm/omap: ensure we have a valid dma_maskTomi Valkeinen2019-08-121-1/+1
* | | drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
| |/ |/|
* | Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\ \ | |/
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-15/+1
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | | drm/omapdrm: drop use of drmP.hSam Ravnborg2019-07-171-2/+8
* | | drm/omap: drop DRM_AUTH from DRM_RENDER_ALLOW ioctlsEmil Velikov2019-06-261-5/+5
* | | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
| |/ |/|
* | drm/omap: remove open-coded drm_invalid_op()Emil Velikov2019-06-101-15/+1
|/
* drm/omap: Add support for drm_panelLaurent Pinchart2019-03-181-1/+14
* drm/omap: Add support for drm_bridgeLaurent Pinchart2019-03-181-18/+51
* drm/omap: Refactor initialization sequenceLaurent Pinchart2019-03-181-67/+56
* drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart2019-03-181-2/+7
* drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart2019-03-181-1/+1
* drm/omap: Use atomic suspend/resume helpersLaurent Pinchart2019-03-181-48/+2
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/omap: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-10-021-2/+2
* drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-10-021-1/+1