summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mcde
Commit message (Expand)AuthorAgeFilesLines
* drm/mcde: remove redundant of_match_ptrZhu Wang2023-08-071-1/+1
* drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+1
* drm/mcde: Convert to platform remove callback returning voidUwe Kleine-König2023-06-082-8/+4
* drm/mcde: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* drm/mcde: Do not use dirty GEM FB handlingLinus Walleij2023-03-141-1/+1
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/mcde: Don't set struct drm_driver.lastcloseThomas Zimmermann2022-11-051-1/+0
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-033-5/+5
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-032-5/+5
* drm: Remove linux/i2c.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm/mcde: Fix refcount leak in mcde_dsi_bindMiaoqian Lin2022-06-271-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* Revert "drm: bridge: mcde_dsi: Switch to devm_drm_of_get_bridge"Jagan Teki2022-05-041-6/+38
* Revert "drm: bridge: mcde_dsi: Drop explicit bridge remove"Jagan Teki2022-05-041-0/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-6/+1
|\
| * Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-6/+1
| |\
| | * drm/mcde: Make use of the helper component_compare_devYong Wu2022-02-251-6/+1
* | | drm: bridge: mcde_dsi: Drop explicit bridge removeJagan Teki2022-04-041-1/+0
* | | drm: bridge: mcde_dsi: Switch to devm_drm_of_get_bridgeJagan Teki2022-03-311-38/+6
|/ /
* / drm/mcde: Add support for the nomodeset kernel parameterJavier Martinez Canillas2022-01-271-0/+3
|/
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+0
* drm/mcde: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-072-6/+2
* Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-301-1/+1
|\
| * Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2021-07-271-1/+1
| |\
| * | drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresNicolas Boichat2021-07-271-1/+1
* | | drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart2021-07-281-8/+1
| |/ |/|
* | Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-211-1/+0
|\|
| * drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter2021-06-241-1/+0
* | Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie2021-06-231-1/+1
|\ \ | |/ |/|
| * drm/mcde: Fix off by 10^3 in calculationLinus Walleij2021-06-091-1/+1
* | drm/mcde: Remove redundant error printing in mcde_dsi_probe()Zhen Lei2021-05-221-3/+1
|/
* drm/mcde/panel: Inverse misunderstood flagLinus Walleij2021-03-041-1/+1
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-4/+2
* Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2020-12-157-118/+680
|\
| * drm/mcde: fix masking and bitwise-or on variable valColin Ian King2020-11-251-1/+1
| * drm/mcde: Fix uninitialized valueLinus Walleij2020-11-241-1/+1
| * drm/mcde: Support DPI outputLinus Walleij2020-11-247-47/+595
| * drm/mcde: Break out DSI set-up routineLinus Walleij2020-11-241-60/+75
| * drm/mcde: Fix RGB/BGR bugLinus Walleij2020-11-242-14/+13
* | Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-141-3/+3
|\|
| * drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
| * drm/mcde: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-171-2/+2
* | drm/mcde: Fix unbalanced regulatorLinus Walleij2020-11-111-1/+7
|/
* drm/mcde: Retry DSI read/write transactionsLinus Walleij2020-08-151-66/+92
* drm/mcde: Enable the DSI link with displayLinus Walleij2020-08-133-35/+47
* drm/mcde: Fix display pipeline restartLinus Walleij2020-08-134-82/+133
* drm/mcde: Support using DSI in LP modeLinus Walleij2020-08-131-4/+6
* drm/mcde: Improve pixel fetcher FIFO depth settingLinus Walleij2020-08-131-4/+30
* drm/mcde: Fix display data flow controlLinus Walleij2020-08-134-50/+111