summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: dsi: Fix missing of_platform_depopulate()Tony Lindgren2018-11-121-2/+6
* drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart2018-11-125-68/+6Star
* drm/omap: dsi: Ensure the device is active during probeLaurent Pinchart2018-11-121-2/+5
* drm/omap: hdmi4: Ensure the device is active during bindLaurent Pinchart2018-11-121-1/+9
* drm/omap: Populate DSS children in omapdss driverLaurent Pinchart2018-11-121-1/+10
* drm/omap: fix use of freed memoryTomi Valkeinen2018-10-021-1/+2
* 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-024-5/+5
* drm/omap: Replace drm_gem_object_{un/reference} with put,get functionsThomas Zimmermann2018-10-021-1/+1
* drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder2018-10-021-16/+10Star
* drm/omap: partial workaround for DRA7xx DMM errata i878Tomi Valkeinen2018-10-022-2/+154
* drm/omap: dmm_tiler: Fix interrupt request/free sequence during probe/removePeter Ujfalusi2018-10-021-20/+22
* drm/omap: dmm_tiler: No need to check if irq is valid in omap_dmm_removePeter Ujfalusi2018-10-021-2/+1Star
* drm/omap: fix memory barrier bug in DMM driverTomi Valkeinen2018-10-021-0/+11
* drm/omap: remove set but not used variable 'frame_height'YueHaibing2018-10-021-6/+3Star
* drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())zhong jiang2018-10-021-1/+1
* drm/omap: remove unused header tcm-sita.hCorentin Labbe2018-10-021-93/+0Star
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-0319-144/+8Star
* drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart2018-09-036-16/+12Star
* drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart2018-09-031-15/+8Star
* drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart2018-09-031-15/+22
* drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart2018-09-035-13/+13
* drm/omap: dsi: Fixup video mode in .set_config() operationLaurent Pinchart2018-09-031-13/+14
* drm/omap: dpi: Don't fixup video mode in dpi_set_mode()Laurent Pinchart2018-09-031-11/+1Star
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-039-50/+32Star
* drm/omap: Split mode fixup and mode set from encoder enableLaurent Pinchart2018-09-031-69/+79
* drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart2018-09-032-47/+43Star
* drm/omap: panels: Don't modify fixed timingsLaurent Pinchart2018-09-037-21/+0Star
* drm/omap: Remove .get_timings() operation from display connectorsLaurent Pinchart2018-09-033-94/+0Star
* drm/omap: Query timing information from analog TV encoderLaurent Pinchart2018-09-032-9/+37
* drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart2018-09-0315-139/+32Star
* drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart2018-09-0312-66/+79
* drm/omap: Don't store video mode internally for external encodersLaurent Pinchart2018-09-033-15/+0Star
* drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart2018-09-032-38/+3Star
* drm/omap: Remove duplicate calls to .set_timings() operationLaurent Pinchart2018-09-0313-28/+0Star
* drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart2018-09-0319-19/+19
* drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handlerLaurent Pinchart2018-09-031-2/+0Star
* drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart2018-09-032-12/+12
* drm/omap: Determine connector type directly in omap_connector.cLaurent Pinchart2018-09-033-30/+31
* drm/omap: Pass both output and display omap_dss_device to connector initLaurent Pinchart2018-09-033-16/+21
* drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart2018-09-033-42/+1Star
* drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart2018-09-033-9/+13
* drm/omap: Get from CRTC to display device directlyLaurent Pinchart2018-09-033-31/+4Star
* drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart2018-09-036-77/+65Star
* drm/omap: Move HPD disconnection handling to omap_connectorLaurent Pinchart2018-09-033-18/+29
* drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart2018-09-037-97/+35Star
* drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart2018-09-035-40/+14Star
* drm/omap: Don't call HPD registration operations recursivelyLaurent Pinchart2018-09-034-69/+88
* drm/omap: Don't call .detect() operation recursivelyLaurent Pinchart2018-09-034-18/+30
* drm/omap: dss: Add device operations flagsLaurent Pinchart2018-09-031-0/+13