aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18drm/omap: venc: Use drm_display_mode nativelyLaurent Pinchart1-46/+44
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart9-48/+46
2019-03-18drm/omap: Factor out common mode validation codeLaurent Pinchart3-45/+44
2019-03-18drm/omap: venc: Simplify mode setting by caching configurationLaurent Pinchart1-34/+34
2019-03-18drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart3-12/+9
2019-03-18drm/omap: Remove src field from omap_dss_device structureLaurent Pinchart2-14/+1
2019-03-18drm/omap: Notify all devices in the pipeline of output disconnectionLaurent Pinchart1-12/+16
2019-03-18drm/omap: panel-dsi-cm: Store source pointer internallyLaurent Pinchart1-26/+29
2019-03-18drm/omap: Don't store display pointer in omap_connector structureLaurent Pinchart1-18/+13
2019-03-18drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart4-6/+8
2019-03-18drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart3-7/+3
2019-03-18drm/omap: venc: List both PAL and NTSC modesLaurent Pinchart1-6/+19
2019-03-18drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart11-5/+16
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart3-27/+5
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart12-61/+80
2019-03-18drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart8-87/+36
2019-03-18drm/omap: Remove omap_dss_device dst fieldLaurent Pinchart2-5/+2
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart24-337/+171
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart14-64/+25
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