aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mcde (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich3-5/+5
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2-5/+5
2022-07-05drm: Remove linux/i2c.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-27drm/mcde: Fix refcount leak in mcde_dsi_bindMiaoqian Lin1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-04Revert "drm: bridge: mcde_dsi: Switch to devm_drm_of_get_bridge"Jagan Teki1-6/+38
2022-05-04Revert "drm: bridge: mcde_dsi: Drop explicit bridge remove"Jagan Teki1-0/+1
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-6/+1
2022-04-04drm: bridge: mcde_dsi: Drop explicit bridge removeJagan Teki1-1/+0
2022-03-31drm: bridge: mcde_dsi: Switch to devm_drm_of_get_bridgeJagan Teki1-38/+6
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+1
2022-02-25drm/mcde: Make use of the helper component_compare_devYong Wu1-6/+1
2022-01-27drm/mcde: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann1-1/+0
2021-09-07drm/mcde: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2-6/+2
2021-07-30Merge tag 'drm-misc-next-2021-07-29' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-8/+1
2021-07-27Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-1/+1
2021-07-27drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling featuresNicolas Boichat1-1/+1
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+0
2021-06-24drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter1-1/+0
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1-1/+1
2021-06-09drm/mcde: Fix off by 10^3 in calculationLinus Walleij1-1/+1
2021-05-22drm/mcde: Remove redundant error printing in mcde_dsi_probe()Zhen Lei1-3/+1
2021-03-04drm/mcde/panel: Inverse misunderstood flagLinus Walleij1-1/+1
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-4/+2
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter7-118/+680
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+3
2020-11-25drm/mcde: fix masking and bitwise-or on variable valColin Ian King1-1/+1
2020-11-24drm/mcde: Fix uninitialized valueLinus Walleij1-1/+1
2020-11-24drm/mcde: Support DPI outputLinus Walleij7-47/+595
2020-11-24drm/mcde: Break out DSI set-up routineLinus Walleij1-60/+75
2020-11-24drm/mcde: Fix RGB/BGR bugLinus Walleij2-14/+13
2020-11-11drm/mcde: Fix unbalanced regulatorLinus Walleij1-1/+7
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-10-17drm/mcde: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-08-15drm/mcde: Retry DSI read/write transactionsLinus Walleij1-66/+92
2020-08-13drm/mcde: Enable the DSI link with displayLinus Walleij3-35/+47
2020-08-13drm/mcde: Fix display pipeline restartLinus Walleij4-82/+133
2020-08-13drm/mcde: Support using DSI in LP modeLinus Walleij1-4/+6
2020-08-13drm/mcde: Improve pixel fetcher FIFO depth settingLinus Walleij1-4/+30
2020-08-13drm/mcde: Fix display data flow controlLinus Walleij4-50/+111
2020-08-13drm/mcde: Rename flow functionLinus Walleij1-2/+2
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie1-3/+8
2020-07-26drm/mcde: Fix stability issueLinus Walleij1-3/+8
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie2-2/+3
2020-06-16drm: mcde: Fix forgotten user of drm->dev_privateLinus Walleij1-1/+1
2020-06-16drm: mcde: Fix display initialization problemLinus Walleij1-1/+2
2020-06-10drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-7/+1