summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
AgeCommit message (Expand)Author
2020-02-26drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart
2020-02-26drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart
2020-02-26drm/omap: Create connector for bridgesLaurent Pinchart
2020-02-26drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart
2020-02-26drm/omap: Use the drm_panel_bridge APILaurent Pinchart
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart
2019-12-09drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-08-12drm/omap: ensure we have a valid dma_maskTomi Valkeinen
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/omapdrm: drop use of drmP.hSam Ravnborg
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-26drm/omap: drop DRM_AUTH from DRM_RENDER_ALLOW ioctlsEmil Velikov
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-10drm/omap: remove open-coded drm_invalid_op()Emil Velikov
2019-03-18drm/omap: Add support for drm_panelLaurent Pinchart
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart
2019-03-18drm/omap: Refactor initialization sequenceLaurent Pinchart
2019-03-18drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart
2019-03-18drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart
2019-03-18drm/omap: Use atomic suspend/resume helpersLaurent Pinchart
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-10-02drm/omap: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-10-02drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann
2018-09-03drm/omap: Determine connector type directly in omap_connector.cLaurent Pinchart
2018-09-03drm/omap: Pass both output and display omap_dss_device to connector initLaurent Pinchart
2018-09-03drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart
2018-09-03drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart
2018-09-03drm/omap: Store CRTC lookup by channel table in omap_drm_privateLaurent Pinchart
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart
2018-09-03drm/omap: Group CRTC, encoder, connector and dssdev in a structureLaurent Pinchart
2018-09-03drm/omap: Create all planes before CRTCsLaurent Pinchart
2018-09-03drm/omap: Remove unneeded variable assignments in omap_modeset_initLaurent Pinchart
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart
2018-09-03drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi
2018-09-03drm/omap: Manage the usable omap_dss_device list within omap_drm_privatePeter Ujfalusi
2018-09-03drm/omap: Allocate drm_device earlier and unref it as last stepPeter Ujfalusi
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-06-28drm/omap: gem: Switch to gem_free_object_unlocked()Daniel Vetter
2018-06-28drm/omap: gem: Fix mm_list lockingDaniel Vetter