summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
AgeCommit message (Expand)Author
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
2018-03-28drm/omap: Use normalized zpos for plane placementPeter Ujfalusi
2018-03-01drm/omap: fix maximum sizesTomi Valkeinen
2018-03-01drm/omap: cleanup fbdev init/freeTomi Valkeinen
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart
2018-03-01drm: omapdrm: Split init and cleanup from probe and remove functionsLaurent Pinchart
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis
2017-12-19drm: omapdrm: Pass drm_device to omap_gem_resume()Laurent Pinchart
2017-12-19drm/omap: Filter displays mode based on bandwidth limitPeter Ujfalusi
2017-12-08drm/omap: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes
2017-08-23drm/omap: work-around for omap3 display enableTomi Valkeinen
2017-08-16drm/omap: remove no-op cleanup codeTomi Valkeinen
2017-08-16drm/omap: rename omapdrm device backTomi Valkeinen
2017-08-16drm: omapdrm: Register omapdrm platform device in omapdss driverLaurent Pinchart
2017-08-15drm/omap: Support for HDMI hot plug detectionPeter Ujfalusi
2017-08-01drm/omapdrm: Fix omap_atomic_wait_for_completionMaarten Lankhorst
2017-07-29drm/omapdrm: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-06-02drm/omap: define compat_ioctlTomi Valkeinen
2017-06-02drm/omap: add new connector typesTomi Valkeinen
2017-06-02drm: omapdrm: Infer the OMAP version from the SoC familyLaurent Pinchart
2017-06-02drm: omapdrm: Add zpos propertyLaurent Pinchart
2017-06-02drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart