summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/venc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-181-1/+1
* drm/omap: venc: Use drm_display_mode nativelyLaurent Pinchart2019-03-181-46/+44Star
* drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-181-14/+14
* drm/omap: venc: Simplify mode setting by caching configurationLaurent Pinchart2019-03-181-34/+34
* drm/omap: venc: List both PAL and NTSC modesLaurent Pinchart2019-03-181-6/+19
* drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart2019-03-181-0/+1
* drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart2019-03-181-4/+8
* drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart2019-03-181-14/+3Star
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-181-10/+2Star
* drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart2019-03-181-16/+1Star
* drm/omap: venc: Remove wss_data field from venc_device structureLaurent Pinchart2019-03-181-10/+1Star
* drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart2018-11-121-7/+0Star
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-031-2/+0Star
* drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart2018-09-031-2/+2
* drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart2018-09-031-15/+8Star
* drm/omap: Query timing information from analog TV encoderLaurent Pinchart2018-09-031-0/+12
* drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart2018-09-031-9/+1Star
* drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart2018-09-031-0/+3
* drm/omap: dss: Merge two disconnection helpersLaurent Pinchart2018-09-031-1/+0Star
* drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart2018-09-031-14/+11Star
* drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart2018-09-031-10/+20
* drm/omap: dss: Get regulators at probe timeLaurent Pinchart2018-09-031-24/+8Star
* drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart2018-09-031-5/+3Star
* drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart2018-09-031-2/+16
* drm/omap: dss: venc: Move initialization code from bind to probeLaurent Pinchart2018-09-031-44/+60
* drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart2018-09-031-4/+3Star
* drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart2018-09-031-0/+1
* drm/omap: dss: Remove output devices listLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart2018-09-031-5/+0Star
* drm/omap: dss: Move common device operations to common structureLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart2018-09-031-13/+0Star
* drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart2018-09-031-41/+0Star
* drm/omap: fix email addressTomi Valkeinen2018-06-281-1/+1
* drm: omapdrm: venc: Allocate the venc private data structure dynamicallyLaurent Pinchart2018-03-011-204/+238
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-011-1/+1
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-2/+2
* drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart2018-03-011-12/+6Star
* drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart2018-03-011-1/+2
* drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart2018-03-011-3/+8
* drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart2018-03-011-4/+7
* drm: omapdrm: Simplify platform registrationAndrew F. Davis2017-12-191-11/+1Star
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-2/+0Star
* drm: omapdrm: venc: Return error code on OF parsing failureLaurent Pinchart2017-12-191-2/+2
* drm/omap: fix analog tv-out modecheckTomi Valkeinen2017-08-231-14/+51
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-151-1/+0Star
* drm: omapdrm: Move FEAT_VENC_REQUIRES_TV_DAC_CLK to venc driverLaurent Pinchart2017-08-151-1/+13
* drm: omapdrm: venc: Don't export omap_dss_pal_vm and omap_dss_ntsc_vmLaurent Pinchart2017-08-151-4/+2Star
* drm/omap: venc: remove set_type & invert_vid_out_polarityTomi Valkeinen2017-06-021-23/+0Star