dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-19 08:13:32 to 2020-10-20 17:17:55 UTC [more...]

[PATCH 1/2] drm/bridge: sii902x: Enable I/O and core VCC supplies if present
 2020-10-20 15:08 UTC  (6+ messages)
` [PATCH v2 "

[PATCH] drm/bridge: lvds-codec: Use dev_err_probe for error handling
 2020-10-20  9:43 UTC  (2+ messages)

[PATCH 00/14] drm/msm: de-struct_mutex-ification
 2020-10-20 14:13 UTC  (9+ messages)
` [PATCH v2 07/22] drm/msm: Do rpm get sooner in the submit path

It appears drm-next TTM cleanup broke something . . 
 2020-10-20 17:17 UTC  (12+ messages)

[PATCH 0/3] drm/msm: kthread_worker conversion
 2020-10-20 17:02 UTC  (9+ messages)
` [PATCH 1/3] drm/msm/gpu: Convert retire/recover work to kthread_worker
` [PATCH 2/3] drm/msm/kms: Update msm_kms_init/destroy
` [PATCH 3/3] drm/msm/atomic: Convert to per-CRTC kthread_work

[PATCH] drm/doc: Document legacy_cursor_update better
 2020-10-20 16:56 UTC  (5+ messages)

[PATCH v7 0/4] Introduce drm scaling filter property
 2020-10-20 16:14 UTC  (5+ messages)
` [PATCH v7 1/4] drm: Introduce plane and CRTC scaling filter properties
` [PATCH v7 2/4] drm/i915: Introduce scaling filter related registers and bit fields
` [PATCH v7 3/4] drm/i915/display: Add Nearest-neighbor based integer scaling support
` [PATCH v7 4/4] drm/i915: Enable scaling filter for plane and CRTC

[PATCH] drm: document that user-space should avoid parsing EDIDs
 2020-10-20 15:04 UTC  (10+ messages)

[PATCH v6 0/5] Introduce drm scaling filter property
 2020-10-20 15:02 UTC  (5+ messages)
` [PATCH v6 4/5] drm/i915/display: Add Nearest-neighbor based integer scaling support

[RFC] treewide: cleanup unreachable breaks
 2020-10-20 14:09 UTC  (6+ messages)

[PATCH 1/2] drm/msm: Implement shutdown callback for adreno
 2020-10-20 13:57 UTC  (4+ messages)
` [PATCH 2/2] drm/msm: Fix duplicate gpu node in icc summary

[PATCH v2 00/15] HDCP 2.2 DP MST Support
 2020-10-20 13:39 UTC  (16+ messages)
` [PATCH v2 01/15] drm/i915/hdcp: Update CP property in update_pipe
` [PATCH v2 02/15] drm/i915/hotplug: Handle CP_IRQ for DP-MST
` [PATCH v2 03/15] drm/i915/hdcp: DP MST transcoder for link and stream
` [PATCH v2 04/15] drm/i915/hdcp: Move HDCP enc status timeout to header
` [PATCH v2 05/15] drm/i915/hdcp: HDCP stream encryption support
` [PATCH v2 06/15] drm/i915/hdcp: Enable Gen12 HDCP 1.4 DP MST support
` [PATCH v2 07/15] drm/i915/hdcp: Pass dig_port to intel_hdcp_init
` [PATCH v2 08/15] drm/i915/hdcp: Encapsulate hdcp_port_data to dig_port
` [PATCH v2 09/15] misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer len
` [PATCH v2 10/15] drm/hdcp: Max MST content streams
` [PATCH v2 11/15] drm/i915/hdcp: mst streams support in hdcp port_data
` [PATCH v2 12/15] drm/i915/hdcp: Pass connector to check_2_2_link
` [PATCH v2 13/15] drm/i915/hdcp: Add HDCP 2.2 stream register
` [PATCH v2 14/15] drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
` [PATCH v2 15/15] drm/i915/hdcp: Enable HDCP 2.2 MST support

[PATCH v5 00/10] Support GEM object mappings from I/O memory
 2020-10-20 13:39 UTC  (12+ messages)
` [PATCH v5 01/10] drm/vram-helper: Remove invariant parameters from internal kmap function
` [PATCH v5 02/10] drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()
` [PATCH v5 03/10] drm/etnaviv: Remove empty etnaviv_gem_prime_vunmap()
` [PATCH v5 04/10] drm/exynos: Remove empty exynos_drm_gem_prime_{vmap, vunmap}()
` [PATCH v5 05/10] drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers
` [PATCH v5 06/10] drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
` [PATCH v5 07/10] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map
` [PATCH v5 08/10] drm/gem: Store client buffer mappings as "
` [PATCH v5 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces
` [PATCH v5 10/10] drm/fb_helper: Support framebuffers in I/O memory

[PATCH v3 00/20] Host1x/TegraDRM UAPI
 2020-10-20 12:51 UTC  (8+ messages)
` [PATCH v3 19/20] drm/tegra: Implement new UAPI

[PATCH 0/7] drm/ttm: get rid of bind/unbind
 2020-10-20 12:16 UTC  (15+ messages)
` [PATCH 1/7] drm/ttm: move some move binds into the drivers
` [PATCH 2/7] drm/ttm: minor cleanup to move to system
` [PATCH 3/7] drm/ttm: add move to system into drivers
` [PATCH 4/7] drm/ttm: drop unbind callback
` [PATCH 5/7] drm/ttm: remove move to new and inline into remainging place
` [PATCH 6/7] drm/ttm: drop move notify around move
` [PATCH 7/7] drm/ttm: move last binding into the drivers

[Intel-gfx] [PATCH 09/13] drm/i915/hdcp: mst streams support in hdcp port_data
 2020-10-20 10:18 UTC  (5+ messages)

[RFC] drm/hdcp: Max MST content streams
 2020-10-20 10:17 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] drm/vkms: Unset preferred_depth
 2020-10-20  9:36 UTC  (4+ messages)

[PATCH 0/5] ttm fix range checks + drop some fields
 2020-10-20  8:57 UTC  (10+ messages)
` [PATCH 1/5] drm/ttm: fix eviction valuable range check
` [PATCH 2/5] drm/ttm: fix memcpy move bo size comparison
` [PATCH 3/5] drm/ttm: drop bo->num_pages
` [PATCH 4/5] drm/ttm: add bo size in bytes wrapper
` [PATCH 5/5] drm/ttm: get rid of storing size in ttm_resource

[PATCH 1/3] drm/vkms: Set preferred depth correctly
 2020-10-20  8:34 UTC  (4+ messages)
` [PATCH 3/3] drm/vkms: fbdev emulation support

[RFC HACKY] ttm don't allow multihop moves
 2020-10-20  8:30 UTC  (3+ messages)
` [PATCH] [RFC/HACK] drm/ttm: avoid multihop moves in drivers

[PATCH v2] drm/of: Consider the state in which the ep is disabled
 2020-10-20  8:13 UTC  (5+ messages)

[PATCH v2 1/8] dt-bindings: phy: convert phy-mtk-xsphy.txt to YAML schema
 2020-10-20  2:40 UTC  (11+ messages)
` [PATCH v2 2/8] dt-bindings: phy: convert phy-mtk-tphy.txt "
` [PATCH v2 6/8] dt-bindings: usb: convert mediatek, mtk-xhci.txt "
  ` [PATCH v2 6/8] dt-bindings: usb: convert mediatek,mtk-xhci.txt "

[PATCH] drm/stm: Fix bus_flags handling
 2020-10-19 22:13 UTC  (3+ messages)

[RFC][PATCH] drm/bridge: lvds-codec: Add support for pixel data sampling edge select
 2020-10-19 22:09 UTC  (3+ messages)

amdgpu: Manual Card Configuration Change
 2020-10-20  0:53 UTC  (3+ messages)

ttm_bo_eviction_valuable wrong units?
 2020-10-19 21:44 UTC 

[PATCH v3 00/23] drm/msm: de-struct_mutex-ification
 2020-10-19 20:46 UTC  (24+ messages)
` [PATCH v3 01/23] drm/msm: Fix a couple incorrect usages of get_vaddr_active()
` [PATCH v3 02/23] drm/msm/gem: Add obj->lock wrappers
` [PATCH v3 03/23] drm/msm/gem: Rename internal get_iova_locked helper
` [PATCH v3 04/23] drm/msm/gem: Move prototypes to msm_gem.h
` [PATCH v3 05/23] drm/msm/gem: Add some _locked() helpers
` [PATCH v3 06/23] drm/msm/gem: Move locking in shrinker path
` [PATCH v3 07/23] drm/msm/submit: Move copy_from_user ahead of locking bos
` [PATCH v3 08/23] drm/msm: Do rpm get sooner in the submit path
` [PATCH v3 09/23] drm/msm/gem: Switch over to obj->resv for locking
` [PATCH v3 10/23] drm/msm: Use correct drm_gem_object_put() in fail case
` [PATCH v3 11/23] drm/msm: Drop chatty trace
` [PATCH v3 12/23] drm/msm: Move update_fences()
` [PATCH v3 13/23] drm/msm: Add priv->mm_lock to protect active/inactive lists
` [PATCH v3 14/23] drm/msm: Document and rename preempt_lock
` [PATCH v3 15/23] drm/msm: Protect ring->submits with it's own lock
` [PATCH v3 16/23] drm/msm: Refcount submits
` [PATCH v3 17/23] drm/msm: Remove obj->gpu
` [PATCH v3 18/23] drm/msm: Drop struct_mutex from the retire path
` [PATCH v3 19/23] drm/msm: Drop struct_mutex in free_object() path
` [PATCH v3 20/23] drm/msm: Remove msm_gem_free_work
` [PATCH v3 21/23] drm/msm: Drop struct_mutex in madvise path
` [PATCH v3 22/23] drm/msm: Drop struct_mutex in shrinker path
` [PATCH v3 23/23] drm/msm: Don't implicit-sync if only a single ring

[PATCH] drm/amd/display: Fix missing declaration of enable_kernel_vsx()
 2020-10-19 15:40 UTC  (4+ messages)

[PATCH] drm/nouveau: fix memory leak in iccsense/base.c
 2020-10-19  9:09 UTC 

[PATCH] gpu: ipu-v3: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-10-19  9:30 UTC 

[PATCH 1/5] drm/panel/oneplus6: Add panel-oneplus6
 2020-10-19 14:21 UTC  (6+ messages)
` [PATCH 2/5] dt-bindings: panel: add documentation for oneplus6 panel

[PATCH] drm/msm: Remove redundant null check
 2020-10-19 14:49 UTC  (2+ messages)
` [Freedreno] "

[PATCH] drm/amd/display: fix a possible NULL pointer dereference in bios_parser_get_src_obj()
 2020-10-19  6:20 UTC 

[PATCH 1/4] drm/vc4: kms: Split the HVS muxing check in a separate function
 2020-10-19 10:21 UTC  (3+ messages)

[PATCH] drm/i915/ehl: Remove require_force_probe protection
 2020-10-19 18:33 UTC  (11+ messages)
` [Intel-gfx] "

[PATCH] drm/i915/jsl: Remove require_force_probe protection
 2020-10-19 18:30 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm: remove unneeded break
 2020-10-19 17:06 UTC  (2+ messages)

[PATCH 2/2 RESEND] docs: fb: Add font_6x8 to available built-in fonts
 2020-10-19 15:56 UTC  (2+ messages)

[PATCH] drm/drm_vblank: use drm_warn_once() to warn undefined mode timing
 2020-10-19 15:48 UTC  (6+ messages)

[PATCH v4 00/10] Support GEM object mappings from I/O memory
 2020-10-19 15:46 UTC  (6+ messages)
` [PATCH v4 05/10] drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpers

[PATCH v2 0/3] drm/panel: mantix panel reset fixes
 2020-10-19 15:44 UTC  (8+ messages)

[PATCH] drm/amdgpu: remove unneeded break
 2020-10-19 15:08 UTC  (3+ messages)

[PATCH v2 1/3] drm/msm: Add support for GPU cooling
 2020-10-19 13:14 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: sc7180: Add gpu cooling support
` [PATCH v2 3/3] dt-bindings: drm/msm/gpu: Add cooling device support

[PATCH AUTOSEL 5.9 090/111] drm/amd/display: Fix a list corruption
 2020-10-19 12:40 UTC  (2+ messages)

[PATCH v3 0/2] drm: add DisplayPort connector
 2020-10-19 12:39 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: dp-connector: add binding for "
` [PATCH v3 2/2] drm/bridge: display-connector: add DP support

[PATCH 0/5] drm/tidss: Use new connector model for tidss
 2020-10-19 12:11 UTC  (2+ messages)

[Bug 209673] New: divide_error in amdgpu freezes screen
 2020-10-19 10:35 UTC  (2+ messages)
` [Bug 209673] "

[PATCH 0/5] ttm get rid of ttm_bo_move_ttm
 2020-10-19 10:00 UTC  (11+ messages)
` [PATCH 1/5] drm/ttm: refactor out common code to setup a new tt backed resource
` [PATCH 2/5] drm/ttm: split out the move to system from move ttm code
` [PATCH 3/5] drm/ttm: use new move interface for known system->ttm moves
` [PATCH 4/5] drm/ttm: add move old to system to drivers
` [PATCH 5/5] drm/ttm: drop ttm_bo_move_ttm wrapper

[PATCH 1/2] Fonts: Support FONT_EXTRA_WORDS macros for font_6x8
 2020-10-19  9:55 UTC  (6+ messages)

[PATCH v4 0/4] drm: panel: add support for TDO tl070wsh30 panel
 2020-10-19  8:57 UTC  (4+ messages)

[PATCH] drm/ast: Avoid to access BMC addressing when P2A is disabled
 2020-10-19  8:39 UTC  (6+ 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).