summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)AuthorFilesLines
2022-11-11drm: Assert held reservation lock for dma-buf mmappingDmitry Osipenko1-0/+2
2022-11-05drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann1-1/+1
2022-11-05drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann1-1/+1
2022-11-05drm/fb_helper: Rename field fbdev to info in struct drm_fb_helperThomas Zimmermann1-1/+1
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin1-2/+0
2022-10-18drm/omapdrm: Prepare to dynamic dma-buf locking specificationDmitry Osipenko1-2/+2
2022-09-09drm/omap: dmm_tiler:Remove the print function dev_err()ye xingchen1-3/+1
2022-09-09drm/omap: dss: Fix refcount leak bugsLiang He1-0/+3
2022-09-09drm: omapdrm: dss: replace ternary operator with max()Guo Zhengkui1-1/+1
2022-07-26drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann3-3/+0
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2-0/+2
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä4-0/+4
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2-0/+2
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-7/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+1
2022-03-28drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILERIvaylo Dimitrov1-4/+8
2022-03-28drm: omapdrm: Support exporting of non-contiguous GEM BOsIvaylo Dimitrov3-60/+73
2022-03-28drm: omapdrm: simplify omap_gem_pinIvaylo Dimitrov1-33/+42
2022-03-08drm/omap: fix NULL but dereferenced coccicheck errorWan Jiabing1-1/+1
2022-02-25drm/omap: plane: Remove redundant color encoding and range initialisationMaxime Ripard1-3/+0
2022-02-25drm/omap: plane: Remove redundant zpos initialisationMaxime Ripard1-7/+0
2022-02-25drm/omap: plane: Fix zpos initial value mismatchMaxime Ripard1-1/+11
2022-02-25drm/omap: dss: Make use of the helper component_compare_devYong Wu1-7/+1
2022-01-27drm/omap: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-06drm: omapdrm: Fix implicit dma_buf fencingIvaylo Dimitrov1-0/+1
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann4-8/+8
2021-12-08drm/omap: Add a 'right overlay' to plane stateBenoit Parrot7-12/+267
2021-12-08drm/omap: add plane_atomic_print_state supportBenoit Parrot1-0/+14
2021-12-08drm/omap: dynamically assign hw overlays to planesBenoit Parrot4-23/+220
2021-12-08drm/omap: Add global state as a private atomic objectBenoit Parrot2-3/+105
2021-12-08drm/omap: omap_plane: subclass drm_plane_stateBenoit Parrot1-3/+33
2021-12-08drm/omap: introduce omap_hw_overlayBenoit Parrot6-34/+148
2021-12-08drm/omap: Add ovl checking funcs to dispc_opsBenoit Parrot2-2/+10
2021-12-08drm/omap: Add ability to check if requested plane modes can be supportedBenoit Parrot3-0/+38
2021-12-08drm/omap: add sanity plane state checkNeil Armstrong1-0/+15
2021-12-08drm: omapdrm: Export correct scatterlist for TILER backed BOsIvaylo Dimitrov3-30/+85
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+2
2021-11-10drm/omap: increase DSS5 max tv pclk to 192MHzTomi Valkeinen1-1/+1
2021-11-10drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing9-34/+11
2021-11-10drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing4-8/+4
2021-11-10drm/omapdrm: Convert to SPDX identifierCai Huoqing6-62/+6
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+2
2021-10-07drm/omap: Depend on CONFIG_OFLaurent Pinchart1-1/+1
2021-10-07drm/omap: Cast pointer to integer without generating warningLaurent Pinchart1-1/+1
2021-10-07drm/omap: Use correct printk format specifiers for size_tLaurent Pinchart1-2/+2
2021-08-26drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAPLukas Bulwahn1-1/+0
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-5/+1
2021-07-15drm/omapdrm: Remove outdated commentThomas Zimmermann1-7/+0