aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dispc.c
Commit message (Expand)AuthorAge
* drm/omap: Substitute format_is_yuv() with format->is_yuvAyan Kumar Halder2018-10-02
* drm/omap: remove set but not used variable 'frame_height'YueHaibing2018-10-02
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-03
* drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart2018-09-03
* drm/omap: fix email addressTomi Valkeinen2018-06-28
* drm/omap: add missing linefeeds to printsTomi Valkeinen2018-05-07
* drm/omap: handle error if scale coefs are not foundTomi Valkeinen2018-05-07
* drm/omap: cleanup color space conversionTomi Valkeinen2018-03-01
* drm/omap: add writeback funcs to dispc_opsTomi Valkeinen2018-03-01
* drm/omap: fix scaling limits for WBTomi Valkeinen2018-03-01
* drm/omap: fix WB height with interlaceTomi Valkeinen2018-03-01
* drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen2018-03-01
* drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen2018-03-01
* drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen2018-03-01
* drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot2018-03-01
* drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot2018-03-01
* drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen2018-03-01
* drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart2018-03-01
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-01
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-01
* drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart2018-03-01
* drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart2018-03-01
* drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart2018-03-01
* drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart2018-03-01
* drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart2018-03-01
* drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart2018-03-01
* drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart2018-03-01
* drm: omapdrm: Use unsigned int typeLaurent Pinchart2018-03-01
* drm: omapdrm: Simplify platform registrationAndrew F. Davis2017-12-19
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-19
* drm/omap: dss: Add support for reporting memory bandwidth limitationPeter Ujfalusi2017-12-19
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-15
* drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart2017-08-15
* drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart2017-08-15
* drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driverLaurent Pinchart2017-08-15
* drm: omapdrm: Move FEAT_* features to dispc driverLaurent Pinchart2017-08-15
* drm: omapdrm: Move reg_fields to dispc_features structureLaurent Pinchart2017-08-15
* drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structureLaurent Pinchart2017-08-15
* drm: omapdrm: Move overlay caps features to dispc_features structureLaurent Pinchart2017-08-15
* drm: omapdrm: Move color modes feature to dispc_features structureLaurent Pinchart2017-08-15
* drm: omapdrm: Move size unit features to dispc_features structureLaurent Pinchart2017-08-15
* drm: omapdrm: dispc: Select features based on compatible stringLaurent Pinchart2017-08-15
* drm/omap: fix YUV422 90/270 rotation with mirroringTomi Valkeinen2017-06-02
* drm/omap: fix YUV422 rotation with TILERTomi Valkeinen2017-06-02
* drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen2017-06-02
* drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi Valkeinen2017-06-02
* drm/omap: rename color_mode to fourccTomi Valkeinen2017-06-02
* drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen2017-06-02
* drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen2017-06-02
* drm/omap: change supported_modes to an arrayTomi Valkeinen2017-06-02