summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dispc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: cleanup color space conversionTomi Valkeinen2018-03-011-15/+44
* drm/omap: add writeback funcs to dispc_opsTomi Valkeinen2018-03-011-4/+15
* drm/omap: fix scaling limits for WBTomi Valkeinen2018-03-011-4/+20
* drm/omap: fix WB height with interlaceTomi Valkeinen2018-03-011-12/+16
* drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen2018-03-011-5/+9
* drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen2018-03-011-2/+6
* drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen2018-03-011-9/+3
* drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot2018-03-011-0/+4
* drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot2018-03-011-1/+3
* drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen2018-03-011-5/+5
* drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart2018-03-011-895/+1039
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-011-46/+56
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-102/+121
* drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart2018-03-011-2/+4
* drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart2018-03-011-1/+1
* drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart2018-03-011-2/+2
* drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart2018-03-011-3/+10
* drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart2018-03-011-1/+1
* drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart2018-03-011-4/+4
* drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart2018-03-011-4/+7
* drm: omapdrm: Use unsigned int typeLaurent Pinchart2018-03-011-13/+12
* drm: omapdrm: Simplify platform registrationAndrew F. Davis2017-12-191-11/+1
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-2/+0
* drm/omap: dss: Add support for reporting memory bandwidth limitationPeter Ujfalusi2017-12-191-0/+13
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-151-1/+0
* drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart2017-08-151-1/+1
* drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart2017-08-151-1/+1
* drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driverLaurent Pinchart2017-08-151-14/+39
* drm: omapdrm: Move FEAT_* features to dispc driverLaurent Pinchart2017-08-151-67/+190
* drm: omapdrm: Move reg_fields to dispc_features structureLaurent Pinchart2017-08-151-11/+76
* drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structureLaurent Pinchart2017-08-151-25/+66
* drm: omapdrm: Move overlay caps features to dispc_features structureLaurent Pinchart2017-08-151-4/+102
* drm: omapdrm: Move color modes feature to dispc_features structureLaurent Pinchart2017-08-151-3/+124
* drm: omapdrm: Move size unit features to dispc_features structureLaurent Pinchart2017-08-151-7/+18
* drm: omapdrm: dispc: Select features based on compatible stringLaurent Pinchart2017-08-151-60/+27
* drm/omap: fix YUV422 90/270 rotation with mirroringTomi Valkeinen2017-06-021-2/+2
* drm/omap: fix YUV422 rotation with TILERTomi Valkeinen2017-06-021-2/+18
* drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen2017-06-021-14/+10
* drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen2017-06-021-30/+30
* drm/omap: rename color_mode to fourccTomi Valkeinen2017-06-021-56/+52
* drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen2017-06-021-71/+72
* drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen2017-06-021-17/+17
* drm/omap: change supported_modes to an arrayTomi Valkeinen2017-06-021-1/+1
* drm/omap: add format_is_yuv() helperTomi Valkeinen2017-06-021-33/+23
* drm/omap: cleanup offset calculationTomi Valkeinen2017-06-021-4/+2
* drm/omap: remove dma & vrfb rotationTomi Valkeinen2017-06-021-242/+6
* drm/omap: remove CLUTTomi Valkeinen2017-06-021-55/+2
* drm/omap: fix setting & clearing DOUBLESTRIDETomi Valkeinen2017-06-021-5/+6
* drm/omap: remove read_irqenable()Tomi Valkeinen2017-06-021-6/+3
* drm/omap: remove ovl_set_channel_outTomi Valkeinen2017-06-021-7/+6
OpenPOWER on IntegriCloud