aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart6-35/+10
2019-03-18drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart7-98/+7
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart12-161/+32
2019-03-18drm/omap: Use atomic suspend/resume helpersLaurent Pinchart2-51/+2
2019-03-18drm/omap: venc: Remove wss_data field from venc_device structureLaurent Pinchart1-10/+1
2019-03-18drm/omap: Remove unused kobj field from struct omap_dss_deviceLaurent Pinchart1-2/+0
2019-03-18drm/omap: Remove declaration of nonexisting functionLaurent Pinchart1-2/+0
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-8/+19
2019-02-06drm/omap: dsi: Hack-fix DSI bus flagsTomi Valkeinen1-0/+11
2019-02-06drm/omap: dsi: Fix OF platform depopulateTomi Valkeinen1-2/+2
2019-02-06drm/omap: dsi: Fix crash in DSI debug dumpsTomi Valkeinen1-6/+6
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter6-6/+4
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg1-0/+1
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard4-36/+45
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä1-2/+2
2019-01-09drm: omapdrm: Cleanup drm_display_mode print strShayenne Moura2-13/+4
2018-12-03drm/omap: fix incorrect union usageSebastian Reichel1-25/+33
2018-12-03drm/omap: populate DSI platform bus earlierSebastian Reichel1-10/+10
2018-12-03drm/omap: fix bus_flags for panel-dpiTomi Valkeinen2-1/+2
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