index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
2024-10-28
drm/omap: Clean up deadcode functions
Dr. David Alan Gilbert
1
-146
/
+0
2023-11-27
drm: Use device_get_match_data()
Rob Herring
1
-2
/
+2
2023-06-08
drm/omap: Convert to platform remove callback returning void
Uwe Kleine-König
1
-3
/
+2
2022-12-16
drm/omapdrm: Remove unused struct csc_coef_rgb2yuv
Yuan Can
1
-5
/
+0
2022-09-09
drm: omapdrm: dss: replace ternary operator with max()
Guo Zhengkui
1
-1
/
+1
2021-12-08
omapdrm: dss: mark runtime PM functions __maybe_unused
Arnd Bergmann
1
-2
/
+2
2021-12-08
drm/omap: Add ovl checking funcs to dispc_ops
Benoit Parrot
1
-2
/
+7
2021-12-08
drm/omap: Add ability to check if requested plane modes can be supported
Benoit Parrot
1
-0
/
+22
2021-11-10
drm/omap: increase DSS5 max tv pclk to 192MHz
Tomi Valkeinen
1
-1
/
+1
2021-11-10
drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()
Cai Huoqing
1
-3
/
+1
2021-11-10
drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()
Cai Huoqing
1
-2
/
+1
2021-03-26
drm/omap: fix misleading indentation in pixinc()
Arnd Bergmann
1
-3
/
+2
2020-12-15
drm/omap: remove dispc_ops
Tomi Valkeinen
1
-73
/
+28
2020-12-15
drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planes
Jyri Sarha
1
-42
/
+59
2020-11-10
drm/omap: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+5
2020-08-04
drm/omap: force runtime PM suspend on system suspend
Tomi Valkeinen
1
-0
/
+1
2020-05-05
drm/omap: change default signal polarities and drives
Tomi Valkeinen
1
-27
/
+6
2020-01-08
drm/omapdrm: use BUG_ON macro for error debugging.
Wambui Karuga
1
-2
/
+1
2019-10-04
drm/omap: fix missing scaler pixel fmt limitations
Tomi Valkeinen
1
-0
/
+25
2019-10-04
drm/omap: avoid copy in mgr_fld_read/write
Tomi Valkeinen
1
-4
/
+4
2019-10-04
drm/omap: drop unneeded locking from mgr_fld_write()
Tomi Valkeinen
1
-14
/
+1
2019-09-04
dma-mapping: remove dma_{alloc,free,mmap}_writecombine
Christoph Hellwig
1
-6
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
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
[next]