summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90FHans de Goede2022-12-071-0/+13
* drm/gud: Enable synchronous flushing by defaultNoralf Trønnes2022-12-061-8/+4
* drm/gud: Use the shadow plane helperNoralf Trønnes2022-12-063-26/+57
* drm/gud: Prepare buffer for CPU access in gud_flush_work()Noralf Trønnes2022-12-061-34/+33
* drm/gud: Split up gud_flush_work()Noralf Trønnes2022-12-061-25/+31
* drm/gud: Don't retry a failed framebuffer flushNoralf Trønnes2022-12-061-40/+8
* drm/gud: Fix UBSAN warningNoralf Trønnes2022-12-061-2/+2
* drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König2022-12-061-2/+2
* drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-0650-68/+240
* drm/ttm: use per BO cleanup workersChristian König2022-12-066-92/+51
* drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-065-30/+3
* drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann2022-12-053-18/+21
* drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann2022-12-053-44/+13
* drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann2022-12-053-0/+95
* drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann2022-12-053-45/+71
* drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann2022-12-058-32/+8
* drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann2022-12-051-0/+1
* drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann2022-12-051-0/+1
* drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann2022-12-054-33/+2
* drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson2022-12-011-1/+1
* drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson2022-12-011-2/+2
* drm/vc4: dpi: Support BGR666 formatsJoerg Quinten2022-12-011-0/+6
* drm/vc4: dpi: Support RGB565 formatChris Morgan2022-12-011-0/+4
* drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard2022-12-011-0/+1
* drm/modes: Use strscpy() to copy command-line mode nameMaxime Ripard2022-12-011-1/+1
* drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()Matti Vaittinen2022-12-011-20/+3
* drm/bridge: sii902x: Use devm_regulator_bulk_get_enable()Matti Vaittinen2022-12-011-22/+4
* drm/vkms: change min cursor size to accept smaller valuesAlaa Emad2022-11-301-2/+2
* drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can2022-11-301-1/+2
* drm/vkms: Fix memory leak in vkms_init()Yuan Can2022-11-301-1/+6
* drm/panel-samsung-atna33xc20: Extend autosuspend delayDrew Davenport2022-11-291-1/+1
* drm/bridge/parade-ps8640: Extend autosuspendDrew Davenport2022-11-291-2/+2
* drm/panel-simple: Use ktime_get_boottime for delaysDrew Davenport2022-11-291-3/+3
* drm/panel-samsung-atna33xc20: Use ktime_get_boottime for delaysDrew Davenport2022-11-291-4/+4
* drm/panel-edp: Use ktime_get_boottime for delaysDrew Davenport2022-11-291-4/+4
* drm/bridge: ti-sn65dsi86: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-291-3/+2
* drm/bridge: megachips: Fix error handling in i2c_register_driver()Yuan Can2022-11-291-1/+5
* drm/tests: helpers: Add missing exportMaxime Ripard2022-11-281-0/+1
* drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()Shang XiaoJing2022-11-281-1/+1
* drm/vc4: crtc: Provide a CRTC nameMaxime Ripard2022-11-283-1/+12
* drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard2022-11-283-13/+17
* drm/vc4: txp: Initialise the CRTC before the encoder and connectorMaxime Ripard2022-11-281-5/+5
* drm/vc4: Add TXP encoder typeMaxime Ripard2022-11-282-10/+21
* drm/vc4: txp: Reorder the variable assignmentsMaxime Ripard2022-11-281-9/+6
* drm/vc4: kms: Sort the CRTCs by output before assigning themMaxime Ripard2022-11-281-33/+76
* drm/vc4: kms: Constify the HVS old/new state helpersMaxime Ripard2022-11-281-2/+2
* drm/vc4: Constify container_of wrappersMaxime Ripard2022-11-281-8/+8
* drm/atomic: Constify the old/new state accessorsMaxime Ripard2022-11-281-6/+6
* drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXCGeert Uytterhoeven2022-11-251-0/+1
* drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXCGeert Uytterhoeven2022-11-251-0/+1