dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 18:12:51 to 2021-04-02 15:57:51 UTC [more...]

[PATCH] drm/amdgpu: fix semicolon.cocci warnings
 2021-04-02 15:50 UTC 

[PATCH] zero-fill colormap in drivers/video/fbdev/core/fbcmap.c
 2021-04-02 15:37 UTC  (4+ messages)

[v1] drm/msm/disp/dpu1: program 3d_merge only if block is attached
 2021-04-02 15:24 UTC  (2+ messages)

[PATCH 0/2] drm/msm: Fixes/updates for perfetto profiling
 2021-04-02 14:50 UTC  (5+ messages)
` [PATCH 1/2] drm/msm: Fix a5xx/a6xx timestamps
  ` [Freedreno] "
` [PATCH 2/2] drm/msm: Add param for userspace to query suspend count
  ` [Freedreno] "

[PATCH RFC 0/3] Adds support to allow the bitstream configuration from pre-allocated dma-buffer
 2021-04-02 14:35 UTC  (5+ messages)
` [PATCH RFC 1/3] fpga: region: Add fpga-region property 'fpga-config-from-dmabuf'
` [PATCH RFC 2/3] fpga: support loading from a pre-allocated buffer
` [PATCH RFC 3/3] fpga: zynqmp: Use the scatterlist interface

[PATCH v1] drm/amdgpu: Try modify this line into a well-understood code
 2021-04-02 13:42 UTC 

[PATCH] drm/connector: demote connector force-probes for non-master clients
 2021-04-02 11:22 UTC 

[v1] drm/msm/disp/dpu1: fix warn stack reported during dpu resume
 2021-04-02 11:42 UTC  (7+ messages)
      ` [Freedreno] "

[drm-intel:drm-intel-next 3/4] drivers/gpu/drm/i915/display/intel_dp_hdcp.c:582 intel_dp_hdcp2_read_msg() error: uninitialized symbol 'msg_end'
 2021-04-02 10:43 UTC 

[PATCH] apply: use DEFINE_SPINLOCK() instead of spin_lock_init()
 2021-04-02  3:13 UTC 

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-04-01 19:21 UTC  (11+ messages)
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v7 5/8] mm: Device exclusive memory access

[PATCH] staging: fbtft: change snprintf() to scnprintf()
 2021-04-02  9:17 UTC  (2+ messages)

[PATCH v6 0/5] Add MIPI rx DPI support
 2021-04-02  9:15 UTC  (17+ messages)
` [PATCH v6 1/5] dt-bindings:drm/bridge:anx7625:add vendor define flags
` [PATCH v6 3/5] drm/bridge: anx7625: add MIPI DPI input feature support
` [PATCH v6 4/5] drm/bridge: anx7625: add HDCP support
` [PATCH v6 5/5] drm/bridge: anx7625: add HDMI audio function

[PATCH] drm/nouveau: fix potential abnormal lock/unlock
 2021-04-02  8:55 UTC 

[PATCH] drm/kmb: cleanup coding style a bit
 2021-04-02  8:55 UTC 

[PATCH] drm/gud: cleanup coding style a bit
 2021-04-02  8:55 UTC 

[PATCH] drm/amd: remove not needed conversion to bool
 2021-04-02  8:54 UTC 

[PATCH 1/2] drm/virtio: Create Dumb BOs as guest Blobs
 2021-04-02  7:55 UTC  (7+ messages)
` [PATCH 2/2] drm/virtio: Include modifier as part of set_scanout_blob

[PATCH] drm/ttm: optimize the pool shrinker a bit
 2021-04-02  4:18 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix a potential sdma invalid access
 2021-04-02  3:18 UTC 

[X11][Question] Any plan on explicit synchronization for X11?
 2021-04-02  2:04 UTC 

[PATCH v2 0/9] Add 4 Jenson simple panels
 2021-04-01 23:17 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] dt-bindings: Add Jenson Display vendor prefix
  ` [PATCH v3 2/9] dt-bindings: display/panel: add Jenson JT60245-01
  ` [PATCH v3 3/9] dt-bindings: display/panel: add Jenson JT60248-01
  ` [PATCH v3 4/9] dt-bindings: display/panel: add Jenson JT60249-01
  ` [PATCH v3 5/9] dt-bindings: display/panel: add Jenson JT60250-02
  ` [PATCH v3 6/9] drm/panel: simple: add Jenson JT60245-01
  ` [PATCH v3 7/9] drm/panel: simple: add Jenson JT60248-01
  ` [PATCH v3 8/9] drm/panel: simple: add Jenson JT60249-01
  ` [PATCH v3 9/9] drm/panel: simple: add Jenson JT60250-02

[PATCH 00/34] Add HMM-based SVM memory manager to KFD v3
 2021-04-01 22:37 UTC  (41+ messages)
` [PATCH 01/34] drm/amdkfd: helper to convert gpu id and idx
` [PATCH 02/34] drm/amdkfd: add svm ioctl API
` [PATCH 03/34] drm/amdkfd: register svm range
` [PATCH 04/34] drm/amdkfd: add svm ioctl GET_ATTR op
` [PATCH 05/34] drm/amdgpu: add common HMM get pages function
` [PATCH 06/34] drm/amdkfd: validate svm range system memory
` [PATCH 07/34] drm/amdkfd: deregister svm range
` [PATCH 08/34] drm/amdgpu: export vm update mapping interface
` [PATCH 09/34] drm/amdkfd: map svm range to GPUs
` [PATCH 10/34] drm/amdkfd: svm range eviction and restore
` [PATCH 11/34] drm/amdgpu: Enable retry faults unconditionally on Aldebaran
` [PATCH 12/34] drm/amdkfd: add xnack enabled flag to kfd_process
` [PATCH 13/34] drm/amdkfd: add ioctl to configure and query xnack retries
` [PATCH 14/34] drm/amdkfd: register HMM device private zone
` [PATCH 15/34] drm/amdkfd: validate vram svm range from TTM
` [PATCH 16/34] drm/amdkfd: support xgmi same hive mapping
` [PATCH 17/34] drm/amdkfd: copy memory through gart table
` [PATCH 18/34] drm/amdkfd: HMM migrate ram to vram
` [PATCH 19/34] drm/amdkfd: HMM migrate vram to ram
` [PATCH 20/34] drm/amdkfd: invalidate tables on page retry fault
` [PATCH 21/34] drm/amdgpu: enable 48-bit IH timestamp counter
` [PATCH 22/34] drm/amdkfd: page table restore through svm API
` [PATCH 23/34] drm/amdkfd: SVM API call to restore page tables
` [PATCH 24/34] drm/amdkfd: add svm_bo reference for eviction fence
` [PATCH 25/34] drm/amdgpu: add param bit flag to create SVM BOs
` [PATCH 26/34] drm/amdkfd: add svm_bo eviction mechanism support
` [PATCH 27/34] drm/amdgpu: svm bo enable_signal call condition
` [PATCH 28/34] drm/amdgpu: add svm_bo eviction to enable_signal cb
` [PATCH 29/34] drm/amdgpu: reserve fence slot to update page table
` [PATCH 30/34] drm/amdkfd: refine migration policy with xnack on
` [PATCH 31/34] drm/amdkfd: add svm range validate timestamp
` [PATCH 32/34] drm/amdkfd: multiple gpu migrate vram to vram
` [PATCH 33/34] drm/amdkfd: Add SVM API support capability bits
` [PATCH 34/34] drm/amdkfd: Add CONFIG_HSA_AMD_SVM

[pull] amdgpu, radeon, ttm, sched drm-next-5.13
 2021-04-01 22:29 UTC 

[PATCH] drm/msm/a6xx: fix for kernels without CONFIG_NVMEM
 2021-04-01 21:49 UTC  (15+ messages)

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

[PATCH v5 00/21] Host1x/TegraDRM UAPI
 2021-04-01 21:19 UTC  (5+ messages)
` [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

[PATCH] drm/ttm: add __user annotation in radeon_ttm_vram_read
 2021-04-01 21:15 UTC  (3+ messages)

[PATCH] amd/amdgpu: code refactoring to clean code style a bit
 2021-04-01 21:12 UTC  (2+ messages)

[PATCH] drm/amd: cleanup coding style a bit
 2021-04-01 21:11 UTC  (2+ messages)

[PATCH] drm/amd: use kmalloc_array over kmalloc with multiply
 2021-04-01 21:10 UTC  (2+ messages)

Update firmware for Qualcomm SM8250 platform
 2021-04-01 20:11 UTC 

[PATCH 1/2] gpu: host1x: Split up client initalization and registration
 2021-04-01 20:08 UTC  (3+ messages)
` [PATCH 2/2] drm/tegra: sor: Fully initialize SOR before registration

[git pull] drm fixes for 5.12-rc6
 2021-04-01 19:48 UTC  (2+ messages)

[PATCH] drm/msm: a6xx: fix version check for the A650 SQE microcode
 2021-04-01 19:07 UTC  (2+ messages)

[PATCH] drm/msm: Drop mm_lock in scan loop
 2021-04-01 18:45 UTC 

[PATCH 0/4] drm/msm: Shrinker (and related) fixes
 2021-04-01 17:37 UTC  (23+ messages)
` [PATCH 1/4] drm/msm: Remove unused freed llist node
` [PATCH 2/4] drm/msm: Avoid mutex in shrinker_count()
` [PATCH 3/4] drm/msm: Fix debugfs deadlock
` [PATCH 4/4] drm/msm: Improved debugfs gem stats
` [PATCH v2 0/4] drm/msm: Shrinker (and related) fixes
  ` [PATCH v2 1/4] drm/msm: Remove unused freed llist node
  ` [PATCH v2 2/4] drm/msm: Avoid mutex in shrinker_count()
  ` [PATCH v2 3/4] drm/msm: Fix debugfs deadlock
  ` [PATCH v2 4/4] drm/msm: Improved debugfs gem stats

[GIT PULL] drm/tegra: Changes for v5.13-rc1
 2021-04-01 16:44 UTC 

[GIT PULL] drm/tegra: Fixes for v5.12-rc6
 2021-04-01 16:33 UTC 

[PATCH v8 0/2] gpu: drm: add driver for ili9361 panel
 2021-04-01 16:29 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

[PATCH v4 0/2] add support for Waveshare 2inch LCD module
 2021-04-01 16:12 UTC  (3+ messages)
` [PATCH v4 2/2] dt-bindings: display: sitronix, st7789v-dbi: Add "

[PATCH v7 00/14] Add some DRM bridge drivers support for i.MX8qm/qxp SoCs
 2021-04-01 16:03 UTC  (5+ messages)
` [PATCH v7 07/14] dt-bindings: mfd: Add i.MX8qm/qxp Control and Status Registers module binding

[PATCH] drm/sched: add missing member documentation
 2021-04-01 15:29 UTC  (2+ messages)

[PATCH v2 00/14] drm: Fix EDID reading on ti-sn65dsi86
 2021-04-01 14:57 UTC  (6+ messages)
  ` [PATCH v2 11/14] drm/bridge: ti-sn65dsi86: Power things properly for reading the EDID

[PATCH] drivers: gpu: drm: bridge: fix kconfig dependency on DRM_KMS_HELPER
 2021-04-01 14:39 UTC  (2+ messages)

[PATCH v3 0/2] drm/mediatek: Don't support hdmi connector creation
 2021-04-01 14:15 UTC  (2+ messages)

drm/i915/selftests: Prepare gtt tests for obj->mm.lock removal
 2021-04-01 13:59 UTC 

[PATCH v2 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-01 13:40 UTC  (4+ messages)
` [PATCH v2 05/20] drm/dp: Add backpointer to drm_device in drm_dp_aux
` [Intel-gfx] [PATCH v2 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers

[PATCH 16/18] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
 2021-04-01 13:26 UTC  (9+ messages)

[PATCH][next] drm/i915: Fix an uninitialized variable issue
 2021-04-01 12:55 UTC 

[PATCH] drm/amd/display: Try YCbCr420 color when YCbCr444 fails
 2021-04-01 12:32 UTC  (5+ messages)

[PATCH 00/32] Fix broken documentation file references
 2021-04-01 12:17 UTC  (2+ messages)
` [PATCH 26/32] dt-bindings: iommu: mediatek: update mediatek, iommu.yaml references

[PATCH] drm/i915/pmu: Check actual RC6 status
 2021-04-01 11:38 UTC  (6+ messages)
` [Intel-gfx] "

[PATCH v2 0/5] drm/vc4: hdmi: Support the 4k @ 60Hz modes
 2021-04-01 11:30 UTC  (7+ messages)
` [PATCH v2 2/5] drm/vc4: hdmi: Properly compute the BVB clock rate
` [PATCH v2 3/5] drm/vc4: hdmi: Check and warn if we can't reach 4kp60 frequencies
` [PATCH v2 4/5] drm/vc4: hdmi: Enable the scrambler

[PULL] drm-misc-next
 2021-04-01 11:05 UTC 

[PATCH] drm/i915/pmu: Do not report 100% RC6 if not supported
 2021-04-01  9:25 UTC  (2+ messages)
` [Intel-gfx] "

[GIT PULL] drm/imx: fixes for v5.12
 2021-04-01  9:22 UTC 

[PULL] drm-intel-next
 2021-04-01  9:06 UTC 

[PATCH] drm/nouveau: remove unused code
 2021-04-01  9:03 UTC 

[RESEND PATCH v4 1/2] dt-bindings: drm/bridge: anx7625: Add power supplies
 2021-04-01  8:41 UTC  (3+ messages)
` [RESEND PATCH v4 2/2] drm/bridge: anx7625: disable regulators when power off

[PATCH v5 0/5] phy: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support
 2021-04-01  8:36 UTC  (4+ messages)
` [PATCH v5 2/5] phy: Add LVDS configuration options

[PATCH] drm/drm_internal.h: Remove repeated struct declaration
 2021-04-01  8:17 UTC 

linux-next: build warnings after merge of the drm tree
 2021-04-01  7:32 UTC 

linux-next: build warning after merge of the drm tree
 2021-04-01  7:19 UTC 

[PATCH] fix NULL pointer deference crash
 2021-04-01  6:54 UTC  (5+ messages)

[PATCH] drm/hisilicon/kirin: Use the correct HiSilicon copyright
 2021-04-01  1:03 UTC  (2+ messages)

linux-next: manual merge of the drm-intel tree with the drm tree
 2021-04-01  2:13 UTC 

[PATCH 0/3] mt8183 dpi supports dual edge
 2021-04-01  2:08 UTC  (3+ messages)
` [PATCH 3/3] drm/mediatek: dpi: add bus format negociation

[PATCH] drm/ttm: cleanup coding style a bit
 2021-04-01  1:59 UTC  (2+ messages)
`  "

[PATCH 1/2] drm/msm/dpu: fill missing details in hw catalog for sdm845 and sm8[12]50
 2021-04-01  2:05 UTC  (2+ messages)
` [PATCH 2/2] drm/msm/dpu: always use mdp device to scale bandwidth

[pull] amdgpu, amdkfd drm-fixes-5.12
 2021-04-01  2:00 UTC 

[PATCH v7] drm/loongson: Add DRM Driver for Loongson 7A1000 bridge chip
 2021-04-01  1:20 UTC 

[pull] amdgpu, amdkfd, radeon drm-next-5.12
 2021-03-31 20:56 UTC  (4+ messages)

[PATCH v5 0/2] Add support for ANX7688
 2021-03-31 20:40 UTC  (8+ messages)
` [PATCH v5 1/2] dt-bindings: usb: add analogix,anx7688.yaml

[PATCH 2/4] drm/amd/display: Add FPU event trace
 2021-03-31 20:26 UTC  (3+ messages)

[PATCH v4 00/24] drm/msm/dsi: refactor MSM DSI PHY/PLL drivers
 2021-03-31 18:19 UTC  (5+ messages)
` [PATCH v4 23/24] drm/msm/dsi: inline msm_dsi_phy_set_src_pll
  ` [Freedreno] "
` [PATCH v4 24/24] drm/msm/dsi: stop passing src_pll_id to the phy_enable call
  ` [Freedreno] "

[PATCH] /msm/adreno: fix different address spaces warning
 2021-03-31 18:12 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).