summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/venc.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart1-13/+0
2018-09-03drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart1-41/+0
2018-06-28drm/omap: fix email addressTomi Valkeinen1-1/+1
2018-03-01drm: omapdrm: venc: Allocate the venc private data structure dynamicallyLaurent Pinchart1-204/+238
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart1-1/+1
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-2/+2
2018-03-01drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart1-12/+6
2018-03-01drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart1-1/+2
2018-03-01drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart1-3/+8
2018-03-01drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart1-4/+7
2017-12-19drm: omapdrm: Simplify platform registrationAndrew F. Davis1-11/+1
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-2/+0
2017-12-19drm: omapdrm: venc: Return error code on OF parsing failureLaurent Pinchart1-2/+2
2017-08-23drm/omap: fix analog tv-out modecheckTomi Valkeinen1-14/+51
2017-08-15drm: omapdrm: Remove dss_features.hLaurent Pinchart1-1/+0
2017-08-15drm: omapdrm: Move FEAT_VENC_REQUIRES_TV_DAC_CLK to venc driverLaurent Pinchart1-1/+13
2017-08-15drm: omapdrm: venc: Don't export omap_dss_pal_vm and omap_dss_ntsc_vmLaurent Pinchart1-4/+2
2017-06-02drm/omap: venc: remove set_type & invert_vid_out_polarityTomi Valkeinen1-23/+0