summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mcde/mcde_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-1/+1
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-3/+3
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter2021-06-241-1/+0
* 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
* 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-241-34/+270
* drm/mcde: Break out DSI set-up routineLinus Walleij2020-11-241-60/+75
* drm/mcde: Fix RGB/BGR bugLinus Walleij2020-11-241-12/+11
* drm/mcde: Enable the DSI link with displayLinus Walleij2020-08-131-8/+28
* drm/mcde: Fix display pipeline restartLinus Walleij2020-08-131-0/+41
* drm/mcde: Improve pixel fetcher FIFO depth settingLinus Walleij2020-08-131-4/+30
* drm/mcde: Fix display data flow controlLinus Walleij2020-08-131-41/+72
* drm/mcde: Rename flow functionLinus Walleij2020-08-131-2/+2
* drm/mcde: Fix stability issueLinus Walleij2020-07-261-3/+8
* drm: mcde: Fix forgotten user of drm->dev_privateLinus Walleij2020-06-161-1/+1
* drm/mcde: Don't use drm_device->dev_privateDaniel Vetter2020-04-281-5/+5
* drm/mcde: Handle pending vblank while disabling displayStephan Gerhold2019-11-091-0/+10
* drm/mcde: Fix frame sync setup for video mode panelsStephan Gerhold2019-11-091-14/+18
* drm/mcde: Provide vblank handling unconditionallyStephan Gerhold2019-11-091-10/+5
* drm/mcde: Fix an uninitialized variableDan Carpenter2019-06-131-1/+1
* drm/mcde: Fix compile problemsSam Ravnborg2019-05-261-1/+1
* drm/mcde: Add new driver for ST-Ericsson MCDELinus Walleij2019-05-241-0/+1142