index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
dss
/
dispc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/omap: reorganize locking in mgr_fld_write
Tomi Valkeinen
2018-03-01
1
-5
/
+5
*
drm: omapdrm: dispc: Allocate the dispc private data structure dynamically
Laurent Pinchart
2018-03-01
1
-895
/
+1039
*
drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functions
Laurent Pinchart
2018-03-01
1
-46
/
+56
*
drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations
Laurent Pinchart
2018-03-01
1
-102
/
+121
*
drm: omapdrm: dss: Store dispc ops in dss_device structure
Laurent Pinchart
2018-03-01
1
-2
/
+4
*
drm: omapdrm: dss: Store the debugfs root directory in struct dss_device
Laurent Pinchart
2018-03-01
1
-1
/
+1
*
drm: omapdrm: dss: Store the registered plls array in struct dss_device
Laurent Pinchart
2018-03-01
1
-2
/
+2
*
drm: omapdrm: dss: Support passing private data to debugfs show handlers
Laurent Pinchart
2018-03-01
1
-3
/
+10
*
drm: omapdrm: dss: Pass DSS pointer to remaining dss functions
Laurent Pinchart
2018-03-01
1
-1
/
+1
*
drm: omapdrm: dss: Pass DSS pointer to dss clock functions
Laurent Pinchart
2018-03-01
1
-4
/
+4
*
drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()
Laurent Pinchart
2018-03-01
1
-4
/
+7
*
drm: omapdrm: Use unsigned int type
Laurent Pinchart
2018-03-01
1
-13
/
+12
*
drm: omapdrm: Simplify platform registration
Andrew F. Davis
2017-12-19
1
-11
/
+1
*
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
2017-12-19
1
-2
/
+0
*
drm/omap: dss: Add support for reporting memory bandwidth limitation
Peter Ujfalusi
2017-12-19
1
-0
/
+13
*
drm: omapdrm: Remove dss_features.h
Laurent Pinchart
2017-08-15
1
-1
/
+0
*
drm: omapdrm: Move supported outputs feature to dss driver
Laurent Pinchart
2017-08-15
1
-1
/
+1
*
drm: omapdrm: Move DSS_FCK feature to dss driver
Laurent Pinchart
2017-08-15
1
-1
/
+1
*
drm: omapdrm: Move PCD, LINEWIDTH and DOWNSCALE features to dispc driver
Laurent Pinchart
2017-08-15
1
-14
/
+39
*
drm: omapdrm: Move FEAT_* features to dispc driver
Laurent Pinchart
2017-08-15
1
-67
/
+190
*
drm: omapdrm: Move reg_fields to dispc_features structure
Laurent Pinchart
2017-08-15
1
-11
/
+76
*
drm: omapdrm: Move num_ovls and num_mgrs to dispc_features structure
Laurent Pinchart
2017-08-15
1
-25
/
+66
*
drm: omapdrm: Move overlay caps features to dispc_features structure
Laurent Pinchart
2017-08-15
1
-4
/
+102
*
drm: omapdrm: Move color modes feature to dispc_features structure
Laurent Pinchart
2017-08-15
1
-3
/
+124
*
drm: omapdrm: Move size unit features to dispc_features structure
Laurent Pinchart
2017-08-15
1
-7
/
+18
*
drm: omapdrm: dispc: Select features based on compatible string
Laurent Pinchart
2017-08-15
1
-60
/
+27
*
drm/omap: fix YUV422 90/270 rotation with mirroring
Tomi Valkeinen
2017-06-02
1
-2
/
+2
*
drm/omap: fix YUV422 rotation with TILER
Tomi Valkeinen
2017-06-02
1
-2
/
+18
*
drm/omap: DRM_MODE_REFLECT_* instead of mirror boolean
Tomi Valkeinen
2017-06-02
1
-14
/
+10
*
drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*
Tomi Valkeinen
2017-06-02
1
-30
/
+30
*
drm/omap: rename color_mode to fourcc
Tomi Valkeinen
2017-06-02
1
-56
/
+52
*
drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*
Tomi Valkeinen
2017-06-02
1
-71
/
+72
*
drm/omap: use u32 instead of enum omap_color_mode
Tomi Valkeinen
2017-06-02
1
-17
/
+17
*
drm/omap: change supported_modes to an array
Tomi Valkeinen
2017-06-02
1
-1
/
+1
*
drm/omap: add format_is_yuv() helper
Tomi Valkeinen
2017-06-02
1
-33
/
+23
*
drm/omap: cleanup offset calculation
Tomi Valkeinen
2017-06-02
1
-4
/
+2
*
drm/omap: remove dma & vrfb rotation
Tomi Valkeinen
2017-06-02
1
-242
/
+6
*
drm/omap: remove CLUT
Tomi Valkeinen
2017-06-02
1
-55
/
+2
*
drm/omap: fix setting & clearing DOUBLESTRIDE
Tomi Valkeinen
2017-06-02
1
-5
/
+6
*
drm/omap: remove read_irqenable()
Tomi Valkeinen
2017-06-02
1
-6
/
+3
*
drm/omap: remove ovl_set_channel_out
Tomi Valkeinen
2017-06-02
1
-7
/
+6
*
drm/omap: remove unused ovl_enabled()
Tomi Valkeinen
2017-06-02
1
-6
/
+0
*
drm: omapdrm: Remove duplicate error messages when mapping memory
Laurent Pinchart
2017-06-02
1
-11
/
+3
*
drm/omap: Fix one ugly indentation style break left by coccinelle
Jyri Sarha
2017-04-03
1
-3
/
+2
*
drm/omap: Rename enum omap_plane to enum omap_plane_id
Jyri Sarha
2017-04-03
1
-56
/
+68
*
drm/omap: dispc: improve debug print of display flags
Tomi Valkeinen
2017-04-03
1
-5
/
+15
*
drm/omap: fix replication logic
Tomi Valkeinen
2017-04-03
1
-3
/
+4
*
drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabled
Tomi Valkeinen
2017-04-03
1
-10
/
+0
*
drm/omap: remove all EXPORT_SYMBOLs from dispc.c
Tomi Valkeinen
2017-04-03
1
-54
/
+30
*
drm/omap: fill dispc_ops
Tomi Valkeinen
2017-04-03
1
-0
/
+40
[next]