dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-08 06:17:49 to 2023-03-08 19:37:42 UTC [more...]

[PATCH RFC 00/18] Rust DRM subsystem abstractions (& preview AGX driver)
 2023-03-08 19:37 UTC  (33+ messages)
` [PATCH RFC 01/18] rust: drm: ioctl: Add DRM ioctl abstraction
` [PATCH RFC 02/18] rust: drm: Add Device and Driver abstractions
` [PATCH RFC 06/18] rust: drm: gem: shmem: Add DRM shmem helper abstraction
` [PATCH RFC 10/18] drm/scheduler: Add can_run_job callback
` [PATCH RFC 11/18] drm/scheduler: Clean up jobs when the scheduler is torn down

[PATCH v4 01/12] dt-bindings: gpu: mali-bifrost: Split out MediaTek power-domains variation
 2023-03-08 19:03 UTC  (8+ messages)
` [PATCH v4 02/12] dt-bindings: gpu: mali-bifrost: Set power-domains maxItems to 5
` [PATCH v4 03/12] dt-bindings: gpu: mali-bifrost: Fix power-domain-names validation
` [PATCH v4 06/12] dt-bindings: gpu: mali-bifrost: Add support for MediaTek MT8186

[PATCH v3 00/10] Fix DSI host idx detection on HW revision clash
 2023-03-08 18:51 UTC  (3+ messages)
` [PATCH v3 09/10] dt-bindings: display/msm: dsi-controller-main: Add SM6115

[PATCH] dt-bindings: yamllint: Require a space after a comment '#'
 2023-03-08 18:11 UTC  (2+ messages)

[PATCH] drm/bridge: adv7511: fix race condition bug in adv7511_remove due to unfinished work
 2023-03-08 17:34 UTC 

[PATCH] drm/amdkfd: fix a potential double free in pqm_create_queue
 2023-03-08 17:42 UTC  (2+ messages)

[PATCH] gpu: host1x: fix uninitialized variable use
 2023-03-08 17:28 UTC  (4+ messages)

[PATCH v2 00/10] drm/i915: move DSC RC tables to drm_dsc_helper.c
 2023-03-08 16:50 UTC  (6+ messages)
` [PATCH v2 06/10] drm/display/dsc: split DSC 1.2 and DSC 1.1 (pre-SCR) parameters

[PATCH 1/2] drm/vc4: Fix build error with undefined label
 2023-03-08 16:43 UTC  (7+ messages)

[PATCH v16 00/16] drm: Add Samsung MIPI DSIM bridge
 2023-03-08 16:39 UTC  (17+ messages)
` [PATCH v16 01/16] drm: exynos: dsi: Drop explicit call to bridge detach
` [PATCH v16 02/16] drm: exynos: dsi: Lookup OF-graph or Child node devices
` [PATCH v16 03/16] drm: exynos: dsi: Mark PHY as optional
` [PATCH v16 04/16] drm: exynos: dsi: Add platform PLL_P (PMS_P) offset
` [PATCH v16 05/16] drm: exynos: dsi: Introduce hw_type platform data
` [PATCH v16 06/16] drm: exynos: dsi: Handle proper host initialization
` [PATCH v16 07/16] drm: exynos: dsi: Add atomic check
` [PATCH v16 08/16] drm: exynos: dsi: Add input_bus_flags
` [PATCH v16 09/16] drm: exynos: dsi: Add atomic_get_input_bus_fmts
` [PATCH v16 10/16] drm: exynos: dsi: Consolidate component and bridge
` [PATCH v16 11/16] drm: exynos: dsi: Add host helper for te_irq_handler
` [PATCH v16 12/16] drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridge
` [PATCH v16 13/16] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano support
` [PATCH v16 14/16] drm: bridge: samsung-dsim: Add "
` [PATCH v16 15/16] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Plus support
` [PATCH v16 16/16] drm: bridge: samsung-dsim: Add "

[PATCH] drm/format_helper: Add Kunit tests for drm_fb_xrgb8888_to_mono()
 2023-03-08 16:32 UTC  (6+ messages)

[PATCH 1/2] drm/amdgpu: add flag to enable/disable poll in suspend/resume path
 2023-03-08 16:28 UTC  (2+ messages)

[PATCH 00/99] fbdev: Fix memory leak in option parsing
 2023-03-08 16:26 UTC  (5+ messages)
` [PATCH 22/99] fbdev/fsl-diu-fb: Duplicate video-mode option string

[PATCH v10 00/15] dma-fence: Deadline awareness
 2023-03-08 15:53 UTC  (16+ messages)
` [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness
` [PATCH v10 02/15] dma-buf/fence-array: Add fence deadline support
` [PATCH v10 03/15] dma-buf/fence-chain: "
` [PATCH v10 04/15] dma-buf/dma-resv: Add a way to set fence deadline
` [PATCH v10 05/15] dma-buf/sync_file: Surface sync-file uABI
` [PATCH v10 06/15] dma-buf/sync_file: Add SET_DEADLINE ioctl
` [PATCH v10 07/15] dma-buf/sw_sync: Add fence deadline support
` [PATCH v10 08/15] drm/scheduler: "
` [PATCH v10 09/15] drm/syncobj: Add deadline support for syncobj waits
` [PATCH v10 10/15] drm/vblank: Add helper to get next vblank time
` [PATCH v10 11/15] drm/atomic-helper: Set fence deadline for vblank
` [PATCH v10 12/15] drm/msm: Add deadline based boost support
` [PATCH v10 13/15] drm/msm: Add wait-boost support
` [PATCH v10 14/15] drm/msm/atomic: Switch to vblank_start helper
` [PATCH v10 15/15] drm/i915: Add deadline based boost support

[PATCH] drm/amd/display: remove unused variable available
 2023-03-08 15:40 UTC  (2+ messages)

[PATCH] drm/amd/display: remove unused variable res_pool
 2023-03-08 15:39 UTC  (2+ messages)

[PATCH v5 0/4] drm/i915: add guard page to ggtt->error_capture
 2023-03-08 15:39 UTC  (5+ messages)
` [PATCH v5 1/4] drm/i915/gt: make nop_clear_range public
` [PATCH v5 2/4] drm/i915/display: use nop_clear_range instead of local function
` [PATCH v5 3/4] drm/i915/selftests: "
` [PATCH v5 4/4] drm/i915: add guard page to ggtt->error_capture

[PATCH v7 RESEND 0/3] drm/mediatek: Add support for 10-bit overlays
 2023-03-08 15:33 UTC  (4+ messages)
` [PATCH v7 RESEND 1/3] drm/mediatek: Refactor pixel format logic
` [PATCH v7 RESEND 2/3] drm/mediatek: Add support for AR30 and BA30 overlays
` [PATCH v7 RESEND 3/3] drm/mediatek: Enable AR30 and BA30 overlays on MT8195

[PATCH v13 00/10] Register Type-C mode-switch in DP bridge endpoints
 2023-03-08 15:31 UTC  (17+ messages)
` [PATCH v13 01/10] device property: Add remote endpoint to devcon matcher
` [PATCH v13 03/10] drm/display: Add Type-C switch helpers
` [PATCH v13 05/10] drm/bridge: anx7625: Check for Type-C during panel registration
` [PATCH v13 07/10] drm/bridge: anx7625: Register Type C mode switches
` [PATCH v13 10/10] drm/bridge: it6505: "

[PATCH] drm/amdgpu: Drop redundant pci_enable_pcie_error_reporting()
 2023-03-08 14:53 UTC  (2+ messages)

[PATCH] drm/amd/display: add prefix to amdgpu_dm_crtc.h functions
 2023-03-08 14:49 UTC  (2+ messages)

[6.3][regression] commit a4e771729a51168bc36317effaa9962e336d4f5e lead to flood kernel logs with warning messages "at kernel/workqueue.c:3167 __flush_work+0x472/0x500"
 2023-03-08 14:46 UTC  (2+ messages)

[PATCH] drm/xe/display: Do not use i915 frontbuffer tracking implementation
 2023-03-08 14:36 UTC  (8+ messages)
` [Intel-xe] "
    ` [Intel-gfx] "

[PATCH] dt-bindings: Fix SPI and I2C bus node names in examples
 2023-03-08 14:10 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: display: panel: Add Novatek NT36523 bindings
 2023-03-08 13:37 UTC  (6+ messages)
` [PATCH v3 2/2] drm/panel: Add driver for Novatek NT36523

[PULL] drm-intel-next
 2023-03-08 13:24 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v4 1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64
 2023-03-08 13:07 UTC 

[PATCH 2/2] drm/probe_helper: warning on poll_enabled for issue catching
 2023-03-08 13:06 UTC  (2+ messages)

[PATCH 0/7] Enable YCbCr420 format for VDSC
 2023-03-08 12:47 UTC  (16+ messages)
` [PATCH 1/7] drm/dp_helper: Add helper to check DSC support with given o/p format
` [PATCH 2/7] drm/i915/dp: Check if DSC supports the given output_format
` [PATCH 3/7] drm/i915: Adding the new registers for DSC
    ` [Intel-gfx] "
` [PATCH 4/7] drm/i915: Enable YCbCr420 for VDSC
` [PATCH 6/7] drm/i915/vdsc: Check slice design requirement

[PATCH] habanalabs: Drop redundant pci_enable_pcie_error_reporting()
 2023-03-08 12:36 UTC  (2+ messages)

[regression] RPI4B drm vc4: no crtc or sizes since 5.17 (works in 5.16; and still broken in at least 6.1)
 2023-03-08 12:35 UTC  (4+ messages)

[PATCH v3 0/7] drm/bridge_connector: perform HPD enablement automatically
 2023-03-08 12:35 UTC  (4+ messages)
` [PATCH v3 5/7] drm/msm/hdmi: stop using drm_bridge_connector_en/disable_hpd()

[PATCH 00/13] backlight: Convert to platform remove callback returning void
 2023-03-08 12:04 UTC  (16+ messages)
` [PATCH 01/13] backlight: aat2870_bl: "
` [PATCH 02/13] backlight: adp5520_bl: "
` [PATCH 03/13] backlight: cr_bllcd: "
` [PATCH 04/13] backlight: da9052_bl: "
` [PATCH 05/13] backlight: hp680_bl: "
` [PATCH 06/13] backlight: led_bl: "
` [PATCH 07/13] backlight: lm3533_bl: "
` [PATCH 08/13] backlight: lp8788_bl: "
` [PATCH 09/13] backlight: mt6370-backlight: "
` [PATCH 10/13] backlight: pwm_bl: "
` [PATCH 11/13] backlight: qcom-wled: "
` [PATCH 12/13] backlight: rt4831-backlight: "
` [PATCH 13/13] backlight: sky81452-backlight: "

[PATCH 5/7] drm/i915/display: Fill in native_420 field
 2023-03-08 11:21 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 1/2] dt-bindings: display: panel: Add Novatek NT36523 bindings
 2023-03-08 11:04 UTC  (5+ messages)
` [PATCH v2 2/2] drm/panel: Add driver for Novatek NT36523

[PATCH v2 0/2] Add support for Lenovo NT36523W BOE panel
 2023-03-08 11:03 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: display/panel: Add "
` [PATCH v2 2/2] gpu/drm/panel: "

[PATCH] fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()
 2023-03-08 10:54 UTC  (5+ messages)

[PATCH 0/2] drm/i915/pmu: Freq sampling: Fix requested freq fallback
 2023-03-08 10:52 UTC  (9+ messages)
` [PATCH 1/2] drm/i915/pmu: Use only freq bits for falling back to requested freq
` [PATCH 2/2] drm/i915/pmu: Use correct requested freq for SLPC

[PATCH v2] fbdev: Fix incorrect page mapping clearance at fb_deferred_io_release()
 2023-03-08 10:50 UTC 

[RFC] drm/amd/display: Pass proper parent for DM backlight device registration
 2023-03-08 10:42 UTC  (2+ messages)

[PATCH 00/11] tree-wide: remove support for Renesas R-Car H3 ES1
 2023-03-08 10:11 UTC  (3+ messages)
` [PATCH 02/11] drm: rcar-du: remove R-Car H3 ES1.* workarounds

[PATCH v6 0/4] drm/rockchip: dw_hdmi: Add 4k@30 support
 2023-03-08 10:06 UTC  (4+ messages)
` [PATCH v6 1/4] drm/rockchip: vop: limit maximium resolution to hardware capabilities

[PATCH] drm/msm: Initialize mode_config earlier
 2023-03-08  9:58 UTC  (11+ messages)

[PATCH v4 0/5] Fix error propagation amongst request
 2023-03-08  9:41 UTC  (6+ messages)
` [PATCH v4 1/5] drm/i915: Throttle for ringspace prior to taking the timeline mutex
` [PATCH v4 2/5] drm/i915/gt: Add intel_context_timeline_is_locked helper
` [PATCH v4 3/5] drm/i915: Create the locked version of the request create
` [PATCH v4 4/5] drm/i915: Create the locked version of the request add
` [PATCH v4 5/5] drm/i915/gt: Make sure that errors are propagated through request chains

[PATCH v3 00/17] Enable Colorspace connector property in amdgpu
 2023-03-08  9:38 UTC  (16+ messages)
` [PATCH v3 02/17] drm/connector: Add enum documentation to drm_colorspace
` [PATCH v3 03/17] drm/connector: Deprecate split for BT.2020 in drm_colorspace enum
` [PATCH v3 05/17] drm/connector: Use common colorspace_names array
` [PATCH v3 06/17] drm/connector: Print connector colorspace in state debugfs
` [PATCH v3 09/17] drm/amd/display: Register Colorspace property for DP and HDMI
` [PATCH v3 14/17] drm/amd/display: Add debugfs for testing output colorspace
` [PATCH v3 15/17] drm/amd/display: Add default case for output_color_space switch

[PATCH] MAINTAINERS: orphan SIS FRAMEBUFFER DRIVER
 2023-03-08  9:38 UTC  (3+ messages)

[PATCH v2 0/7] drm/ttm: Small fixes / cleanups in prep for shrinking
 2023-03-08  9:22 UTC  (13+ messages)
` [PATCH v2 2/7] drm/ttm/pool: Fix ttm_pool_alloc error path
` [PATCH v2 3/7] drm/ttm: Use the BIT macro for the TTM_TT_FLAGs
` [PATCH v2 4/7] drm/ttm: Unexport ttm_global_swapout()
` [PATCH v2 5/7] drm/ttm: Don't print error message if eviction was interrupted
` [PATCH v2 6/7] drm/ttm: Reduce the number of used allocation orders for TTM pages

Common DRM execution context v3
 2023-03-08  9:10 UTC  (4+ messages)
` [PATCH 9/9] drm: move ttm_execbuf_util into vmwgfx

[PATCH v3 01/17] drm/connector: Convert DRM_MODE_COLORIMETRY to enum
 2023-03-08  8:21 UTC  (3+ messages)
` [PATCH v4 "

[PATCH] drm/amd/display: remove legacy fields of dc_plane_cap struct
 2023-03-07 22:53 UTC 

[PATCH 01/10] Revert "drm/msm: Add missing check and destroy for alloc_ordered_workqueue"
 2023-03-08  7:41 UTC  (2+ messages)

[BUG 6.3-rc1] Bad lock in ttm_bo_delayed_delete()
 2023-03-08  6:17 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).