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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-05
drm: Remove linux/fb.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
2
-0
/
+2
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
4
-0
/
+4
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2
-0
/
+2
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-7
/
+1
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-7
/
+1
2022-03-28
drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER
Ivaylo Dimitrov
1
-4
/
+8
2022-03-28
drm: omapdrm: Support exporting of non-contiguous GEM BOs
Ivaylo Dimitrov
3
-60
/
+73
2022-03-28
drm: omapdrm: simplify omap_gem_pin
Ivaylo Dimitrov
1
-33
/
+42
2022-03-08
drm/omap: fix NULL but dereferenced coccicheck error
Wan Jiabing
1
-1
/
+1
2022-02-25
drm/omap: plane: Remove redundant color encoding and range initialisation
Maxime Ripard
1
-3
/
+0
2022-02-25
drm/omap: plane: Remove redundant zpos initialisation
Maxime Ripard
1
-7
/
+0
2022-02-25
drm/omap: plane: Fix zpos initial value mismatch
Maxime Ripard
1
-1
/
+11
2022-02-25
drm/omap: dss: Make use of the helper component_compare_dev
Yong Wu
1
-7
/
+1
2022-01-27
drm/omap: Add support for the nomodeset kernel parameter
Javier Martinez Canillas
1
-0
/
+3
2022-01-06
drm: omapdrm: Fix implicit dma_buf fencing
Ivaylo Dimitrov
1
-0
/
+1
2021-12-08
omapdrm: dss: mark runtime PM functions __maybe_unused
Arnd Bergmann
4
-8
/
+8
2021-12-08
drm/omap: Add a 'right overlay' to plane state
Benoit Parrot
7
-12
/
+267
2021-12-08
drm/omap: add plane_atomic_print_state support
Benoit Parrot
1
-0
/
+14
2021-12-08
drm/omap: dynamically assign hw overlays to planes
Benoit Parrot
4
-23
/
+220
2021-12-08
drm/omap: Add global state as a private atomic object
Benoit Parrot
2
-3
/
+105
2021-12-08
drm/omap: omap_plane: subclass drm_plane_state
Benoit Parrot
1
-3
/
+33
2021-12-08
drm/omap: introduce omap_hw_overlay
Benoit Parrot
6
-34
/
+148
2021-12-08
drm/omap: Add ovl checking funcs to dispc_ops
Benoit Parrot
2
-2
/
+10
2021-12-08
drm/omap: Add ability to check if requested plane modes can be supported
Benoit Parrot
3
-0
/
+38
2021-12-08
drm/omap: add sanity plane state check
Neil Armstrong
1
-0
/
+15
2021-12-08
drm: omapdrm: Export correct scatterlist for TILER backed BOs
Ivaylo Dimitrov
3
-30
/
+85
2021-11-18
Merge drm/drm-next into drm-misc-next
drm-misc-next-2021-11-18
Thomas Zimmermann
1
-0
/
+2
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
9
-34
/
+11
2021-11-10
drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()
Cai Huoqing
4
-8
/
+4
2021-11-10
drm/omapdrm: Convert to SPDX identifier
Cai Huoqing
6
-62
/
+6
2021-11-04
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2021-10-25
dma-buf: move dma-buf symbols into the DMA_BUF module namespace
Greg Kroah-Hartman
1
-0
/
+2
2021-10-07
drm/omap: Depend on CONFIG_OF
Laurent Pinchart
1
-1
/
+1
2021-10-07
drm/omap: Cast pointer to integer without generating warning
Laurent Pinchart
1
-1
/
+1
2021-10-07
drm/omap: Use correct printk format specifiers for size_t
Laurent Pinchart
1
-2
/
+2
2021-08-26
drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP
Lukas Bulwahn
1
-1
/
+0
2021-07-28
drm/bridge: Centralize error message when bridge attach fails
Laurent Pinchart
1
-5
/
+1
2021-07-15
drm/omapdrm: Remove outdated comment
Thomas Zimmermann
1
-7
/
+0
2021-06-29
drm/omapdrm: Track IRQ state in local device state
Thomas Zimmermann
2
-3
/
+5
2021-06-24
drm/omap: Follow implicit fencing in prepare_fb
Daniel Vetter
1
-0
/
+3
2021-04-13
Merge drm/drm-fixes into drm-next
Daniel Vetter
1
-4
/
+4
2021-03-26
drm/omap: Remove duplicate declaration
Wan Jiabing
1
-5
/
+4
2021-03-26
drm/omap: dsi: Add missing IRQF_ONESHOT
Yang Li
1
-1
/
+2
2021-03-26
drm/omap: fix misleading indentation in pixinc()
Arnd Bergmann
1
-3
/
+2
2021-03-17
drm/omap: dsi: fix unsigned expression compared with zero
drm-misc-fixes-2021-03-18
Junlin Yang
1
-3
/
+4
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-2
/
+4
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-2
/
+2
2021-02-24
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
1
-10
/
+11
[next]