Age | Commit message (Expand) | Author | Files | Lines |
2018-10-02 | drm/omap: Substitute format_is_yuv() with format->is_yuv | Ayan Kumar Halder | 1 | -16/+10 |
2018-10-02 | drm/omap: remove set but not used variable 'frame_height' | YueHaibing | 1 | -6/+3 |
2018-09-03 | drm/omap: Call dispc timings check operation directly | Laurent Pinchart | 1 | -8/+10 |
2018-09-03 | drm/omap: Remove supported output check in CRTC connect handler | Laurent Pinchart | 1 | -8/+0 |
2018-06-28 | drm/omap: fix email address | Tomi Valkeinen | 1 | -1/+1 |
2018-05-07 | drm/omap: add missing linefeeds to prints | Tomi Valkeinen | 1 | -7/+7 |
2018-05-07 | drm/omap: handle error if scale coefs are not found | Tomi Valkeinen | 1 | -0/+6 |
2018-03-01 | drm/omap: cleanup color space conversion | Tomi Valkeinen | 1 | -15/+44 |
2018-03-01 | drm/omap: add writeback funcs to dispc_ops | Tomi Valkeinen | 1 | -4/+15 |
2018-03-01 | drm/omap: fix scaling limits for WB | Tomi Valkeinen | 1 | -4/+20 |
2018-03-01 | drm/omap: fix WB height with interlace | Tomi Valkeinen | 1 | -12/+16 |
2018-03-01 | drm/omap: fix WBDELAYCOUNT with interlace | Tomi Valkeinen | 1 | -5/+9 |
2018-03-01 | drm/omap: fix WBDELAYCOUNT for HDMI | Tomi Valkeinen | 1 | -2/+6 |
2018-03-01 | drm/omap: set WB channel-in in wb_setup() | Tomi Valkeinen | 1 | -9/+3 |
2018-03-01 | drm/omap: Add pclk setting case when channel is DSS_WB | Benoit Parrot | 1 | -0/+4 |
2018-03-01 | drm/omap: dispc: disp_wb_setup to check return code | Benoit Parrot | 1 | -1/+3 |
2018-03-01 | drm/omap: reorganize locking in mgr_fld_write | Tomi Valkeinen | 1 | -5/+5 |
2018-03-01 | drm: omapdrm: dispc: Allocate the dispc private data structure dynamically | Laurent Pinchart | 1 | -895/+1039 |
2018-03-01 | drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functions | Laurent Pinchart | 1 | -46/+56 |
2018-03-01 | drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations | Laurent Pinchart | 1 | -102/+121 |
2018-03-01 | drm: omapdrm: dss: Store dispc ops in dss_device structure | Laurent Pinchart | 1 | -2/+4 |
2018-03-01 | drm: omapdrm: dss: Store the debugfs root directory in struct dss_device | Laurent Pinchart | 1 | -1/+1 |
2018-03-01 | drm: omapdrm: dss: Store the registered plls array in struct dss_device | Laurent Pinchart | 1 | -2/+2 |
2018-03-01 | drm: omapdrm: dss: Support passing private data to debugfs show handlers | Laurent Pinchart | 1 | -3/+10 |
2018-03-01 | drm: omapdrm: dss: Pass DSS pointer to remaining dss functions | Laurent Pinchart | 1 | -1/+1 |
2018-03-01 | drm: omapdrm: dss: Pass DSS pointer to dss clock functions | Laurent Pinchart | 1 | -4/+4 |
2018-03-01 | drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source() | Laurent Pinchart | 1 | -4/+7 |
2018-03-01 | drm: omapdrm: Use unsigned int type | Laurent Pinchart | 1 | -13/+12 |
2017-12-19 | drm: omapdrm: Simplify platform registration | Andrew F. Davis | 1 | -11/+1 |
2017-12-19 | drm: omapdrm: Remove filename from header and fix copyright tag | Andrew F. Davis | 1 | -2/+0 |
2017-12-19 | drm/omap: dss: Add support for reporting memory bandwidth limitation | Peter Ujfalusi | 1 | -0/+13 |
2017-08-15 | drm: omapdrm: Remove dss_features.h | Laurent Pinchart | 1 | -1/+0 |
2017-08-15 | drm: omapdrm: Move supported outputs feature to dss driver | Laurent Pinchart | 1 | -1/+1 |
2017-08-15 | drm: omapdrm: Move DSS_FCK feature to dss driver | Laurent Pinchart | 1 | -1/+1 |
2017-08-15 | drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driver | Laurent Pinchart | 1 | -14/+39 |
2017-08-15 | drm: omapdrm: Move FEAT_* features to dispc driver | Laurent Pinchart | 1 | -67/+190 |
2017-08-15 | drm: omapdrm: Move reg_fields to dispc_features structure | Laurent Pinchart | 1 | -11/+76 |
2017-08-15 | drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structure | Laurent Pinchart | 1 | -25/+66 |
2017-08-15 | drm: omapdrm: Move overlay caps features to dispc_features structure | Laurent Pinchart | 1 | -4/+102 |
2017-08-15 | drm: omapdrm: Move color modes feature to dispc_features structure | Laurent Pinchart | 1 | -3/+124 |
2017-08-15 | drm: omapdrm: Move size unit features to dispc_features structure | Laurent Pinchart | 1 | -7/+18 |
2017-08-15 | drm: omapdrm: dispc: Select features based on compatible string | Laurent Pinchart | 1 | -60/+27 |
2017-06-02 | drm/omap: fix YUV422 90/270 rotation with mirroring | Tomi Valkeinen | 1 | -2/+2 |
2017-06-02 | drm/omap: fix YUV422 rotation with TILER | Tomi Valkeinen | 1 | -2/+18 |
2017-06-02 | drm/omap: DRM_MODE_REFLECT_* instead of mirror boolean | Tomi Valkeinen | 1 | -14/+10 |
2017-06-02 | drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_* | Tomi Valkeinen | 1 | -30/+30 |
2017-06-02 | drm/omap: rename color_mode to fourcc | Tomi Valkeinen | 1 | -56/+52 |
2017-06-02 | drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_* | Tomi Valkeinen | 1 | -71/+72 |
2017-06-02 | drm/omap: use u32 instead of enum omap_color_mode | Tomi Valkeinen | 1 | -17/+17 |
2017-06-02 | drm/omap: change supported_modes to an array | Tomi Valkeinen | 1 | -1/+1 |