dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 18:12:33 to 2021-05-25 14:57:21 UTC [more...]

[PATCH 0/6] dma-buf: Add an API for exporting sync files (v10)
 2021-05-25 14:57 UTC  (8+ messages)
` [PATCH 1/6] dma-buf: add dma_fence_array_for_each (v2)
` [PATCH 2/6] dma-buf: Rename dma_resv helpers from _rcu to _unlocked
` [PATCH 3/6] dma-buf: add dma_resv_get_singleton_unlocked (v4)
` [PATCH 4/6] dma-buf: Add an API for exporting sync files (v9)
` [PATCH 5/6] RFC: dma-buf: Add an extra fence to dma_resv_get_singleton_unlocked
` [PATCH 6/6] RFC: dma-buf: Add an API for importing sync files (v6)

[Intel-gfx] [PATCH 1/1] Let userspace know if they can trust timeslicing by including it as part of the I915_PARAM_HAS_SCHEDULER::I915_SCHEDULER_CAP_TIMESLICING
 2021-05-25 14:47 UTC  (2+ messages)

drm-misc-next
 2021-05-25 14:45 UTC 

[PATCH V3 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver
 2021-05-25 14:42 UTC  (7+ messages)
    ` [V3, "

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-25 14:15 UTC  (55+ messages)
` [RFC PATCH 01/97] drm/i915/gt: Move engine setup out of set_default_submission
  ` [Intel-gfx] "
` [RFC PATCH 02/97] drm/i915/gt: Move submission_method into intel_gt
  ` [Intel-gfx] "
` [RFC PATCH 03/97] drm/i915/gt: Move CS interrupt handler to the backend
  ` [Intel-gfx] "
` [RFC PATCH 06/97] drm/i915/guc: enable only the user interrupt when using GuC submission
` [RFC PATCH 07/97] drm/i915/guc: Remove sample_forcewake h2g action
` [RFC PATCH 08/97] drm/i915/guc: Keep strict GuC ABI definitions
` [RFC PATCH 09/97] drm/i915/guc: Stop using fence/status from CTB descriptor
` [RFC PATCH 10/97] drm/i915: Promote ptrdiff() to i915_utils.h
` [RFC PATCH 11/97] drm/i915/guc: Only rely on own CTB size
    ` [Intel-gfx] "
` [RFC PATCH 12/97] drm/i915/guc: Don't repeat CTB layout calculations
` [RFC PATCH 13/97] drm/i915/guc: Replace CTB array with explicit members
` [RFC PATCH 14/97] drm/i915/guc: Update sizes of CTB buffers
` [RFC PATCH 16/97] drm/i915/guc: Start protecting access to CTB descriptors
` [RFC PATCH 23/97] drm/i915/guc: Support per context scheduling policies
` [RFC PATCH 28/97] drm/i915/guc: Kill guc_clients.ct_pool
` [RFC PATCH 33/97] drm/i915: Engine relative MMIO
  ` [Intel-gfx] "
` [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
  ` [Intel-gfx] "
` [RFC PATCH 37/97] drm/i915/guc: Add stall timer to "
` [RFC PATCH 39/97] drm/i915/guc: Increase size of CTB buffers
  ` [Intel-gfx] "
` [RFC PATCH 44/97] drm/i915/guc: Implement GuC submission tasklet
  ` [Intel-gfx] "
` [RFC PATCH 53/97] drm/i915/guc: Disable semaphores when using GuC scheduling
  ` [Intel-gfx] "
` [RFC PATCH 55/97] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
  ` [Intel-gfx] "
` [RFC PATCH 60/97] drm/i915: Track 'serial' counts for virtual engines
  ` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH 00/97] Basic GuC submission support in the i915

[PATCH v2] amdgpu: remove unreachable code
 2021-05-25 14:09 UTC  (2+ messages)

[PATCH 0/3] Clean a few backend interfaces in the i915
 2021-05-25 13:56 UTC  (2+ messages)

[PATCH] drm/fb-helper: improve DRM fbdev emulation device names
 2021-05-25 13:52 UTC  (8+ messages)

[PATCH v3 00/12] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-25 13:37 UTC  (15+ messages)
` [PATCH v3 06/12] drm/ttm: Add a generic TTM memcpy move for page-based iomem
  ` [Intel-gfx] "
` [PATCH v3 07/12] drm, drm/i915: Move the memcpy_from_wc functionality to core drm
  ` [Intel-gfx] "
` [PATCH v3 08/12] drm/ttm: Use drm_memcpy_from_wc_dbm for TTM bo moves
` [PATCH v3 09/12] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
  ` [Intel-gfx] "

[Bug 212469] New: plymouth animation freezes during shutdown
 2021-05-25 13:33 UTC  (3+ messages)
` [Bug 212469] "

[PATCH v4 00/17] drm/i915: Introduce Intel PXP
 2021-05-25 13:32 UTC  (19+ messages)
` [PATCH v4 01/17] drm/i915/pxp: Define PXP component interface
` [PATCH v4 02/17] mei: pxp: export pavp client to me client bus
` [PATCH v4 03/17] drm/i915/pxp: define PXP device flag and kconfig
` [PATCH v4 04/17] drm/i915/gt: Export the pinned context constructor and destructor
` [PATCH v4 05/17] drm/i915/pxp: allocate a vcs context for pxp usage
` [PATCH v4 06/17] drm/i915/pxp: Implement funcs to create the TEE channel
` [PATCH v4 07/17] drm/i915/pxp: set KCR reg init
` [PATCH v4 08/17] drm/i915/pxp: Create the arbitrary session after boot
` [PATCH v4 09/17] drm/i915/pxp: Implement arb session teardown
` [PATCH v4 10/17] drm/i915/pxp: Implement PXP irq handler
` [PATCH v4 11/17] drm/i915/pxp: interface for marking contexts as using protected content
` [PATCH v4 12/17] drm/i915/pxp: start the arb session on demand
` [PATCH v4 13/17] drm/i915/pxp: Enable PXP power management
` [PATCH v4 14/17] drm/i915/pxp: User interface for Protected buffer
` [PATCH v4 15/17] drm/i915/pxp: Add plane decryption support
` [PATCH v4 16/17] drm/i915/pxp: black pixels on pxp disabled
` [PATCH v4 17/17] drm/i915/pxp: enable PXP for integrated Gen12

[PATCH v2 00/12] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec
 2021-05-25 13:23 UTC  (13+ messages)
` [PATCH v2 01/12] ALSA: doc: Clarify IEC958 controls iface
` [PATCH v2 02/12] ALSA: iec958: Split status creation and fill
` [PATCH v2 03/12] ASoC: hdmi-codec: Rework to support more controls
` [PATCH v2 04/12] ASoC: hdmi-codec: Add iec958 controls
` [PATCH v2 05/12] ASoC: hdmi-codec: Add a prepare hook
` [PATCH v2 06/12] drm/vc4: hdmi: Set HD_CTL_WHOLSMP and HD_CTL_CHALIGN_SET
` [PATCH v2 07/12] drm/vc4: hdmi: Set HDMI_MAI_FMT
` [PATCH v2 08/12] drm/vc4: hdmi: Set VC4_HDMI_MAI_CONFIG_FORMAT_REVERSE
` [PATCH v2 09/12] drm/vc4: hdmi: Remove firmware logic for MAI threshold setting
` [PATCH v2 10/12] drm/vc4: hdmi: Register HDMI codec
` [PATCH v2 11/12] drm/vc4: hdmi: Remove redundant variables
` [PATCH v2 12/12] ARM: dts: bcm2711: Tune DMA parameters for HDMI audio

dma-resv ongoing discussion
 2021-05-25 13:18 UTC  (2+ messages)

[PATCH 0/7] drm/msm/mdp5: add properties and bandwidth management
 2021-05-25 13:13 UTC  (8+ messages)
` [PATCH 1/7] drm/msm/mdp5: use drm atomic helpers to handle base drm plane state
` [PATCH 2/7] drm/msm/mdp5: use drm_plane_state for storing alpha value
` [PATCH 3/7] drm/msm/mdp5: use drm_plane_state for pixel blend mode
` [PATCH 4/7] drm/msm/mdp5: add support for alpha/blend_mode properties
` [PATCH 5/7] drm/msm/mdp5: switch to standard zpos property
` [PATCH 6/7] drm/msm/mdp5: add perf blocks for holding fudge factors
` [PATCH 7/7] drm/msm/mdp5: provide dynamic bandwidth management

[PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules
 2021-05-25 13:05 UTC  (9+ messages)
        ` [Mesa-dev] "

[PATCH 1/2] drm/amdgpu: add missing unreserve on error
 2021-05-25 12:47 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Fix an error code in kfd_mem_attach_dmabuf()

[PATCH 0/4] dma-buf: Add an API for exporting sync files (v8)
 2021-05-25 12:38 UTC  (12+ messages)
` [PATCH 2/4] dma-buf: add dma_resv_get_singleton_rcu (v4)
` [PATCH 4/4] RFC: dma-buf: Add an API for importing sync files (v6)
    ` EPOLL for drm_syncfile (was Re: [PATCH 4/4] RFC: dma-buf: Add an API for importing sync files (v6))

[PATCH] drm/radeon/evergreen: Remove the repeated declaration
 2021-05-25 12:32 UTC 

[PATCH] drm/msm/dp: remove the repeated declaration
 2021-05-25 12:22 UTC 

i915 gvt broke drm-tip; Fix ASAP
 2021-05-25 11:53 UTC  (4+ messages)

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-25 11:51 UTC  (6+ messages)
` [PATCH v9 07/10] mm: Device exclusive memory access

[v4 0/4] drm: Support basic DPCD backlight in panel-simple and add a new panel ATNA33XC20
 2021-05-25 11:41 UTC  (6+ messages)
` [v4 1/4] drm/panel-simple: Add basic DPCD backlight support
` [v4 2/4] drm/panel-simple: Support for delays between GPIO & regulator
` [v4 3/4] dt-bindings: display: simple: Add Samsung ATNA33XC20
` [v4 4/4] drm/panel-simple: "

[PATCH 1/2] dt-bindings: Add SONY Synaptics JDI panel
 2021-05-25 11:31 UTC  (2+ messages)
` [PATCH 2/2] drm/panel: Add support for SONY JDI Synaptics panel

[PATCH] drm/msm/disp/dpu1/dpu_encoder: Drop unnecessary NULL checks after container_of
 2021-05-25 11:29 UTC 

[PATCH] drm/exynos: use pm_runtime_resume_and_get()
 2021-05-25 11:12 UTC 

[PATCH -next] drm/nouveau: Remove set but not used variable 'width'
 2021-05-25  8:17 UTC 

[PATCH -next] drm/nouveau: Remove set but not used variable 'dev'
 2021-05-25  8:25 UTC 

[PATCH] drm/atmel-hlcdc: Allow async page flips
 2021-05-25  9:29 UTC  (3+ messages)

[PATCH] drm/amd/display: Remove the repeated declaration
 2021-05-25 10:51 UTC 

[PATCH v2] Documentation: gpu: Mention the requirements for new properties
 2021-05-25 10:39 UTC  (3+ messages)

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

[PATCH v5 0/3] Add option to mmap GEM buffers cached
 2021-05-25 10:03 UTC  (4+ messages)

[PATCH 00/11] drm/vc4: hdmi: Enable Channel Mapping, IEC958, HBR Passthrough using hdmi-codec
 2021-05-25  9:33 UTC  (8+ messages)
` [PATCH 01/11] snd: iec958: split status creation and fill

[PATCH 0/4] drm: Fix config dependencies for fbdev emulation
 2021-05-25  9:28 UTC  (3+ messages)
` [PATCH 4/4] drm: Remove DRM_KMS_FB_HELPER Kconfig option

[PATCH 0/3] drm/vc4: Fix for the HDMI detect power state
 2021-05-25  9:10 UTC  (4+ messages)
` [PATCH 1/3] drm: Mention the power state requirement on side-channel operations
` [PATCH 2/3] drm/vc4: hdmi: Move the HSM clock enable to runtime_pm
` [PATCH 3/3] drm/vc4: hdmi: Make sure the controller is powered in detect

[PATCH -next] drm/vc4: hdmi: Fix PM reference leak in vc4_hdmi_encoder_pre_crtc_co()
 2021-05-25  8:33 UTC  (2+ messages)

[PATCH] drm/vmwgfx: Remove the repeated declaration
 2021-05-25  8:09 UTC 

[v3 0/2] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-05-25  8:03 UTC  (10+ messages)
` [v3 1/2] dt-bindings: backlight: add DisplayPort aux backlight

[PATCH] drm/radeon: remove the repeated declaration
 2021-05-25  7:51 UTC 

[PATCH] drm/i915: Remove the repeated declaration
 2021-05-25  7:29 UTC 

[PATCH] drm/meson: fix shutdown crash when component not probed
 2021-05-25  7:27 UTC  (4+ messages)

[PATCH 0/3] GPD Win Max display fixes
 2021-05-24 19:57 UTC  (5+ messages)
` [PATCH 1/3] drm/i915/opregion: add support for mailbox #5 EDID
` [PATCH 2/3] drm/i915/dp: use opregion mailbox #5 EDID for eDP, if available
` [PATCH 3/3] drm: Add orientation quirk for GPD Win Max

[PATCH] drm/amdgpu: remove unreachable code
 2021-05-25  6:53 UTC  (3+ messages)

[PATCH] drm/msm/dp: Drop unnecessary NULL checks after container_of
 2021-05-25  3:20 UTC 

[PATCH v7 00/15] Restricted DMA
 2021-05-25  3:08 UTC  (14+ messages)
` [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v7 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v7 05/15] swiotlb: Add a new get_io_tlb_mem getter

[PATCH] drm/ast: Add detect function support
 2021-05-25  1:55 UTC 

[PATCH v5 1/3] drm/dp_mst: Add self-tests for up requests
 2021-05-25  0:59 UTC  (3+ messages)
` [PATCH v5 2/3] drm/dp_mst: Add support for sink event notify messages
` [PATCH v5 3/3] drm_dp_cec: add MST support

[PATCH v8 00/11] drm: Fix EDID reading on ti-sn65dsi86 by introducing the DP AUX bus
 2021-05-25  0:01 UTC  (12+ messages)
` [PATCH v8 01/11] dt-bindings: display: simple: List hpd properties in panel-simple
` [PATCH v8 02/11] dt-bindings: drm: Introduce the DP AUX bus
` [PATCH v8 03/11] dt-bindings: drm/bridge: ti-sn65dsi86: Add aux-bus child
` [PATCH v8 04/11] dt-bindings: drm/aux-bus: Add an example
` [PATCH v8 05/11] drm: Introduce the DP AUX bus
` [PATCH v8 06/11] drm/panel: panel-simple: Allow panel-simple be a DP AUX endpoint device
` [PATCH v8 07/11] drm/panel: panel-simple: Stash DP AUX bus; allow using it for DDC
` [PATCH v8 08/11] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v8 09/11] drm/bridge: ti-sn65dsi86: Add support for the DP AUX bus
` [PATCH v8 10/11] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v8 11/11] arm64: dts: qcom: sc7180-trogdor: Move panel under the bridge chip

[PATCH v18 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-05-24 22:48 UTC  (3+ messages)
` [PATCH v18 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings

[PATCHv2 0/5] Support for GE B1x5v2 and B1x5Pv2
 2021-05-24 22:29 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/6] drm/msm/dpu: rework irq handling
 2021-05-24 22:13 UTC  (13+ messages)
` [PATCH v2 1/6] drm/msm/dpu: merge dpu_hw_intr_get_interrupt_statuses into dpu_hw_intr_dispatch_irqs
  ` [Freedreno] "
` [PATCH v2 2/6] drm/msm/dpu: hw_intr: always call dpu_hw_intr_clear_intr_status_nolock
  ` [Freedreno] "
` [PATCH v2 3/6] drm/msm/dpu: define interrupt register names
  ` [Freedreno] "
` [PATCH v2 4/6] drm/msm/dpu: replace IRQ lookup with the data in hw catalog
  ` [Freedreno] "
` [PATCH v2 5/6] drm/msm/dpu: drop remains of old irq lookup subsystem
  ` [Freedreno] "
` [PATCH v2 6/6] drm/msm/dpu: simplify IRQ enabling/disabling
  ` [Freedreno] "

[Bug 213201] New: [KAVERI] memory leak - unreferenced object 0xffff8881700cf988 (size 56)
 2021-05-24 21:42 UTC  (4+ messages)
` [Bug 213201] "

[PATCH v7 00/10] drm: Fix EDID reading on ti-sn65dsi86 by introducing the DP AUX bus
 2021-05-24 21:08 UTC  (6+ messages)
` [PATCH v7 01/10] drm/panel: panel-simple: Add missing pm_runtime_dont_use_autosuspend() calls
` [PATCH v7 08/10] drm/bridge: ti-sn65dsi86: Add support for the DP AUX bus

[PATCH 0/3] drm/msm/dp: Simplify aux code
 2021-05-24 19:59 UTC  (6+ messages)
` [PATCH 3/3] drm/msm/dp: Handle aux timeouts, nacks, defers

[PATCH 1/3] virtio-gpu uapi: Add VIRTIO_GPU_F_EXPLICIT_FLUSH feature
 2021-05-24 19:55 UTC  (8+ messages)

[PATCH] drm/amdgpu: fix typo
 2021-05-24 18:49 UTC  (2+ messages)

[PATCH] drm/panel: panel-simple: Fix proper bpc for ytc700tlag_05_201c
 2021-05-24 18:42 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).