summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-07drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90FHans de Goede1-0/+13
2022-12-06drm/gud: Enable synchronous flushing by defaultNoralf Trønnes1-8/+4
2022-12-06drm/gud: Use the shadow plane helperNoralf Trønnes3-26/+57
2022-12-06drm/gud: Prepare buffer for CPU access in gud_flush_work()Noralf Trønnes1-34/+33
2022-12-06drm/gud: Split up gud_flush_work()Noralf Trønnes1-25/+31
2022-12-06drm/gud: Don't retry a failed framebuffer flushNoralf Trønnes1-40/+8
2022-12-06drm/gud: Fix UBSAN warningNoralf Trønnes1-2/+2
2022-12-06drm/ttm: use ttm_bo_wait_ctx instead of ttm_bo_waitChristian König1-2/+2
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König55-556/+409
2022-12-06drm/ttm: use per BO cleanup workersChristian König8-111/+57
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König6-46/+3
2022-12-05drm/mipi-dbi: Move drm_dev_{enter, exit}() out from fb_dirty functionsThomas Zimmermann3-18/+21
2022-12-05drm/mipi-dbi: Use shadow-plane mappingsThomas Zimmermann3-44/+13
2022-12-05drm/mipi-dbi: Support shadow-plane stateThomas Zimmermann4-1/+110
2022-12-05drm/mipi-dbi: Prepare framebuffer copy operation in pipe-update helpersThomas Zimmermann4-47/+75
2022-12-05drm/mipi-dbi: Initialize default driver functions with macroThomas Zimmermann9-32/+24
2022-12-05drm/st7586: Call MIPI DBI mode_valid helperThomas Zimmermann1-0/+1
2022-12-05drm/ili9225: Call MIPI DBI mode_valid helperThomas Zimmermann1-0/+1
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann7-39/+6
2022-12-01drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson1-1/+1
2022-12-01drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson1-2/+2
2022-12-01drm/vc4: dpi: Support BGR666 formatsJoerg Quinten1-0/+6
2022-12-01drm/vc4: dpi: Support RGB565 formatChris Morgan1-0/+4
2022-12-01media: uapi: add MEDIA_BUS_FMT_BGR666_1X24_CPADHIJoerg Quinten2-1/+39
2022-12-01media: uapi: add MEDIA_BUS_FMT_BGR666_1X18Joerg Quinten2-1/+39
2022-12-01media: uapi: add MEDIA_BUS_FMT_RGB565_1X24_CPADHIChris Morgan2-1/+39
2022-12-01drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard1-0/+1
2022-12-01drm/modes: Use strscpy() to copy command-line mode nameMaxime Ripard1-1/+1
2022-12-01drm/doc: Fix title underline lengthMaxime Ripard1-1/+1
2022-12-01drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()Matti Vaittinen1-20/+3
2022-12-01drm/bridge: sii902x: Use devm_regulator_bulk_get_enable()Matti Vaittinen1-22/+4
2022-11-30drm/vkms: change min cursor size to accept smaller valuesAlaa Emad1-2/+2
2022-11-30drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can1-1/+2
2022-11-30drm/vkms: Fix memory leak in vkms_init()Yuan Can1-1/+6
2022-11-30drm/panel-samsung-atna33xc20: Extend autosuspend delayDrew Davenport1-1/+1
2022-11-30drm/bridge/parade-ps8640: Extend autosuspendDrew Davenport1-2/+2
2022-11-30drm/panel-simple: Use ktime_get_boottime for delaysDrew Davenport1-3/+3
2022-11-30drm/panel-samsung-atna33xc20: Use ktime_get_boottime for delaysDrew Davenport1-4/+4
2022-11-30drm/panel-edp: Use ktime_get_boottime for delaysDrew Davenport1-4/+4
2022-11-30drm/bridge: ti-sn65dsi86: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-29drm/bridge: megachips: Fix error handling in i2c_register_driver()Yuan Can1-1/+5
2022-11-29drm/audio: make drm_audio_component.h self-containedJani Nikula1-0/+3
2022-11-28drm/tests: helpers: Add missing exportMaxime Ripard1-0/+1
2022-11-28drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()Shang XiaoJing1-1/+1
2022-11-28drm/vc4: crtc: Provide a CRTC nameMaxime Ripard3-1/+12
2022-11-28drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard3-13/+17
2022-11-28drm/vc4: txp: Initialise the CRTC before the encoder and connectorMaxime Ripard1-5/+5
2022-11-28drm/vc4: Add TXP encoder typeMaxime Ripard2-10/+21
2022-11-28drm/vc4: txp: Reorder the variable assignmentsMaxime Ripard1-9/+6
2022-11-28drm/vc4: kms: Sort the CRTCs by output before assigning themMaxime Ripard1-33/+76