summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm/omapdrm: Implement fbdev emulation as in-kernel clientThomas Zimmermann2023-04-063-62/+90
* drm/omapdrm: Remove fbdev from struct omap_drm_privateThomas Zimmermann2023-04-064-12/+6
* drm/omapdrm: Remove bo from struct omap_fbdevThomas Zimmermann2023-04-061-13/+19
* drm/omapdrm: Remove fb from struct omap_fbdevThomas Zimmermann2023-04-061-5/+6
* drm/omapdrm: Include <linux/of.h>Thomas Zimmermann2023-04-061-0/+1
* drm: Drop ARCH_MULTIPLATFORM from dependenciesUwe Kleine-König2023-03-141-1/+1
* Merge tag 'drm-next-2023-03-03-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-03-021-1/+1
|\
| * drm: omapdrm: Do not use helper unininitialized in omap_fbdev_init()Nathan Chancellor2023-02-281-1/+1
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-2/+1
|\ \ | |/ |/|
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+1
* | drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()Thomas Zimmermann2023-02-211-0/+2
* | drm/fb-helper: Initialize fb-helper's preferred BPP in prepare functionThomas Zimmermann2023-01-261-2/+2
* | drm/omap: Fix kernel docsTomi Valkeinen2023-01-172-3/+3
* | drm/omap: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-051-41/+0
* | drm/omap: dsi: Fix excessive stack usageTomi Valkeinen2022-12-161-10/+16
* | drm/omapdrm: Remove unused struct csc_coef_rgb2yuvYuan Can2022-12-161-5/+0
|/
* drm: Assert held reservation lock for dma-buf mmappingDmitry Osipenko2022-11-111-0/+2
* drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* drm/fb_helper: Rename field fbdev to info in struct drm_fb_helperThomas Zimmermann2022-11-051-1/+1
* drm: Remove drm_mode_config::fb_baseZack Rusin2022-10-191-2/+0
* drm/omapdrm: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-181-2/+2
* drm/omap: dmm_tiler:Remove the print function dev_err()ye xingchen2022-09-091-3/+1
* drm/omap: dss: Fix refcount leak bugsLiang He2022-09-091-0/+3
* drm: omapdrm: dss: replace ternary operator with max()Guo Zhengkui2022-09-091-1/+1
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-263-3/+0
* 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