dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 12:08:32 to 2020-11-23 01:07:02 UTC [more...]

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-22 23:04 UTC  (38+ messages)
` [PATCH 004/141] drm/amdgpu: "
` [PATCH 005/141] drm/radeon: "
` [PATCH 028/141] drm/amd/display: "
` [PATCH 078/141] drm/amd/pm: "
` [PATCH 079/141] drm: "
` [PATCH 080/141] drm/i915/gem: "
` [PATCH 081/141] drm/nouveau/clk: "
` [PATCH 082/141] drm/nouveau: "
` [PATCH 083/141] drm/nouveau/therm: "
` [PATCH 084/141] drm/via: "
` [PATCH 134/141] video: fbdev: lxfb_ops: "
` [PATCH 135/141] video: fbdev: pm2fb: "

[PATCH v10 00/19] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-11-23  0:27 UTC  (14+ messages)
` [PATCH v10 03/19] memory: tegra30: Support interconnect framework
` [PATCH v10 04/19] memory: tegra124-emc: Make driver modular
` [PATCH v10 05/19] memory: tegra124-emc: Continue probing if timings are missing in device-tree
` [PATCH v10 06/19] memory: tegra124: Support interconnect framework
` [PATCH v10 07/19] drm/tegra: dc: Support memory bandwidth management
` [PATCH v10 08/19] drm/tegra: dc: Extend debug stats with total number of events
` [PATCH v10 09/19] PM / devfreq: tegra30: Support interconnect and OPPs from device-tree
` [PATCH v10 10/19] PM / devfreq: tegra30: Separate configurations per-SoC generation
` [PATCH v10 11/19] PM / devfreq: tegra20: Deprecate in a favor of emc-stat based driver
` [PATCH v10 12/19] ARM: tegra: Correct EMC registers size in Tegra20 device-tree
` [PATCH v10 14/19] ARM: tegra: Add interconnect properties to Tegra30 device-tree
` [PATCH v10 15/19] ARM: tegra: Add interconnect properties to Tegra124 device-tree
` [PATCH v10 18/19] ARM: tegra: Add EMC OPP and ICC properties to Tegra30 EMC and ACTMON device-tree nodes

[PATCH v2 07/10] drm/fb-helper: Move damage blit code and its setup into separate routine
 2020-11-22 14:18 UTC  (2+ messages)
` [drm/fb] 6a1b34c0a3: WARNING:at_drivers/gpu/drm/drm_fb_helper.c:#drm_fb_helper_damage_work

devfreq and panfrost on Allwinner H6
 2020-11-22 18:42 UTC  (3+ messages)

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23  0:53 UTC  (11+ messages)

[Bug 205675] New: Display locks up. AMDGPU timeout
 2020-11-23  0:19 UTC  (31+ messages)
` [Bug 205675] "

[Bug 210303] New: Ryzen 3 PRO 4350G GPU Failed to updateMST allocation table
 2020-11-22 17:25 UTC  (9+ messages)
` [Bug 210303] "

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2020-11-25 10:42 UTC  (19+ messages)
` [PATCH v3 01/12] drm: Add dummy page per device or GEM object
` [PATCH v3 02/12] drm: Unamp the entire device address space on device unplug
` [PATCH v3 03/12] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v3 04/12] drm/ttm: Set dma addr to null after freee
` [PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use
` [PATCH v3 06/12] drm/sched: Cancel and flush all oustatdning jobs before finish
` [PATCH v3 07/12] drm/sched: Prevent any job recoveries after device is unplugged
` [PATCH v3 08/12] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v3 09/12] drm/amdgpu: Add early fini callback
` [PATCH v3 10/12] drm/amdgpu: Avoid sysfs dirs removal post device unplug
` [PATCH v3 11/12] drm/amdgpu: Register IOMMU topology notifier per device
` [PATCH v3 12/12] drm/amdgpu: Fix a bunch of sdma code crash post device unplug

[radeon-alex:amd-20.45 2115/2417] drivers/gpu/drm/amd/amdgpu/../display/dc/core/../dcn30/dcn30_resource.h:83:57: warning: 'struct clk_bw_params' declared inside parameter list will not be visible outside of this definition or declaration
 2020-11-22  1:35 UTC 

[radeon-alex:amd-20.45 2113/2417] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn30/dcn30_resource.c:2448:28: warning: initialized field overwritten
 2020-11-22  0:16 UTC 

[PATCH v7 0/5] dma-buf: Code rework and performance improvements for system heap
 2020-11-21 23:50 UTC  (6+ messages)
` [PATCH v7 1/5] dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists
` [PATCH v7 2/5] dma-buf: heaps: Move heap-helper logic into the cma_heap implementation
` [PATCH v7 3/5] dma-buf: heaps: Remove heap-helpers code
` [PATCH v7 4/5] dma-buf: heaps: Skip sync if not mapped
` [PATCH v7 5/5] dma-buf: system_heap: Allocate higher order pages if available

[Bug 210301] New: *ERROR* IB test failed on gfx (-110) on Ryzen 4750u
 2020-11-21 22:43 UTC 

[radeon-alex:amd-20.45 1379/2417] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn20/dcn20_hubp.h:164:2: error: expected specifier-qualifier-list before 'DCN21_HUBP_REG_COMMON_VARIABLE_LIST'
 2020-11-21 22:19 UTC 

[radeon-alex:amd-20.45 1835/2417] drivers/gpu/drm/amd/amdgpu/amdgpu_mn.c:788:5: error: redefinition of 'amdgpu_mn_register'
 2020-11-21 15:46 UTC 

[PATCH] video: hyperv_fb: Directly use the MMIO VRAM
 2020-11-21 14:54 UTC  (2+ messages)

[PATCH] dt-bindings: fsl-imx-drm: fix example compatible string
 2020-11-21 13:29 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add power supplies
 2020-11-21 12:50 UTC  (2+ messages)

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-21 12:47 UTC  (19+ messages)
` [PATCH v6 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v6 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v6 09/17] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v6 16/17] RFC: kvm: pass kvm argument to follow_pfn callsites
` [PATCH v6 17/17] RFC: mm: add mmu_notifier argument to follow_pfn

[radeon-alex:amd-20.45 198/2417] ./usr/include/drm/amdgpu_drm.h:314:2: error: unknown type name 'int32_t'
 2020-11-21 12:23 UTC 

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-20 18:23 UTC  (14+ messages)
` [PATCH 1/3] mm: Track mmu notifiers in fs_reclaim_acquire/release
` [PATCH 2/3] mm: Extract might_alloc() debug check
` [PATCH 3/3] locking/selftests: Add testcases for fs_reclaim
` [PATCH] drm/ttm: don't set page->mapping

[PATCH v4 0/2] drm/vc4: Rework the HVS muxing code
 2020-11-20 14:42 UTC  (3+ messages)
` [PATCH v4 1/2] drm/vc4: kms: Store the unassigned channel list in the state
` [PATCH v4 2/2] drm/vc4: kms: Don't disable the muxing of an active CRTC

[BUG] drm/vkms: Failure when using drmGetConnectorCurrent()
 2020-11-20 16:19 UTC 

[PATCH v3 0/7] drm/vc4: Rework the HVS muxing code
 2020-11-20 14:02 UTC  (4+ messages)
` [PATCH v3 6/7] drm/vc4: kms: Store the unassigned channel list in the state

[PATCH v2 1/2] dma-fence: allow signaling drivers to set fence timestamp
 2020-11-21  0:37 UTC  (2+ messages)
` [PATCH v2 2/2] drm/drm_vblank: set the dma-fence timestamp during send_vblank_event

[PATCH] drm/nouveau: fix relocations applying logic and a double-free
 2020-11-20 15:23 UTC 

Linux 5.10-rc4; graphics alignment
 2020-11-20 15:39 UTC  (9+ messages)

[PATCH 0/8] vc4: Convert to drm_atomic_helper_commit
 2020-11-20 14:50 UTC  (11+ messages)
` [PATCH 1/8] drm: Introduce an atomic_commit_setup function
` [PATCH 6/8] drm/vc4: kms: Wait on previous FIFO users before a commit
` [PATCH 7/8] drm/vc4: kms: Remove async modeset semaphore
` [PATCH 8/8] drm/vc4: kms: Convert to atomic helpers

[PATCH v2 1/3] dt-bindings: display: Add a property to deal with WiFi coexistence
 2020-11-20 16:45 UTC  (3+ messages)
` [PATCH v2 3/3] ARM: dts: rpi-4: disable wifi frequencies

[PATCH v2] drm: Pass the full state to connectors atomic functions
 2020-11-20 16:58 UTC  (4+ messages)

[PATCH v5 1/1] lib/vsprintf: Add support for printing V4L2 and DRM fourccs
 2020-11-21  3:05 UTC  (3+ messages)

[PATCH] drm/mediatek: dsi: Modify horizontal front/back porch byte formula
 2020-11-21 10:37 UTC  (3+ messages)

[radeon-alex:amd-20.45 189/2417] ./usr/include/drm/amdgpu_drm.h:874:4: error: unknown type name 'uint32_t'
 2020-11-21 10:05 UTC 

[radeon-alex:amd-20.45 2387/2417] drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1284:2: warning: ignoring return value of function declared with 'warn_unused_result' attribute
 2020-11-21  6:02 UTC 

[PATCH v6 0/5] dma-buf: Code rework and performance improvements for system heap
 2020-11-21  4:49 UTC  (6+ messages)
` [PATCH v6 1/5] dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists
` [PATCH v6 2/5] dma-buf: heaps: Move heap-helper logic into the cma_heap implementation
` [PATCH v6 3/5] dma-buf: heaps: Remove heap-helpers code
` [PATCH v6 4/5] dma-buf: heaps: Skip sync if not mapped
` [PATCH v6 5/5] dma-buf: system_heap: Allocate higher order pages if available

[radeon-alex:amd-20.45 1587/2417] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c:882:6: warning: no previous prototype for function 'kgd_gfx_v10_set_address_watch'
 2020-11-21  4:14 UTC 

[radeon-alex:amd-20.45 630/2417] drivers/gpu/drm/amd/include/navi10_ip_offset.h:269:52: warning: initialized field overwritten
 2020-11-21  2:27 UTC 

[radeon-alex:amd-20.45 630/2417] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:2633:11: warning: variable 'gpu_id' set but not used
 2020-11-21  1:26 UTC 

[PATCH] drm/kmb: Fix possible oops in probe error handling
 2020-11-20 22:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm: mxsfb: fix fence synchronization
 2020-11-20 21:13 UTC 

[git pull] drm fixes for v5.10-rc5
 2020-11-20 18:40 UTC  (2+ messages)

[PATCH] drm/kmb: Remove an unnecessary NULL check
 2020-11-20 17:28 UTC  (5+ messages)

[PATCH] drm/vboxvideo: Unmap iomem on probe-failure and remove
 2020-11-20 14:55 UTC  (8+ messages)

[PATCH 0/8] drm/imx: Introduce i.MX8qxp DPU DRM
 2020-11-20 14:38 UTC  (3+ messages)
` [PATCH 5/8] "

[PATCH v4 19/21] drm/tegra: Implement new UAPI
 2020-11-20 13:23 UTC  (3+ messages)

[PATCH 0/2] More meson HDMI fixes
 2020-11-20 12:27 UTC  (8+ messages)
` [PATCH 1/2] drm/meson: dw-hdmi: Disable clocks on driver teardown
` [PATCH 2/2] drm/meson: dw-hdmi: Enable the iahb clock early enough


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