summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-202-0/+2
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-204-0/+4
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-202-0/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-7/+1
|\
| * Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-7/+1
| |\
| | * drm/omap: dss: Make use of the helper component_compare_devYong Wu2022-02-251-7/+1
* | | drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILERIvaylo Dimitrov2022-03-281-4/+8
* | | drm: omapdrm: Support exporting of non-contiguous GEM BOsIvaylo Dimitrov2022-03-283-60/+73
* | | drm: omapdrm: simplify omap_gem_pinIvaylo Dimitrov2022-03-281-33/+42
* | | drm/omap: fix NULL but dereferenced coccicheck errorWan Jiabing2022-03-081-1/+1
|/ /
* | drm/omap: plane: Remove redundant color encoding and range initialisationMaxime Ripard2022-02-251-3/+0
* | drm/omap: plane: Remove redundant zpos initialisationMaxime Ripard2022-02-251-7/+0
* | drm/omap: plane: Fix zpos initial value mismatchMaxime Ripard2022-02-251-1/+11
* | drm/omap: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
* | drm: omapdrm: Fix implicit dma_buf fencingIvaylo Dimitrov2022-01-061-0/+1
|/
* omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann2021-12-084-8/+8
* drm/omap: Add a 'right overlay' to plane stateBenoit Parrot2021-12-087-12/+267
* drm/omap: add plane_atomic_print_state supportBenoit Parrot2021-12-081-0/+14
* drm/omap: dynamically assign hw overlays to planesBenoit Parrot2021-12-084-23/+220
* drm/omap: Add global state as a private atomic objectBenoit Parrot2021-12-082-3/+105
* drm/omap: omap_plane: subclass drm_plane_stateBenoit Parrot2021-12-081-3/+33
* drm/omap: introduce omap_hw_overlayBenoit Parrot2021-12-086-34/+148
* drm/omap: Add ovl checking funcs to dispc_opsBenoit Parrot2021-12-082-2/+10
* drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot2021-12-083-0/+38
* drm/omap: add sanity plane state checkNeil Armstrong2021-12-081-0/+15
* drm: omapdrm: Export correct scatterlist for TILER backed BOsIvaylo Dimitrov2021-12-083-30/+85
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-0/+2
|\
| * Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-0/+2
| |\
| | * dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+2
* | | drm/omap: increase DSS5 max tv pclk to 192MHzTomi Valkeinen2021-11-101-1/+1
* | | drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing2021-11-109-34/+11
* | | drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing2021-11-104-8/+4
* | | drm/omapdrm: Convert to SPDX identifierCai Huoqing2021-11-106-62/+6
|/ /
* | drm/omap: Depend on CONFIG_OFLaurent Pinchart2021-10-071-1/+1
* | drm/omap: Cast pointer to integer without generating warningLaurent Pinchart2021-10-071-1/+1
* | drm/omap: Use correct printk format specifiers for size_tLaurent Pinchart2021-10-071-2/+2
* | drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAPLukas Bulwahn2021-08-261-1/+0
|/
* drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart2021-07-281-5/+1
* drm/omapdrm: Remove outdated commentThomas Zimmermann2021-07-151-7/+0
* drm/omapdrm: Track IRQ state in local device stateThomas Zimmermann2021-06-292-3/+5
* drm/omap: Follow implicit fencing in prepare_fbDaniel Vetter2021-06-241-0/+3
* Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-131-4/+4
|\
| * drm/omap: dsi: fix unsigned expression compared with zeroJunlin Yang2021-03-171-3/+4
* | drm/omap: Remove duplicate declarationWan Jiabing2021-03-261-5/+4
* | drm/omap: dsi: Add missing IRQF_ONESHOTYang Li2021-03-261-1/+2
* | drm/omap: fix misleading indentation in pixinc()Arnd Bergmann2021-03-261-3/+2
* | drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-2/+4
* | drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+2
* | drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-10/+11