summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27drm/omap: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2021-12-08drm/omap: Add a 'right overlay' to plane stateBenoit Parrot1-1/+97
2021-12-08drm/omap: Add global state as a private atomic objectBenoit Parrot1-3/+88
2021-12-08drm/omap: introduce omap_hw_overlayBenoit Parrot1-1/+8
2021-10-07drm/omap: Cast pointer to integer without generating warningLaurent Pinchart1-1/+1
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-5/+1
2021-02-23drm/omapdrm: Annotate dma-fence critical section in commit pathDaniel Vetter1-4/+5
2020-12-15drm/omap: remove dss_mgr_opsTomi Valkeinen1-3/+1
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen1-9/+6
2020-12-15drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen1-3/+17
2020-12-15drm/omap: simplify omap_display_idSebastian Reichel1-8/+1
2020-12-15drm/omap: remove unused omap_connectorSebastian Reichel1-13/+6
2020-12-15drm/omap: remove global dss_device variableSebastian Reichel1-4/+2
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-09-25drm/omapdrm: Introduce GEM object functionsThomas Zimmermann1-9/+0
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-17/+0
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter1-4/+0
2020-05-19drm/omapdrm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-1/+1
2020-02-26drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart1-3/+4
2020-02-26drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart1-6/+2
2020-02-26drm/omap: Create connector for bridgesLaurent Pinchart1-12/+62
2020-02-26drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart1-1/+1
2020-02-26drm/omap: Use the drm_panel_bridge APILaurent Pinchart1-13/+0
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2019-12-09drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon1-2/+2
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+14
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
2019-08-12drm/omap: ensure we have a valid dma_maskTomi Valkeinen1-1/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-12/+1
2019-07-17drm/omapdrm: drop use of drmP.hSam Ravnborg1-2/+8
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-15/+1
2019-06-26drm/omap: drop DRM_AUTH from DRM_RENDER_ALLOW ioctlsEmil Velikov1-5/+5
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-10drm/omap: remove open-coded drm_invalid_op()Emil Velikov1-15/+1
2019-03-18drm/omap: Add support for drm_panelLaurent Pinchart1-1/+14
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart1-18/+51
2019-03-18drm/omap: Refactor initialization sequenceLaurent Pinchart1-67/+56
2019-03-18drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart1-2/+7
2019-03-18drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart1-1/+1
2019-03-18drm/omap: Use atomic suspend/resume helpersLaurent Pinchart1-48/+2
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-10-02drm/omap: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-2/+2
2018-10-02drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann1-1/+1
2018-09-03drm/omap: Determine connector type directly in omap_connector.cLaurent Pinchart1-25/+2
2018-09-03drm/omap: Pass both output and display omap_dss_device to connector initLaurent Pinchart1-1/+2
2018-09-03drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart1-1/+1
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart1-12/+4