summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/bridge: nxp-ptn3460: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: megachips: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-6/+4
* drm/bridge: lt9611uxc: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: lt9611: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: lt9211: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: lt8912b: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: it66121: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: it6505: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: icn6211: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: anx7625: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge/analogix/anx78xx: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge/analogix/anx6345: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-091-3/+2
* drm/bridge: lt8912b: Add hot plug detectionStefan Eichenberger2022-12-081-2/+19
* drm/bridge: chrontel-ch7033: Convert to i2c's .probe_new()Uwe Kleine-König2022-12-081-3/+2
* drm/gud: Fix missing includeNoralf Trønnes2022-12-081-0/+1
* drm/bridge: Document the expected behaviour of DSI host controllersDave Stevenson2022-12-081-0/+39
* drm/panel: Add prepare_prev_first flag to drm_panelDave Stevenson2022-12-081-0/+2
* drm/bridge: Introduce pre_enable_prev_first to alter bridge init orderDave Stevenson2022-12-081-24/+121
* drm/bridge: Drop unused drm_bridge_chain functionsSam Ravnborg2022-12-081-110/+0
* drm/mediatek: dp: Replace usage of drm_bridge_chain_ functionsDave Stevenson2022-12-081-2/+2
* drm/bridge: ps8640: Use atomic variants of drm_bridge_funcsSam Ravnborg2022-12-081-6/+12
* drm/vc4: tests: Add unit test suite for the PV muxingMaxime Ripard2022-12-084-9/+1091
* drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard2022-12-087-13/+81
* drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard2022-12-0812-13/+511
* drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard2022-12-082-30/+44
* drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard2022-12-082-16/+17
* drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard2022-12-082-19/+57
* drm/vc4: Move HVS state to main headerMaxime Ripard2022-12-082-22/+26
* drm/tests: Add a test for DRM managed actionsMaxime Ripard2022-12-082-0/+72
* drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard2022-12-081-10/+5
* drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard2022-12-084-36/+18
* drm/tests: helpers: Make sure the device is boundMaxime Ripard2022-12-081-1/+25
* drm/tests: helpers: Switch to a platform_deviceMaxime Ripard2022-12-081-2/+14
* drm/tests: helpers: Create the device in another functionMaxime Ripard2022-12-084-26/+73
* drm/tests: helpers: Remove the name parameterMaxime Ripard2022-12-084-9/+7
* drm/tests: helpers: Rename the device init helperMaxime Ripard2022-12-084-7/+12
* drm/tests: helpers: Switch to EXPORT_SYMBOL_GPLMaxime Ripard2022-12-081-1/+1
* drm/tests: helpers: Document drm_kunit_device_init()Maxime Ripard2022-12-081-0/+17
* drm/tests: Introduce a config option for the KUnit helpersMaxime Ripard2022-12-083-2/+11
* drm/tests: helpers: Move the helper header to include/drmMaxime Ripard2022-12-085-19/+4
* drm: panel-orientation-quirks: Add quirk for DynaBook K50Allen Ballway2022-12-071-7/+13
* 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