dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 09:49:24 to 2021-04-14 18:18:06 UTC [more...]

[PATCH 00/30] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-14 18:17 UTC  (4+ messages)
` [PATCH 03/30] drm/tegra: Don't register DP AUX channels before connectors

[PATCH v2 00/18] Make vfio_mdev type safe
 2021-04-14 18:17 UTC  (2+ messages)

[PATCH 00/57] Rid W=1 warnings from Staging
 2021-04-14 18:11 UTC  (2+ messages)
` [PATCH 38/57] staging: fbtft: fb_ili9320: Remove unused variable 'ret'

[PATCH v2 2/3] drm/msm/dp: do not re initialize of audio_comp at display_disable()
 2021-04-14 17:55 UTC  (3+ messages)

[PATCH v3 0/3] drm/bridge: Add it66121 driver
 2021-04-14 17:35 UTC  (21+ messages)
` [PATCH v3 1/3] dt-bindings: display: bridge: add it66121 bindings
` [PATCH v3 2/3] drm: bridge: add it66121 driver
` [PATCH v3 3/3] MAINTAINERS: add it66121 HDMI bridge driver entry

[PATCH 00/19] More DG1 enabling
 2021-04-14 16:20 UTC  (24+ messages)
` [PATCH 03/19] drm/i915: Create stolen memory region from local memory
  ` [Intel-gfx] "
` [PATCH 04/19] drm/i915/stolen: treat stolen local as normal "
  ` [Intel-gfx] "
` [PATCH 05/19] drm/i915/stolen: enforce the min_page_size contract
  ` [Intel-gfx] "
` [PATCH 06/19] drm/i915/stolen: pass the allocation flags
  ` [Intel-gfx] "
` [PATCH 08/19] drm/i915: Return error value when bo not in LMEM for discrete
  ` [Intel-gfx] "
` [PATCH 11/19] drm/i915: Update the helper to set correct mapping
  ` [Intel-gfx] "
` [PATCH 12/19] drm/i915/lmem: Bypass aperture when lmem is available
  ` [Intel-gfx] "
` [PATCH 18/19] drm/i915/gtt: map the PD up front
  ` [Intel-gfx] "
` [PATCH 19/19] drm/i915/gtt/dgfx: place the PD in LMEM
  ` [Intel-gfx] "

[PATCH 1/4] drm/amdkfd: Remove legacy code not acquiring VMs
 2021-04-14 15:47 UTC  (11+ messages)
` [PATCH 2/4] drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpu
` [PATCH 3/4] drm/amdkfd: Allow access for mmapping KFD BOs
` [PATCH 4/4] drm/amdgpu: Remove verify_access shortcut for "

[Bug 209345] New: [nouveau] unknown chipset (0f22d0a1) (nVidia Tesla K80)
 2021-04-14 15:35 UTC  (5+ messages)
` [Bug 209345] "

[PATCH] ASoC: fsl: imx-pcm-dma: Don't request dma channel in probe
 2021-04-14 15:33 UTC  (6+ messages)

[PATCH 0/9] Implement multi-GPU DMA mappings for KFD
 2021-04-14 15:15 UTC  (14+ messages)
` [PATCH 1/9] drm/amdgpu: Rename kfd_bo_va_list to kfd_mem_attachment
` [PATCH 2/9] drm/amdgpu: Keep a bo-reference per-attachment
` [PATCH 3/9] drm/amdgpu: Simplify AQL queue mapping
` [PATCH 4/9] drm/amdgpu: Add multi-GPU DMA mapping helpers
` [PATCH 5/9] drm/amdgpu: DMA map/unmap when updating GPU mappings
` [PATCH 6/9] drm/amdgpu: Move kfd_mem_attach outside reservation
` [PATCH 7/9] drm/amdgpu: Add DMA mapping of GTT BOs
` [PATCH 8/9] drm/ttm: Don't count pages in SG BOs against pages_limit
` [PATCH 9/9] drm/amdgpu: Lock the attached dmabuf in unpopulate

[PATCH resend 0/9] drm: Add privacy-screen class and connector properties
 2021-04-14 15:10 UTC  (10+ messages)
` [PATCH resend 1/9] drm/connector: Add support for privacy-screen properties (v4)
` [PATCH resend 2/9] drm: Add privacy-screen class
` [PATCH resend 3/9] drm/privacy-screen: Add X86 specific arch init code
` [PATCH resend 4/9] drm/privacy-screen: Add notifier support
` [PATCH resend 5/9] drm/connector: Add a drm_connector privacy-screen helper functions
` [PATCH resend 6/9] platform/x86: thinkpad_acpi: Add hotkey_notify_extended_hotkey() helper
` [PATCH resend 7/9] platform/x86: thinkpad_acpi: Get privacy-screen / lcdshadow ACPI handles only once
` [PATCH resend 8/9] platform/x86: thinkpad_acpi: Register a privacy-screen device
` [PATCH resend 9/9] drm/i915: Add privacy-screen support

[PATCH v2, 0/5] Revert "mailbox: mediatek: remove implementation related to atomic_exec"
 2021-04-14 14:53 UTC  (7+ messages)
` [PATCH v2, 3/5] Revert "dt-bindings: mailbox: mtk-gce: fix incorrect mbox-cells value"

[PATCH 0/9] Implement multi-GPU DMA mappings for KFD
 2021-04-14 14:41 UTC  (20+ messages)
` [PATCH 1/9] drm/amdgpu: Rename kfd_bo_va_list to kfd_mem_attachment
` [PATCH 2/9] drm/amdgpu: Keep a bo-reference per-attachment
` [PATCH 3/9] drm/amdgpu: Simplify AQL queue mapping
` [PATCH 4/9] drm/amdgpu: Add multi-GPU DMA mapping helpers
` [PATCH 5/9] drm/amdgpu: DMA map/unmap when updating GPU mappings
` [PATCH 6/9] drm/amdgpu: Move kfd_mem_attach outside reservation
` [PATCH 7/9] drm/amdgpu: Add DMA mapping of GTT BOs
` [PATCH 8/9] drm/ttm: Don't count pages in SG BOs against pages_limit
` [PATCH 9/9] drm/amdgpu: Lock the attached dmabuf in unpopulate

[PATCH 1/7] drm/nouveau: use bo->base.size instead of mem->num_pages
 2021-04-14 14:32 UTC  (15+ messages)
` [PATCH 2/7] drm/amdgpu: check base size instead of mem.num_pages
` [PATCH 3/7] drm/ttm: minor range manager coding style clean ups
` [PATCH 4/7] drm/ttm: move the page_alignment into the BO
` [PATCH 5/7] drm/ttm: add ttm_sys_manager
` [PATCH 6/7] drm/ttm: always initialize the full ttm_resource
` [PATCH 7/7] drm/ttm: rename bo->mem and make it a pointer

[PATCH 00/18] drm/vc4: hdmi: Add Support for the YUV output
 2021-04-14 13:58 UTC  (10+ messages)
` [PATCH 07/18] drm/vc4: hdmi: Add full range RGB helper
` [PATCH 13/18] drm/vc4: hdmi: Define colorspace matrices
` [PATCH 14/18] drm/vc4: hdmi: Change CSC callback prototype
` [PATCH 15/18] drm/vc4: hdmi: Rework the infoframe prototype

[PATCH 01/12] drm/arm: Don't set allow_fb_modifiers explicitly
 2021-04-14 12:14 UTC  (28+ messages)
` [PATCH 03/12] drm/exynos: "
` [PATCH 04/12] drm/i915: "
` [PATCH 05/12] drm/imx: "
` [PATCH 06/12] drm/msm/dpu1: "
` [PATCH 07/12] drm/msm/mdp4: Fix modifier support enabling
` [PATCH 08/12] drm/nouveau: Don't set allow_fb_modifiers explicitly
` [PATCH 09/12] drm/stm: "
` [PATCH 10/12] drm/tegra: "
` [PATCH 11/12] drm/vc4: "
` [PATCH 12/12] drm/modifiers: Enforce consistency between the cap an IN_FORMATS
  ` [PATCH] "

[RFC PATCH v2] drm/doc/rfc: i915 DG1 uAPI
 2021-04-14 10:22 UTC  (2+ messages)

[PATCH v3 0/4] drm/vkms: add overlay plane support
 2021-04-14  9:57 UTC  (9+ messages)
` [PATCH v3 1/4] drm/vkms: init plane using drmm_universal_plane_alloc
` [PATCH v3 2/4] drm/vkms: rename cursor to plane on ops of planes composition
` [PATCH v3 3/4] drm/vkms: add XRGB "
` [PATCH v3 4/4] drm/vkms: add overlay support

[PATCH] drm/virtio: Create Dumb BOs as guest Blobs (v2)
 2021-04-14  9:29 UTC  (4+ messages)
` [PATCH] drm/virtio: Create Dumb BOs as guest Blobs (v3)

[PATCH] drm/i915/gvt: remove useless function
 2021-04-14  8:32 UTC  (2+ messages)

[PATCH 0/8] drm: Clean up mmap for TTM-based GEM drivers
 2021-04-14  8:37 UTC  (10+ messages)
` [PATCH 3/8] drm/amdgpu: Implement mmap as GEM object function

[PATCH] drm/i915: Fix "mitigations" parsing if i915 is builtin
 2021-04-14  6:40 UTC  (4+ messages)

[PATCH] drm/i915/dp: Use slow and wide link training for DPCP rev < 1.4
 2021-04-14  6:29 UTC 

[PATCH 0/1] drm/i915/gt: Fix a lockdep warnning on RT kernel
 2021-04-14  3:29 UTC  (2+ messages)
` [PATCH 1/1] drm/i915/gt: Fix a lockdep warning "

[PATCH] drm/vmwgfx: remove unused variable
 2021-04-14  6:10 UTC 

[PATCH v2] drm/i915: Fix "mitigations" parsing if i915 is builtin
 2021-04-14  6:06 UTC 

[PATCH] drm/i915: fix an error code in intel_overlay_do_put_image()
 2021-04-14  6:02 UTC 

[PATCH] drm/i915/gvt: Fix error code in intel_gvt_init_device()
 2021-04-14  6:01 UTC 

[PATCH v2] drm/amdgpu: fix an error code in init_pmu_entry_by_type_and_add()
 2021-04-14  5:58 UTC 

[PATCH] drm/nouveau: fix an error code in nouveau_backlight_init()
 2021-04-14  5:58 UTC 

[PATCH v3] drm/vmwgfx: Make sure bo's are unpinned before putting them back
 2021-04-14  5:36 UTC  (2+ messages)

[PATCH v2 1/3] drm/msm/dp: check sink_count before update is_connected status
 2021-04-14  2:41 UTC  (2+ messages)

[PATCH v2 3/3] drm/msm/dp: check main link status before start aux read
 2021-04-13 23:11 UTC 

[PATCH] efifb: Check efifb_pci_dev before using it
 2021-04-13 22:36 UTC  (4+ messages)

[pull] drm/msm: drm-msm-next for 5.13
 2021-04-13 21:39 UTC  (2+ messages)

[pull] amdgpu, radeon drm-next-5.13
 2021-04-13 21:02 UTC  (2+ messages)

[PATCH v2] drm/bridge/sii8620: fix dependency on extcon
 2021-04-13 17:02 UTC  (3+ messages)

[PATCH v3 0/9] drm/vc4: hdmi: Support the 4k @ 60Hz modes
 2021-04-13 14:54 UTC  (10+ messages)
` [PATCH v3 1/9] drm/vc4: txp: Properly set the possible_crtcs mask
` [PATCH v3 2/9] drm/vc4: crtc: Skip the TXP
` [PATCH v3 3/9] drm/vc4: Rework the encoder retrieval code
` [PATCH v3 4/9] drm/vc4: hdmi: Prevent clock unbalance
` [PATCH v3 5/9] drm/vc4: hvs: Make the HVS bind first
` [PATCH v3 6/9] drm/vc4: hdmi: Properly compute the BVB clock rate
` [PATCH v3 7/9] drm/vc4: hdmi: Check and warn if we can't reach 4kp60 frequencies
` [PATCH v3 8/9] drm/vc4: hdmi: Enable the scrambler
` [PATCH v3 9/9] drm/vc4: hdmi: Raise the maximum clock rate

[PATCH v1, 3/3] drm/mediatek: gamma set with cmdq
 2021-04-13 13:32 UTC  (2+ messages)

[PATCH v2 1/5] drm/connector: Create a helper to attach the hdr_output_metadata property
 2021-04-13 12:11 UTC  (5+ messages)
` [PATCH v2 2/5] drm/connector: Add helper to compare HDR metadata
` [PATCH v2 3/5] drm/vc4: Add HDR metadata property to the VC5 HDMI connectors
` [PATCH v2 4/5] drm/connector: Add a helper to attach the colorspace property
` [PATCH v2 5/5] drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe

[PATCH 1/3] dma-buf: Require VM_PFNMAP vma for mmap
 2021-04-13 10:47 UTC  (4+ messages)
` [PATCH 2/3] drm/vgem: use shmem helpers
` [PATCH 3/3] drm/shmem-helper: Align to page size in dumb_create

[PATCH 0/2] clk: Implement a clock request API
 2021-04-13 10:13 UTC  (3+ messages)
` [PATCH 1/2] clk: Introduce "
` [PATCH 2/2] drm/vc4: hdmi: Convert to the new "

[PATCH v2] drm/vmwgfx: Make sure unpinning handles reservations
 2021-04-13  9:52 UTC  (2+ 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).