aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/venc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann1-2/+2
2021-11-10drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing1-3/+1
2021-11-10drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing1-2/+1
2020-12-15drm/omap: drop unused owner fieldTomi Valkeinen1-1/+0
2020-12-15drm/omap: drop DSS ops_flagsSebastian Reichel1-1/+0
2020-11-10drm/omap: Fix runtime PM imbalance on errorDinghao Liu1-2/+5
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21drm/omap: fix spelling mistake "propert" -> "property"Colin Ian King1-1/+1
2020-08-11Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+1
2020-08-04drm/omap: force runtime PM suspend on system suspendTomi Valkeinen1-0/+1
2020-06-23drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart1-0/+1
2020-04-28drm/omap: venc: remove unused variable 'venc_config_pal_bdghi'YueHaibing1-43/+0
2020-02-26drm/omap: venc: Remove omap_dss_device operationsLaurent Pinchart1-45/+0
2020-02-26drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart1-2/+2
2020-02-26drm/omap: venc: Register a drm_bridgeLaurent Pinchart1-88/+154
2020-02-26drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart1-1/+1
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-1/+1
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 Pinchart1-14/+14
2019-03-18drm/omap: venc: Simplify mode setting by caching configurationLaurent Pinchart1-34/+34
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 Pinchart1-0/+1
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart1-4/+8
2019-03-18drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart1-14/+3
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-10/+2
2019-03-18drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart1-16/+1
2019-03-18drm/omap: venc: Remove wss_data field from venc_device structureLaurent Pinchart1-10/+1
2018-11-12drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart1-7/+0
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart1-2/+0
2018-09-03drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart1-2/+2
2018-09-03drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart1-15/+8
2018-09-03drm/omap: Query timing information from analog TV encoderLaurent Pinchart1-0/+12
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart1-9/+1
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart1-0/+3
2018-09-03drm/omap: dss: Merge two disconnection helpersLaurent Pinchart1-1/+0
2018-09-03drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart1-14/+11
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-10/+20
2018-09-03drm/omap: dss: Get regulators at probe timeLaurent Pinchart1-24/+8
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart1-5/+3
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart1-2/+16
2018-09-03drm/omap: dss: venc: Move initialization code from bind to probeLaurent Pinchart1-44/+60
2018-09-03drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart1-4/+3
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart1-0/+1
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart1-5/+0
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart1-2/+2