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