dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-05 12:19:45 to 2021-01-07 08:53:46 UTC [more...]

[PATCH 0/2] drm/sun4i: fix DCLK and improve its handling
 2021-01-07  2:30 UTC  (6+ messages)
` [PATCH 1/2] drm/sun4i: tcon: fix inverted DCLK polarity
    ` [PATCH v2 0/2] drm/sun4i: fix DCLK and improve its handling
      ` [PATCH v2 1/2] drm/sun4i: tcon: fix inverted DCLK polarity
` [PATCH 2/2] drm/sun4i: tcon: improve DCLK polarity handling

[PATCH] drm/panel: feiyang-fy07024di26a30d: cleanup if panel attaching failed
 2021-01-07  6:49 UTC  (4+ messages)

[PATCH v3] drm/sun4i: de2: Reimplement plane z position setting logic
 2021-01-06 20:49 UTC  (2+ messages)

[PATCH] drm/msm: Only enable A6xx LLCC code on A6xx
 2021-01-07  4:50 UTC  (2+ messages)

[PATCH v9, 00/11] drm/mediatek: add support for mediatek SOC MT8183
 2021-01-07  3:11 UTC  (5+ messages)
` [PATCH v9, 01/11] dt-bindings: mediatek: add rdma-fifo-size description for mt8183 display
` [PATCH v9, 03/11] arm64: dts: mt8183: rename rdma fifo size
` [PATCH v9, 09/11] drm/mediatek: enable dither function
` [PATCH v9, 11/11] This patch add support for mediatek SOC MT8183

[PATCH RESEND v2 1/2] dma-fence: allow signaling drivers to set fence timestamp
 2021-01-06 19:49 UTC 

[PATCH] dt-bindings: bcm2835-vec: Add power-domains property
 2021-01-06 15:01 UTC  (2+ messages)

linux-next: Tree for Jan 6 (drivers/gpu/drm/imx/dw_hdmi-imx.o)
 2021-01-06 16:49 UTC 

[PATCH -next] video: fbdev: pxa3xx_gcu: use resource_size
 2021-01-06 13:40 UTC  (2+ messages)

[PATCH V2 0/4] drm/v3d: Minor improvements
 2021-01-06 15:09 UTC  (3+ messages)
` [PATCH V2 2/4] drm/v3d: Set dma_mask as well as coherent_dma_mask

[PATCH v7 0/4] drm/panfrost: Add support for mt8183 GPU
 2021-01-07  8:51 UTC  (7+ messages)
` [PATCH v7 1/4] dt-bindings: gpu: mali-bifrost: Add Mediatek MT8183
` [PATCH v7 3/4] drm/panfrost: devfreq: Disable devfreq when num_supplies > 1
` [PATCH v7 4/4] drm/panfrost: Add mt8183-mali compatible string

[PATCH V2] drm/stm: Fix bus_flags handling
 2021-01-07  8:26 UTC  (2+ messages)

[PATCH v3 0/8] drm: Move struct drm_device.pdev to legacy
 2021-01-07  8:07 UTC  (9+ messages)
` [PATCH v3 1/8] drm/amdgpu: Fix trailing whitespaces
` [PATCH v3 2/8] drm/amdgpu: Remove references to struct drm_device.pdev
` [PATCH v3 3/8] drm/hibmc: "
` [PATCH v3 4/8] drm/i915: "
` [PATCH v3 5/8] drm/i915/gt: "
` [PATCH v3 6/8] drm/i915/gvt: "
` [PATCH v3 7/8] drm/nouveau: "
` [PATCH v3 8/8] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev

[PULL] drm-intel-fixes
 2021-01-07  7:50 UTC 

[PATCH v7 0/8] mainline Plymovent M2M and BAS board
 2021-01-07  3:10 UTC  (2+ messages)

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

[Bug 210321] New: /display/dc/dcn20/dcn20_resource.c:3240 dcn20_validate_bandwidth_fp+0x8b/0xd0 [amdgpu]
 2021-01-07  2:49 UTC  (2+ messages)
` [Bug 210321] "

[Bug 211033] New: [bisected][regression] amdgpu: *ERROR* Restoring old state failed with -12
 2021-01-06 23:50 UTC  (7+ messages)
` [Bug 211033] "

[Bug 211065] New: drm:dm_restore_drm_connector_state [amdgpu] *ERROR* Restoring old state failed with -12
 2021-01-06 23:48 UTC  (4+ messages)
` [Bug 211065] "

[PATCH v2 0/5] Share mtk mutex driver for both DRM and MDP
 2021-01-06 23:17 UTC  (6+ messages)
` [PATCH v2 1/5] drm/mediatek: Remove redundant file including
` [PATCH v2 2/5] drm/mediatek: Rename file mtk_drm_ddp to mtk_mutex
` [PATCH v2 3/5] drm/mediatek: Change disp/ddp term to mutex in mtk mutex driver
` [PATCH v2 4/5] drm/mediatek: Automatically search unclaimed mtk mutex in mtk_mutex_get()
` [PATCH v2 5/5] soc / drm: mediatek: Move mtk mutex driver to soc folder

[PATCH] drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST
 2021-01-06 22:38 UTC 

[pull] amdgpu drm-fixes-5.11
 2021-01-06 22:27 UTC 

[Bug 210201] New: [amdpgu] crash when playing after suspend/resume
 2021-01-06 22:10 UTC  (2+ messages)
` [Bug 210201] "

Couple of issues with amdgpu on my WX4100
 2021-01-06 21:27 UTC  (5+ messages)

[PATCH v3 0/3] Experimental freesync video mode optimization
 2021-01-06 20:02 UTC  (3+ messages)
` [PATCH v3 3/3] drm/amd/display: Skip modeset for front porch change

[PATCH V3] drm/vkms: Decouple config data for configfs
 2021-01-06 19:08 UTC  (2+ messages)

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2021-01-06 18:59 UTC  (4+ messages)
` [Bug 207383] [Regression] 5.7 "

[PATCH] drm/imx: dw_hdmi-imx: depend on OF to fix randconfig compile tests on x86_64
 2021-01-06 17:30 UTC 

[PATCH v2 0/6] dt-bindings: display: Convert DWC HDMI TX bindings to YAML
 2021-01-06 17:20 UTC  (9+ messages)
` [PATCH v2 3/6] dt-bindings: display: imx: hdmi: Convert binding "

5.11-rc1 TTM list corruption
 2021-01-06 17:10 UTC  (11+ messages)

[PATCH v4, 00/10] soc: mediatek: mmsys: Use function call for setting the routing registers
 2021-01-06 16:36 UTC  (3+ messages)
` [PATCH v4, 10/10] soc: mediatek: mmsys: add mt8192 mmsys support

[PATCH v3 0/6] dt-bindings: display: Convert DWC HDMI TX bindings to YAML
 2021-01-06 15:17 UTC  (3+ messages)
` [PATCH v3 4/6] dt-bindings: display: rockchip: dw-hdmi: Convert binding "

[PATCH] drm: Check actual format for legacy pageflip
 2021-01-06 15:04 UTC  (5+ messages)

[Bug 211043] New: amdgpu: Mouse cursor freeze of external mouse after a while (after kernel crash?) (KDE Plasma)
 2021-01-06 12:56 UTC  (6+ messages)
` [Bug 211043] "

KASAN: vmalloc-out-of-bounds Write in imageblit
 2021-01-06 10:06 UTC 

[PATCH RESEND 0/7] iommu: Permit modular builds of io-pgtable drivers
 2021-01-06 12:34 UTC  (2+ messages)

[PULL] drm-misc-next
 2021-01-06 11:13 UTC 

[PATCH RFC v6 0/6] Add Unisoc's drm kms module
 2021-01-05 11:09 UTC  (4+ messages)
` [PATCH RFC v6 4/6] drm/sprd: add Unisoc's drm display controller driver

[PATCH v3 0/6] Add Unisoc's drm kms module
 2021-01-05 13:46 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH v3 2/6] drm/sprd: add Unisoc's drm kms master
` [PATCH v3 3/6] dt-bindings: display: add Unisoc's dpu bindings
` [PATCH v3 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v3 5/6] dt-bindings: display: add Unisoc's mipi dsi controller bindings
` [PATCH v3 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCH] dt-bindings: Add missing array size constraints
 2021-01-06  7:13 UTC  (11+ messages)

[PATCH v3 1/2] dt-bindings: Add DT schema for Arm Mali Valhall GPU
 2021-01-05  8:34 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: mt8192: Add node for the Mali GPU

[PATCH v2] drm/amdgpu: Add check to prevenet IH overflow
 2021-01-05 19:51 UTC  (3+ messages)

[PATCH] drm/agpsupport: Fix warning in functions documentation
 2021-01-05 20:07 UTC  (2+ messages)

discussion: re-structuring of the Amlogic Meson VPU DRM driver
 2021-01-06  2:35 UTC  (2+ messages)

[PATCH] drm/panfrost: Use delayed timer as default in devfreq profile
 2021-01-05 16:41 UTC 

[PATCH V2] dmabuf: fix use-after-free of dmabuf's file->f_inode
 2021-01-05 14:36 UTC 

[PATCH 1/2] drm/bridge/lontium-lt9611uxc: fix waiting for EDID to become available
 2021-01-05 17:20 UTC  (2+ messages)

[PATCH 1/2] drm/radeon: stop re-init the TTM page pool
 2021-01-06  6:35 UTC  (3+ messages)
` [PATCH 2/2] drm/ttm: unexport ttm_pool_init/fini

[PATCH 1/2] drm/hyperv: Add DRM driver for hyperv synthetic video device
 2021-01-06  4:01 UTC  (7+ messages)

[PATCH v4 1/4] drm/i915: Keep track of pwm-related backlight hooks separately
 2021-01-06  1:34 UTC  (4+ messages)
` [PATCH v4 2/4] drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)
` [PATCH v4 3/4] drm/i915/dp: Allow forcing specific interfaces through enable_dpcd_backlight
` [PATCH v4 4/4] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"

[PATCH v8, 0/6] drm/mediatek: add support for mediatek SOC MT8183
 2021-01-05 23:09 UTC  (7+ messages)
` [PATCH v8, 5/6] drm/mediatek: add RDMA fifo size error handle

[PATCH v2 0/8] Misc cleanups and fixes for vmwgfx
 2021-01-05 23:04 UTC  (10+ messages)
` [PATCH v2 1/8] drm/vmwgfx: add Zack Rusin as maintainer
` [PATCH v2 2/8] drm/vmwgfx: Remove stealth mode
` [PATCH v2 3/8] drm/vmwgfx: Switch to a managed drm device
` [PATCH v2 4/8] drm/vmwgfx: Cleanup fifo mmio handling
` [PATCH v2 5/8] drm/vmwgfx: Cleanup pci resource allocation
` [PATCH v2 6/8] drm/vmwgfx: Remove the throttling code
` [PATCH v2 7/8] drm/vmwgfx: Cleanup the cmd/fifo split
` [PATCH v2 8/8] drm/vmwgfx: Fix display register usage for some older configs

A PCI quirk for resizeable BAR 0 on Navi10
 2021-01-05 21:42 UTC  (10+ messages)
` [PATCH 1/4] pci: export pci_rebar_get_possible_sizes
` [PATCH 2/4] pci: add BAR bytes->size helper & expose size->bytes helper v2
` [PATCH 3/4] amdgpu: resize BAR0 to the maximum available size, even if it doesn't cover VRAM (v6)
` [PATCH 4/4] PCI: add a REBAR size quirk for Sapphire RX 5600 XT Pulse
  ` [kbuild] "

[PATCH v3 0/9] drm/i915: Add support for Intel's eDP backlight controls
 2021-01-05 21:21 UTC  (4+ messages)
` [PATCH v3 4/9] drm/i915: Keep track of pwm-related backlight hooks separately

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2021-01-05 21:04 UTC  (6+ messages)
` [PATCH v3 01/12] drm: Add dummy page per device or GEM object

[Bug 210849] New: Black screen after resume from long suspend. Open/Close lid. AMDGPU
 2021-01-05 20:43 UTC  (2+ messages)
` [Bug 210849] "

[PATCH] MAINTAINERS: update radeon/amdgpu/amdkfd git trees
 2021-01-05 20:15 UTC 

[PATCH 28/31] PM / devfreq: imx8m-ddrc: convert to use devm_pm_opp_* API
 2021-01-05 19:59 UTC  (3+ messages)

[PATCH] drm/ttm: Remove pinned bos from LRU in ttm_bo_move_to_lru_tail() v2
 2021-01-05 18:19 UTC  (3+ messages)

[PATCH v2 00/48] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2021-01-05 17:11 UTC  (2+ messages)

[PATCH v12 0/5] Introduce memory interconnect for NVIDIA Tegra SoCs
 2021-01-05 17:03 UTC  (7+ messages)
` [PATCH v12 1/5] memory: tegra124-emc: Make driver modular
` [PATCH v12 2/5] memory: tegra124-emc: Continue probing if timings are missing in device-tree
` [PATCH v12 3/5] memory: tegra124: Support interconnect framework

[PATCH 00/31] Introduce devm_pm_opp_* API
 2021-01-05 16:33 UTC  (3+ messages)
` [PATCH 19/31] drm/panfrost: convert to use "

[PATCH] drm/amd/display: Revert "add DCN support for aarch64"
 2021-01-05 16:23 UTC  (7+ messages)

[PATCH v8 0/4] drm: LogiCVC display controller support
 2021-01-05 15:00 UTC  (5+ messages)
` [PATCH v8 4/4] NOTFORMERGE: drm/logicvc: Add plane colorkey support

[PATCH v2 0/2] Add MIPI rx DPI support
 2021-01-05 14:17 UTC  (3+ messages)
` [PATCH v2 2/2] drm/bridge: anx7625: add MIPI DPI input feature support

[Bug 209987] New: Memory leak in amdgpu_dm_update_connector_after_detect
 2021-01-05 14:14 UTC  (2+ messages)
` [Bug 209987] "

[PATCH v2] drm/amdgpu: Do not change amdgpu framebuffer format during page flip
 2021-01-05 12:51 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).