dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-04 05:49:35 to 2021-10-05 07:07:01 UTC [more...]

[PATCH 00/33] Remaining patches for basic GuC submission
 2021-10-05  7:06 UTC  (4+ messages)
` [PATCH 25/33] drm/i915/guc: Support request cancellation

[PATCH v2] drm/fbdev: Clamp fbdev surface size if too large
 2021-10-05  7:03 UTC 

[PATCH] drm/fbdev: Clamp fbdev surface size if too large
 2021-10-05  6:52 UTC  (3+ messages)

[RFC PATCH] drm: Increase DRM_OBJECT_MAX_PROPERTY by 18
 2021-10-05  6:51 UTC 

[PATCH] DRM: delete DRM IRQ legacy midlayer docs
 2021-10-05  6:47 UTC  (2+ messages)

[PATCH] drm/i915: remove IS_ACTIVE
 2021-10-05  6:19 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH] drm/msm/disp: fix endian bug in debugfs code
 2021-10-05  6:00 UTC  (4+ messages)

[PATCH v2] host1x: bus.c: drop excess kernel-doc entry @key
 2021-10-05  5:37 UTC 

[PATCH] drm/msm/dp: Shorten SETUP timeout
 2021-10-05  2:37 UTC 

[RFC] drm/msm/dp: Add typec_mux implementation
 2021-10-05  2:24 UTC 

[RFC] drm/msm/dp: Allow attaching a drm_panel
 2021-10-05  2:11 UTC  (7+ messages)

linux-next: manual merge of the drm-msm tree with the drm tree
 2021-10-05  2:10 UTC 

[PATCH v5 01/13] drm/ttm: stop calling tt_swapin in vm_access
 2021-10-05  2:05 UTC  (3+ messages)
` [PATCH v5 09/13] drm/i915/ttm: add tt shmem backend
  ` [Intel-gfx] "

[PATCH v1 1/4] dt-bindings: msm: add DT bindings for sc7280
 2021-10-05  1:51 UTC  (7+ messages)
` [PATCH v1 2/4] arm64: dts: qcom: sc7280: add display dt nodes

[PATCH v3 0/5] drm/msm/dp: Support multiple DP instances and add sc8180x
 2021-10-05  1:17 UTC  (5+ messages)
` [PATCH v3 3/5] drm/msm/dp: Support up to 3 DP controllers

[PATCH v3 0/5] drm/msm/dp: Allow variation in register regions
 2021-10-05  1:19 UTC  (4+ messages)
` [PATCH v3 3/5] drm/msm/dp: Refactor ioremap wrapper

[Bug 206349] New: WARNING: dcn20_validate_bandwidth+0x87/0x9e [ amdgpu on 5700 XT ]
 2021-10-05  1:03 UTC  (2+ messages)
` [Bug 206349] "

[PATCH] drm/edid: Fix crash with zero/invalid EDID
 2021-10-05  0:40 UTC  (4+ messages)

[PATCH V4 1/2] dt-bindings: display: bridge: lvds-codec: Document LVDS data mapping select
 2021-10-05  0:22 UTC  (5+ messages)
` [PATCH V4 2/2] drm/bridge: lvds-codec: Add support for "

[PATCH v3 00/14] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2021-10-05  0:03 UTC  (14+ messages)
` [PATCH v3 03/14] drm/hdcp: Update property value on content type and user changes
  ` [Freedreno] "
` [PATCH v3 08/14] drm/msm/dpu_kms: Re-order dpu includes
` [PATCH v3 09/14] drm/msm/dpu: Remove useless checks in dpu_encoder
` [PATCH v3 10/14] drm/msm/dpu: Remove encoder->enable() hack
` [PATCH v3 11/14] drm/msm/dp: Re-order dp_audio_put in deinit_sub_modules
` [PATCH v3 12/14] dt-bindings: msm/dp: Add bindings for HDCP registers

[PATCH v7 0/3] force hsa hbp hfp packets multiple of lanenum to avoid screen shift
 2021-10-04 23:53 UTC  (3+ messages)
` [PATCH v7 1/3] drm/dsi: transer dsi hs packet aligned

[Bug 213201] New: [KAVERI] memory leak - unreferenced object 0xffff8881700cf988 (size 56)
 2021-10-04 23:46 UTC  (2+ messages)
` [Bug 213201] "

[PATCH v2, 0/1] mailbox: cmdq: add instruction time-out interrupt support
 2021-10-04 23:41 UTC  (3+ messages)
` [PATCH v2, 1/1] "

[Bug 214621] New: WARNING: CPU: 3 PID: 521 at drivers/gpu/drm/ttm/ttm_bo.c:409 ttm_bo_release+0xb64/0xe40 [ttm]
 2021-10-04 23:41 UTC  (2+ messages)
` [Bug 214621] "

[PATCH] drm/msm: potential error pointer dereference in init()
 2021-10-04 23:35 UTC  (3+ messages)

[PATCH] drm/msm: Fix potential Oops in a6xx_gmu_rpmh_init()
 2021-10-04 23:32 UTC  (2+ messages)

[PATCH i-g-t v12 00/15] Introduce PXP Test
 2021-10-04 22:39 UTC 

[PATCH 00/26] Parallel submission aka multi-bb execbuf
 2021-10-04 22:06 UTC  (27+ messages)
` [PATCH 01/26] drm/i915/guc: Move GuC guc_id allocation under submission state sub-struct
` [PATCH 02/26] drm/i915/guc: Take GT PM ref when deregistering context
` [PATCH 03/26] drm/i915/guc: Take engine PM when a context is pinned with GuC submission
` [PATCH 04/26] drm/i915/guc: Don't call switch_to_kernel_context "
` [PATCH 05/26] drm/i915: Add logical engine mapping
` [PATCH 06/26] drm/i915: Expose logical engine instance to user
` [PATCH 07/26] drm/i915/guc: Introduce context parent-child relationship
` [PATCH 08/26] drm/i915/guc: Add multi-lrc context registration
` [PATCH 09/26] drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
` [PATCH 10/26] drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_ids
` [PATCH 11/26] drm/i915/guc: Implement parallel context pin / unpin functions
` [PATCH 12/26] drm/i915/guc: Implement multi-lrc submission
` [PATCH 13/26] drm/i915/guc: Insert submit fences between requests in parent-child relationship
` [PATCH 14/26] drm/i915/guc: Implement multi-lrc reset
` [PATCH 15/26] drm/i915/guc: Update debugfs for GuC multi-lrc
` [PATCH 16/26] drm/i915: Fix bug in user proto-context creation that leaked contexts
` [PATCH 17/26] drm/i915/guc: Connect UAPI to GuC multi-lrc interface
` [PATCH 18/26] drm/i915/doc: Update parallel submit doc to point to i915_drm.h
` [PATCH 19/26] drm/i915/guc: Add basic GuC multi-lrc selftest
` [PATCH 20/26] drm/i915/guc: Implement no mid batch preemption for multi-lrc
` [PATCH 21/26] drm/i915: Multi-BB execbuf
` [PATCH 22/26] drm/i915/guc: Handle errors in multi-lrc requests
` [PATCH 23/26] drm/i915: Make request conflict tracking understand parallel submits
` [PATCH 24/26] drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fences
` [PATCH 25/26] drm/i915: Enable multi-bb execbuf
` [PATCH 26/26] drm/i915/execlists: Weak parallel submission support for execlists

[PATCH 01/16] Revert "drm: cleanup: remove drm_modeset_(un)lock_all()"
 2021-10-04 20:31 UTC  (5+ messages)
` [PATCH 15/16] Revert "drm/i915: cleanup: drm_modeset_lock_all_ctx() --> DRM_MODESET_LOCK_ALL_BEGIN()"

[PULL] drm-intel-next
 2021-10-04 19:01 UTC 

[PATCH 00/10] backlight: qcom-wled: fix and solidify handling of enabled-strings
 2021-10-04 19:27 UTC  (11+ messages)
` [PATCH 01/10] backlight: qcom-wled: Pass number of elements to read to read_u32_array
` [PATCH 02/10] backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion
` [PATCH 03/10] backlight: qcom-wled: Override num-strings when enabled-strings is set
` [PATCH 04/10] backlight: qcom-wled: Validate enabled string indices in DT
` [PATCH 05/10] backlight: qcom-wled: Fix off-by-one maximum with default num_strings
` [PATCH 06/10] backlight: qcom-wled: Remove unnecessary 4th default string in wled3
` [PATCH 07/10] backlight: qcom-wled: Provide enabled_strings default for wled 4 and 5
` [PATCH 08/10] backlight: qcom-wled: Remove unnecessary double whitespace
` [PATCH 09/10] backlight: qcom-wled: Consistently use enabled-strings in set_brightness
` [PATCH 10/10] backlight: qcom-wled: Consider enabled_strings in autodetection

[PATCH 00/10] drm: Add privacy-screen class and connector properties
 2021-10-04 18:48 UTC  (10+ messages)
` [PATCH 05/10] drm/connector: Add a drm_connector privacy-screen helper functions (v2)
` [PATCH 09/10] drm/i915: Add intel_modeset_probe_defer() helper
` [PATCH 10/10] drm/i915: Add privacy-screen support (v2)

[PATCH v2] drm/i915: Clean up disabled warnings
 2021-10-04 17:43 UTC  (2+ messages)

[PATCH v3 0/3] MSM8953 MDP/DSI PHY enablement
 2021-10-04 18:29 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: msm: dsi: Add MSM8953 dsi phy

[PATCH 0/6] *** Add AST2600 GFX node ***
 2021-10-04 18:24 UTC  (3+ messages)
` [PATCH 6/6] dt-bindings: gpu: Add ASPEED GFX bindings document

[PATCH] dt-bindings: display: simple: hardware can use ddc-i2c-bus
 2021-10-04 18:18 UTC  (2+ messages)

[PATCH v3 0/2] Add support for Sharp LS060T1SX01 panel
 2021-10-04 17:55 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: add bindings for the "

[PATCH 2/2] dt-bindings: panel-simple-dsi: add JDI R63452 panel bindings
 2021-10-04 17:51 UTC  (2+ messages)

[PATCH net-next 0/5] brcm ASP 2.0 Ethernet controller
 2021-10-04 17:50 UTC  (3+ messages)
` [PATCH net-next 2/5] dt-bindings: net: brcm, unimac-mdio: Add asp-v2.0
  ` [PATCH net-next 2/5] dt-bindings: net: brcm,unimac-mdio: "

[PATCH v5 00/15] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-10-04 17:13 UTC  (5+ messages)
` [PATCH v5 02/15] drm/edid: Break out reading block 0 of the EDID

[PATCH] dt-bindings: drm/bridge: ti-sn65dsi86: Fix reg value
 2021-10-04 17:02 UTC  (2+ messages)

[PATCH] drm/msm/a6xx: Serialize GMU communication
 2021-10-04 16:18 UTC  (2+ messages)

[PATCH v13 00/35] NVIDIA Tegra power management patches for 5.16
 2021-10-04 15:57 UTC  (12+ messages)
` [PATCH v13 01/35] opp: Change type of dev_pm_opp_attach_genpd(names) argument
` [PATCH v13 13/35] drm/tegra: gr2d: Support generic power domain and runtime PM

[PATCH] drm/i915/pmu: Connect engine busyness stats from GuC to pmu
 2021-10-04 15:21 UTC  (2+ messages)

Lockdep spalt on killing a processes
 2021-10-04 15:27 UTC  (4+ messages)

[RFC v2 0/8] CPU + GPU synchronised priority scheduling
 2021-10-04 14:36 UTC  (9+ messages)
` [RFC 1/8] sched: Add nice value change notifier
` [RFC 2/8] drm/i915: Explicitly track DRM clients
` [RFC 3/8] drm/i915: Make GEM contexts "
` [RFC 4/8] drm/i915: Track all user contexts per client
` [RFC 5/8] drm/i915: Keep track of registered clients indexed by task struct
` [RFC 6/8] drm/i915: Make some recently added vfuncs use full scheduling attribute
` [RFC 7/8] drm/i915: Inherit process nice for context scheduling priority
` [RFC 8/8] drm/i915: Connect with the process nice change notifier

[PATCH] drm/msm/dsi: use bulk clk API
 2021-10-04 15:03 UTC  (2+ messages)

[PATCH 1/2] drm: Add Gamma and Degamma LUT sizes props to drm_crtc to validate
 2021-10-04 14:12 UTC  (4+ messages)
` [PATCH 2/2] amd/amdgpu_dm: Verify Gamma and Degamma LUT sizes using DRM Core check

572994bf18ff prevents system boot
 2021-10-04 14:11 UTC  (5+ messages)

Deploying new iterator interface for dma-buf
 2021-10-04 13:15 UTC  (11+ messages)
` [PATCH 01/28] dma-buf: add dma_resv_for_each_fence_unlocked v7
` [PATCH 03/28] dma-buf: add dma_resv selftest

[PATCH v5 0/8] drm/panfrost: drm/panfrost: Add a new submit ioctl
 2021-10-04 13:05 UTC  (7+ messages)
` [PATCH v5 5/8] drm/panfrost: Add a new ioctl to submit batches
` [PATCH v5 6/8] drm/panfrost: Support synchronization jobs

[PATCH v3] drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
 2021-10-04 11:59 UTC 

[PATCH v2] drm/atomic: Add the crtc to affected crtc only if uapi.enable = true
 2021-10-04 11:37 UTC  (2+ messages)

[PATCH 0/4] drm: Make modeset locking easier
 2021-10-04 11:15 UTC  (4+ messages)
` [PATCH 1/4] drm: Introduce drm_modeset_lock_ctx_retry()

[PATCH] drm/i915/tc: Delete bogus NULL check in intel_ddi_encoder_destroy()
 2021-10-04 10:37 UTC 

[PATCH 0/4] drm/i915: Fix older platforms
 2021-10-04 10:36 UTC  (8+ messages)
` [PATCH 4/4] drm/i915: Rewrite CL/CTG L-shaped memory detection
  ` [Intel-gfx] "

[PATCH] drm/connector: refer to CTA-861-G in the "content type" prop docs
 2021-10-04  9:26 UTC  (3+ messages)

[PATCH v2 00/17] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers where possible
 2021-10-04  8:39 UTC  (12+ messages)
        ` [Intel-gfx] "

[RFC 0/6] CPU + GPU synchronised priority scheduling
 2021-10-04  8:39 UTC  (8+ messages)
` [RFC 1/6] sched: Add nice value change notifier

[PATCH v2 0/5] mxsfb/nwl/panels: media bus format fixes
 2021-10-04  8:27 UTC  (10+ messages)
` [PATCH v2 1/5] drm/bridge: nwl-dsi: Add atomic_get_input_bus_fmts
` [PATCH v2 2/5] drm/panel: mantix: Add media bus format
` [PATCH v2 3/5] drm/panel: st7703: "
` [PATCH v2 4/5] drm: mxsfb: Print failed bus format in hex
` [PATCH v2 5/5] drm: mxsfb: Set proper default bus format when using a bridge

[BUG 5.15-rc3] kernel BUG at drivers/gpu/drm/i915/i915_sw_fence.c:245!
 2021-10-04  7:39 UTC  (6+ messages)

[PATCH] drm/i915: fix blank screen booting crashes
 2021-10-04  7:36 UTC  (3+ messages)

[PATCH 3/3] drm/msm/dsi: fix signedness bug in msm_dsi_host_cmd_rx()
 2021-10-04  6:45 UTC  (4+ messages)

[PATCH 00/10] drm/gma500: Refactor GEM code
 2021-10-04  6:31 UTC  (13+ messages)
` [PATCH 01/10] drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c
` [PATCH 07/10] drm/gma500: Inline psb_gtt_{alloc, free}_range() into rsp callers
  ` [PATCH 07/10] drm/gma500: Inline psb_gtt_{alloc,free}_range() "
` [PATCH 08/10] drm/gma500: Set page-caching flags in GEM pin/unpin
` [PATCH 09/10] drm/gma500: Rewrite GTT page insert/remove without struct gtt_range

[PATCH v6 00/16] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-10-04  6:21 UTC  (17+ messages)
` [PATCH v6 01/16] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v6 02/16] dt-bindings: mediatek: add vdosys1 MERGE property "
` [PATCH v6 03/16] dt-bindings: mediatek: add ethdr definition "
` [PATCH v6 04/16] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v6 05/16] arm64: dts: mt8195: add display node for vdosys1
` [PATCH v6 06/16] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v6 07/16] soc: mediatek: add mtk-mmsys config API "
` [PATCH v6 08/16] soc: mediatek: add cmdq support of "
` [PATCH v6 09/16] soc: mediatek: mmsys: modify reset controller for MT8195 vdosys1
` [PATCH v6 10/16] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v6 11/16] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v6 12/16] drm/mediatek: add display merge api "
` [PATCH v6 13/16] drm/mediatek: add ETHDR "
` [PATCH v6 14/16] drm/mediatek: add ovl_adaptor "
` [PATCH v6 15/16] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v6 16/16] drm/mediatek: add mediatek-drm of vdosys1 support for MT8195

[PATCH v5 00/16] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-10-04  5:49 UTC  (4+ messages)
` [PATCH v5 15/16] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support


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).