dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-18 19:27:19 to 2020-10-20 12:51:07 UTC [more...]

[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 11:42 UTC  (8+ messages)
` [PATCH v2 07/22] drm/msm: Do rpm get sooner in the submit path

[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 v5 00/10] Support GEM object mappings from I/O memory
 2020-10-20 12:20 UTC  (11+ 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 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)

It appears drm-next TTM cleanup broke something . . 
 2020-10-20  9:30 UTC  (11+ 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 0/3] drm/msm: kthread_worker conversion
 2020-10-20  8:24 UTC  (5+ 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 v2] drm/of: Consider the state in which the ep is disabled
 2020-10-20  8:13 UTC  (5+ messages)

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

[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] treewide: cleanup unreachable breaks
 2020-10-19 23:05 UTC  (4+ messages)

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

[PATCH] drm: document that user-space should avoid parsing EDIDs
 2020-10-20  3:08 UTC  (9+ 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 1/2] drm/msm: Implement shutdown callback for adreno
 2020-10-19 14:59 UTC  (3+ messages)
` [PATCH 2/2] drm/msm: Fix duplicate gpu node in icc summary

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

[PATCH] au1100fb: Remove NULL pointer check before clk_enable/disable
 2020-10-19  7:21 UTC  (2+ messages)

[PATCH] drm/exynos/hdmi: add support for 1920x1200@60Hz mode
 2020-10-19  5:37 UTC  (2+ messages)

[PATCH v5 1/5] RDMA/umem: Support importing dma-buf as user memory region
 2020-10-19  5:28 UTC  (5+ messages)

[git pull] drm fixes for 5.10-rc1
 2020-10-19  5:21 UTC 

[RFC 00/13] Add support for DP-HDMI2.1 PCON
 2020-10-18 23:34 UTC  (24+ messages)
` [RFC 01/13] drm/edid: Add additional HFVSDB fields for HDMI2.1
` [RFC 02/13] drm/edid: Parse MAX_FRL field from HFVSDB block
` [RFC 03/13] drm/dp_helper: Add FRL training support for a DP-HDMI2.1 PCON
` [RFC 04/13] drm/i915: Capture max frl rate for PCON in dfp cap structure
` [RFC 05/13] drm/i915: Add support for starting FRL training for HDMI2.1 via PCON
` [RFC 06/13] drm/i915: Check for FRL training before DP Link training
` [RFC 07/13] drm/dp_helper: Add support for link status and link recovery
` [RFC 08/13] drm/i915: Add support for enabling link status and recovery
` [RFC 09/13] drm/edid: Parse DSC1.2 cap fields from HFVSDB block
` [RFC 10/13] drm/dp_helper: Add support for Configuring DSC for HDMI2.1 Pcon
` [RFC 11/13] drm/i915: Read DSC capabilities of the HDMI2.1 PCON encoder

[PATCH AUTOSEL 4.4 27/33] Fix use after free in get_capset_info callback
 2020-10-18 19:27 UTC 

[PATCH AUTOSEL 4.9 35/41] Fix use after free in get_capset_info callback
 2020-10-18 19:26 UTC 


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