summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)Author
2018-11-12drm/omap: dsi: Fix missing of_platform_depopulate()Tony Lindgren
2018-11-12drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart
2018-11-12drm/omap: dsi: Ensure the device is active during probeLaurent Pinchart
2018-11-12drm/omap: hdmi4: Ensure the device is active during bindLaurent Pinchart
2018-11-12drm/omap: Populate DSS children in omapdss driverLaurent Pinchart
2018-10-02drm/omap: fix use of freed memoryTomi Valkeinen
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-10-02drm/omap: Replace drm_gem_object_{un/reference} with put,get functionsThomas Zimmermann
2018-10-02drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder
2018-10-02drm/omap: partial workaround for DRA7xx DMM errata i878Tomi Valkeinen
2018-10-02drm/omap: dmm_tiler: Fix interrupt request/free sequence during probe/removePeter Ujfalusi
2018-10-02drm/omap: dmm_tiler: No need to check if irq is valid in omap_dmm_removePeter Ujfalusi
2018-10-02drm/omap: fix memory barrier bug in DMM driverTomi Valkeinen
2018-10-02drm/omap: remove set but not used variable 'frame_height'YueHaibing
2018-10-02drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())zhong jiang
2018-10-02drm/omap: remove unused header tcm-sita.hCorentin Labbe
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart
2018-09-03drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart
2018-09-03drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart
2018-09-03drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart
2018-09-03drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart
2018-09-03drm/omap: dsi: Fixup video mode in .set_config() operationLaurent Pinchart
2018-09-03drm/omap: dpi: Don't fixup video mode in dpi_set_mode()Laurent Pinchart
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart
2018-09-03drm/omap: Split mode fixup and mode set from encoder enableLaurent Pinchart
2018-09-03drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart
2018-09-03drm/omap: panels: Don't modify fixed timingsLaurent Pinchart
2018-09-03drm/omap: Remove .get_timings() operation from display connectorsLaurent Pinchart
2018-09-03drm/omap: Query timing information from analog TV encoderLaurent Pinchart
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart
2018-09-03drm/omap: Don't store video mode internally for external encodersLaurent Pinchart
2018-09-03drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart
2018-09-03drm/omap: Remove duplicate calls to .set_timings() operationLaurent Pinchart
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart
2018-09-03drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handlerLaurent Pinchart
2018-09-03drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart
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: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart
2018-09-03drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart
2018-09-03drm/omap: Get from CRTC to display device directlyLaurent Pinchart
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart
2018-09-03drm/omap: Move HPD disconnection handling to omap_connectorLaurent Pinchart
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart
2018-09-03drm/omap: Don't call HPD registration operations recursivelyLaurent Pinchart
2018-09-03drm/omap: Don't call .detect() operation recursivelyLaurent Pinchart
2018-09-03drm/omap: dss: Add device operations flagsLaurent Pinchart