index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
dss
/
dispc.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-06-02
drm/omap: add format_is_yuv() helper
Tomi Valkeinen
1
-33
/
+23
2017-06-02
drm/omap: cleanup offset calculation
Tomi Valkeinen
1
-4
/
+2
2017-06-02
drm/omap: remove dma & vrfb rotation
Tomi Valkeinen
1
-242
/
+6
2017-06-02
drm/omap: remove CLUT
Tomi Valkeinen
1
-55
/
+2
2017-06-02
drm/omap: fix setting & clearing DOUBLESTRIDE
Tomi Valkeinen
1
-5
/
+6
2017-06-02
drm/omap: remove read_irqenable()
Tomi Valkeinen
1
-6
/
+3
2017-06-02
drm/omap: remove ovl_set_channel_out
Tomi Valkeinen
1
-7
/
+6
2017-06-02
drm/omap: remove unused ovl_enabled()
Tomi Valkeinen
1
-6
/
+0
2017-06-02
drm: omapdrm: Remove duplicate error messages when mapping memory
Laurent Pinchart
1
-11
/
+3
2017-04-03
drm/omap: Fix one ugly indentation style break left by coccinelle
Jyri Sarha
1
-3
/
+2
2017-04-03
drm/omap: Rename enum omap_plane to enum omap_plane_id
Jyri Sarha
1
-56
/
+68
2017-04-03
drm/omap: dispc: improve debug print of display flags
Tomi Valkeinen
1
-5
/
+15
2017-04-03
drm/omap: fix replication logic
Tomi Valkeinen
1
-3
/
+4
2017-04-03
drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabled
Tomi Valkeinen
1
-10
/
+0
2017-04-03
drm/omap: remove all EXPORT_SYMBOLs from dispc.c
Tomi Valkeinen
1
-54
/
+30
2017-04-03
drm/omap: fill dispc_ops
Tomi Valkeinen
1
-0
/
+40
2017-04-03
drm/omap: move dispc related dss-feat funcs to dispc
Tomi Valkeinen
1
-0
/
+18
2017-02-16
drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formats
Jyri Sarha
1
-0
/
+19
2016-12-19
drm: omapdrm: Check the CRTC software state at enable/disable time
Laurent Pinchart
1
-14
/
+13
2016-11-02
drm/omap: Use consistent name for struct videomode
Peter Ujfalusi
1
-58
/
+56
2016-11-02
drm/omap: Replace struct omap_video_timings with videomode
Peter Ujfalusi
1
-15
/
+15
2016-11-02
drm/omap: Change the types of struct omap_video_timings members
Peter Ujfalusi
1
-2
/
+3
2016-11-02
drm/omap: omap_display_timings: Use display_flags for sync edge
Peter Ujfalusi
1
-12
/
+6
2016-11-02
drm/omap: omap_display_timings: Use display_flags for pixel data edge
Peter Ujfalusi
1
-11
/
+5
2016-11-02
drm/omap: omap_display_timings: Use display_flags for double_pixel mode
Peter Ujfalusi
1
-3
/
+3
2016-11-02
drm/omap: omap_display_timings: Use display_flags for DE level
Peter Ujfalusi
1
-12
/
+7
2016-11-02
drm/omap: omap_display_timings: Use display_flags for h/vsync level
Peter Ujfalusi
1
-22
/
+11
2016-11-02
drm/omap: dispc: Simplify _dispc_mgr_set_lcd_timings() parameters
Peter Ujfalusi
1
-24
/
+14
[next]