summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/dispc.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-02drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder1-16/+10
2018-10-02drm/omap: remove set but not used variable 'frame_height'YueHaibing1-6/+3
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart1-8/+10
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart1-8/+0
2018-06-28drm/omap: fix email addressTomi Valkeinen1-1/+1
2018-05-07drm/omap: add missing linefeeds to printsTomi Valkeinen1-7/+7
2018-05-07drm/omap: handle error if scale coefs are not foundTomi Valkeinen1-0/+6
2018-03-01drm/omap: cleanup color space conversionTomi Valkeinen1-15/+44
2018-03-01drm/omap: add writeback funcs to dispc_opsTomi Valkeinen1-4/+15
2018-03-01drm/omap: fix scaling limits for WBTomi Valkeinen1-4/+20
2018-03-01drm/omap: fix WB height with interlaceTomi Valkeinen1-12/+16
2018-03-01drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen1-5/+9
2018-03-01drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen1-2/+6
2018-03-01drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen1-9/+3
2018-03-01drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot1-0/+4
2018-03-01drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot1-1/+3
2018-03-01drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen1-5/+5
2018-03-01drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart1-895/+1039
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart1-46/+56
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-102/+121
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart1-2/+4
2018-03-01drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart1-1/+1
2018-03-01drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart1-2/+2
2018-03-01drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart1-3/+10
2018-03-01drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart1-1/+1
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart1-4/+4
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart1-4/+7
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart1-13/+12
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/omap: dss: Add support for reporting memory bandwidth limitationPeter Ujfalusi1-0/+13
2017-08-15drm: omapdrm: Remove dss_features.hLaurent Pinchart1-1/+0
2017-08-15drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart1-1/+1
2017-08-15drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart1-1/+1
2017-08-15drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driverLaurent Pinchart1-14/+39
2017-08-15drm: omapdrm: Move FEAT_* features to dispc driverLaurent Pinchart1-67/+190
2017-08-15drm: omapdrm: Move reg_fields to dispc_features structureLaurent Pinchart1-11/+76
2017-08-15drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structureLaurent Pinchart1-25/+66
2017-08-15drm: omapdrm: Move overlay caps features to dispc_features structureLaurent Pinchart1-4/+102
2017-08-15drm: omapdrm: Move color modes feature to dispc_features structureLaurent Pinchart1-3/+124
2017-08-15drm: omapdrm: Move size unit features to dispc_features structureLaurent Pinchart1-7/+18
2017-08-15drm: omapdrm: dispc: Select features based on compatible stringLaurent Pinchart1-60/+27
2017-06-02drm/omap: fix YUV422 90/270 rotation with mirroringTomi Valkeinen1-2/+2
2017-06-02drm/omap: fix YUV422 rotation with TILERTomi Valkeinen1-2/+18
2017-06-02drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen1-14/+10
2017-06-02drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen1-30/+30
2017-06-02drm/omap: rename color_mode to fourccTomi Valkeinen1-56/+52
2017-06-02drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen1-71/+72
2017-06-02drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen1-17/+17
2017-06-02drm/omap: change supported_modes to an arrayTomi Valkeinen1-1/+1