summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mcde
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/mcde: Rename flow functionLinus Walleij2020-08-131-2/+2
* Merge tag 'v5.8' into drm-nextDave Airlie2020-08-111-3/+8
|\
| * drm/mcde: Fix stability issueLinus Walleij2020-07-261-3/+8
* | Merge v5.8-rc6 into drm-nextDave Airlie2020-07-242-2/+3
|\|
| * drm: mcde: Fix forgotten user of drm->dev_privateLinus Walleij2020-06-161-1/+1
| * drm: mcde: Fix display initialization problemLinus Walleij2020-06-161-1/+2
* | drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-7/+1
* | drm/mcde: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* | drm/mcde: Use mode->clock instead of reverse calculating it from the vrefreshVille Syrjälä2020-05-271-2/+1
* | drm: Nuke mode->vrefreshVille Syrjälä2020-05-271-3/+3
|/
* drm/mcde: dsi: Fix return value check in mcde_dsi_bind()Wei Yongjun2020-05-121-4/+3
* drm/mcde: Don't use drm_device->dev_privateDaniel Vetter2020-04-284-10/+10
* drm/mcde: Use devm_drm_dev_allocDaniel Vetter2020-04-281-11/+4
* drm/mcde: More devm_drm_dev_initDaniel Vetter2020-03-261-6/+3
* drm/mcde: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-261-14/+6
* drm: Garbage collect drm_dev_finiDaniel Vetter2020-03-261-1/+0
* drm/mcde: Use drmm_add_final_kfreeDaniel Vetter2020-03-261-3/+2
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-2/+3
* drm/mcde: Fix Sphinx formattingJonathan Neuschäfer2020-02-141-4/+5
* Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-032-48/+192
|\