dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 19:44:04 to 2020-11-25 20:27:22 UTC [more...]

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

[PATCH rdma-core 0/5] Add user space dma-buf support
 2020-11-25 19:27 UTC  (14+ messages)
` [PATCH rdma-core 1/5] verbs: Support dma-buf based memory region
` [PATCH rdma-core 3/5] pyverbs: Add dma-buf based MR support
` [PATCH rdma-core 5/5] tests: Bug fix for get_access_flags()

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-25 16:24 UTC  (33+ messages)
                  ` [Intel-wired-lan] "

[PATCH 0/3] drm/nouveau: fix a use-after-free in postclose()
 2020-11-25 20:26 UTC  (8+ messages)
` [PATCH 2/3] drm/nouveau: Add a dedicated mutex for the clients list
` [PATCH 3/3] drm/nouveau: clean up all clients on device removal
` [PATCH v2 0/3] drm/nouveau: fix a use-after-free in postclose()
  ` [PATCH v2 1/3] drm/nouveau: use drm_dev_unplug() during device removal

[PATCH] drm/modes: Switch to 64bit maths to avoid integer overflow
 2020-11-25 19:44 UTC  (4+ messages)

[PATCH v3 05/12] drm/ttm: Expose ttm_tt_unpopulate for driver use
 2020-11-25 19:34 UTC  (16+ messages)

[PATCH] iommu/io-pgtable: Remove tlb_flush_leaf
 2020-11-25 18:24 UTC  (2+ messages)

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2020-11-25 17:41 UTC  (11+ messages)
` [PATCH v3 08/12] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v3 10/12] drm/amdgpu: Avoid sysfs dirs removal post device unplug

[Bug 205675] New: Display locks up. AMDGPU timeout
 2020-11-25 17:39 UTC  (3+ messages)
` [Bug 205675] "

[PATCH v4] drm/scheduler: Avoid accessing freed bad job
 2020-11-25 17:01 UTC  (24+ messages)
` [PATCH 0/6] Allow to extend the timeout without jobs disappearing
  ` [PATCH 1/6] drm/scheduler: "node" --> "list"
  ` [PATCH 2/6] gpu/drm: ring_mirror_list --> pending_list
  ` [PATCH 3/6] drm/scheduler: Job timeout handler returns status
  ` [PATCH 4/6] drm/scheduler: Essentialize the job done callback
  ` [PATCH 5/6] drm/amdgpu: Don't hardcode thread name length
  ` [PATCH 6/6] drm/sched: Make use of a "done" thread

[Bug 210123] New: drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] - flip_done time out with vmwgfx
 2020-11-25 16:54 UTC  (2+ messages)
` [Bug 210123] "

[pull] amdgpu, radeon drm-next-5.11
 2020-11-25 16:45 UTC 

[PATCH 0/7] drm/radeon: Convert to generic fbdev emulation
 2020-11-25 16:32 UTC  (21+ messages)
` [PATCH 4/7] drm/radeon: Pin buffers while they are vmap'ed

[pull] amdgpu drm-fixes-5.10
 2020-11-25 15:11 UTC 

[PATCH][next] drm/amdgpu: Fix sizeof() mismatch in bps_bo kmalloc_array creation
 2020-11-25 15:10 UTC  (3+ messages)

[PATCH] drm/radeon: fix check order in radeon_bo_move
 2020-11-25 14:34 UTC 

[PATCH 00/15] drm: Move struct drm_device.pdev to legacy
 2020-11-25 14:09 UTC  (12+ messages)
` [PATCH 01/15] drm/amdgpu: Remove references to struct drm_device.pdev
` [PATCH 05/15] drm/gma500: "
` [PATCH 09/15] drm/nouveau: "
` [PATCH 11/15] drm/radeon: "
` [PATCH 15/15] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev

[PATCHv10 0/9] System Cache support for GPU and required SMMU support
 2020-11-25 14:05 UTC  (12+ messages)
` [PATCHv10 1/9] iommu/io-pgtable: Add a domain attribute for pagetable configuration
` [PATCHv10 2/9] iommu/io-pgtable-arm: Add support to use system cache
` [PATCHv10 3/9] iommu/arm-smmu: Add support for pagetable config domain attribute
` [PATCHv10 4/9] iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attr
` [PATCHv10 5/9] drm/msm: rearrange the gpu_rmw() function
` [PATCHv10 6/9] drm/msm/a6xx: Add support for using system cache(LLC)
` [PATCHv10 7/9] drm/msm/a6xx: Add support for using system cache on MMU500 based targets
` [PATCHv10 8/9] iommu: arm-smmu-impl: Use table to list QCOM implementations
` [PATCHv10 9/9] iommu: arm-smmu-impl: Add a space before open parenthesis

[PATCH 1/7] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2
 2020-11-25 12:59 UTC  (7+ messages)
` [PATCH 2/7] drm/amdgpu: stop using pages with drm_prime_sg_to_page_addr_arrays
` [PATCH 3/7] drm/nouveau: stop using pages with drm_prime_sg_to_page_addr_arrays v2
` [PATCH 4/7] drm/vmwgfx: switch to ttm_sg_tt_init
` [PATCH 5/7] drm/qxl: "
` [PATCH 6/7] drm/ttm: nuke ttm_dma_tt_init
` [PATCH 7/7] drm/prime: split array import functions v4

[PATCH v3 0/6] drm/tidss: Use new connector model for tidss
 2020-11-25 12:51 UTC  (3+ messages)
` [PATCH v3 4/6] drm/tidss: Set bus_format correctly from bridge/connector

[PATCH] dma-buf/dma-resv: Respect num_fences when initializing the shared fence list
 2020-11-25  9:50 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 3/3] drm/virtio: consider dma-fence context when signaling
 2020-11-25  9:50 UTC  (3+ messages)

[PATCH 1/3] drm/virtio: virtio_{blah} --> virtio_gpu_{blah}
 2020-11-25  9:48 UTC  (4+ messages)
` [PATCH 2/3] drm/virtio: rework virtio_fence_signaled

[PATCH] drm/i915: fix error return code in check_partial_mapping()
 2020-11-25  9:36 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/ast: Fixed CVE for DP501
 2020-11-25  9:09 UTC 

[REGRESSION] omapdrm/N900 display broken
 2020-11-25  9:07 UTC  (3+ messages)

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-25  9:00 UTC  (6+ messages)
` [PATCH v6 17/17] RFC: mm: add mmu_notifier argument to follow_pfn

[PATCH v4 00/80] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-11-25  8:52 UTC  (6+ messages)
` [PATCH v4 55/80] drm/panel: panel-dsi-cm: use MIPI_DCS_GET_ERROR_COUNT_ON_DSI

nwl-dsi: fixup mode only for LCDIF input, not DCSS
 2020-11-25  8:50 UTC  (2+ messages)

Linux 5.10-rc4; graphics alignment
 2020-11-25  8:25 UTC  (12+ messages)

[PATCH rdma-core v2 0/6] Add user space dma-buf support
 2020-11-25  8:03 UTC  (8+ messages)
` [PATCH rdma-core v2 1/6] Update kernel headers
` [PATCH rdma-core v2 2/6] verbs: Support dma-buf based memory region
` [PATCH rdma-core v2 3/6] mlx5: "
` [PATCH rdma-core v2 4/6] pyverbs: Add dma-buf based MR support
` [PATCH rdma-core v2 5/6] tests: Add tests for dma-buf based memory regions
` [PATCH rdma-core v2 6/6] tests: Bug fix for get_access_flags()

[PATCHv9 0/8] System Cache support for GPU and required SMMU support
 2020-11-25  6:58 UTC  (7+ messages)
` [PATCHv9 2/8] iommu/arm-smmu: Add domain attribute for pagetable configuration
` [PATCHv9 3/8] iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attr

[RFC] dcss: fix attaching to sn56dsi86 bridge
 2020-11-25  6:55 UTC  (2+ messages)

[PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
 2020-11-25  6:36 UTC  (16+ messages)

[PATCH v11 0/4] RDMA: Add dma-buf support
 2020-11-24 18:33 UTC  (4+ messages)
` [PATCH v11 1/4] RDMA/umem: Support importing dma-buf as user memory region

[PATCH] Revert "i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630"
 2020-11-24 18:57 UTC 

[PATCH v2 0/9] Xilinx AI engine kernel driver
 2020-11-24  8:27 UTC  (4+ messages)
` [PATCH v2 2/9] misc: Add Xilinx AI engine device driver

[PATCH 1/2] panel-simple: add Innolux N125HCE-GN1
 2020-11-24 17:26 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: display/panel: "

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-24 15:27 UTC  (5+ messages)
` [PATCH 2/3] mm: Extract might_alloc() debug check

[Freedreno] [PATCH 3/3] drm/msm/dpu: add support for clk and bw scaling for display
 2020-11-24 15:55 UTC  (2+ messages)

[PATCH] video: hyperv_fb: Directly use the MMIO VRAM
 2020-11-24  8:33 UTC  (3+ messages)

[PATCH v4 20/21] drm/tegra: Implement job submission part of new UAPI
 2020-11-25  0:05 UTC  (2+ messages)

[PATCHv8 0/8] System Cache support for GPU and required SMMU support
 2020-11-24 22:08 UTC  (9+ messages)

[PATCH v12 0/4] RDMA: Add dma-buf support
 2020-11-24 21:35 UTC  (5+ messages)
` [PATCH v12 1/4] RDMA/umem: Support importing dma-buf as user memory region
` [PATCH v12 2/4] RDMA/core: Add device method for registering dma-buf based "
` [PATCH v12 3/4] RDMA/uverbs: Add uverbs command for dma-buf based MR registration
` [PATCH v12 4/4] RDMA/mlx5: Support dma-buf based userspace memory region

[radeon-alex:drm-next 219/295] drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c:1677:6: warning: no previous prototype for 'vcn_v3_0_dec_sw_ring_emit_fence'
 2020-11-24 20:22 UTC 

[PATCH 00/40] [Set 9] Rid W=1 warnings from GPU
 2020-11-24 19:38 UTC  (41+ messages)
` [PATCH 01/40] drm/msm/msm_gem_shrinker: Fix descriptions for 'drm_device'
` [PATCH 02/40] drm/amd/amdgpu/gmc_v10_0: Suppy some missing function doc descriptions
` [PATCH 03/40] drm/msm/adreno/a6xx_gpu_state: Make some local functions static
` [PATCH 04/40] drm/amd/amdgpu/iceland_ih: Add missing function param descriptions for 'ih' and 'entry'
` [PATCH 05/40] drm/amd/amdgpu/tonga_ih: Provide some missing "
` [PATCH 06/40] drm/amd/amdgpu/cz_ih: Add missing function param "
` [PATCH 07/40] drm/amd/amdgpu/amdgpu_psp: Make local function 'parse_ta_bin_descriptor' static
` [PATCH 08/40] drm/msm/dp/dp_ctrl: Move 'tu' from the stack to the heap
` [PATCH 09/40] drm/amd/amdgpu/vega10_ih: Add descriptions for 'ih' and 'entry'
` [PATCH 10/40] drm/amd/amdgpu/navi10_ih: "
` [PATCH 11/40] drm/amd/amdgpu/psp_v11_0: Make local function 'psp_v11_0_wait_for_bootloader()' static
` [PATCH 12/40] drm/amd/amdgpu/dce_v10_0: Supply description for function param 'async'
` [PATCH 13/40] drm/amd/amdgpu/dce_v11_0: "
` [PATCH 14/40] drm/amd/amdgpu/gfx_v9_0: Make called-by-reference only function static
` [PATCH 15/40] drm/amd/amdgpu/gfx_v8_0: Functions must follow directly after their headers
` [PATCH 16/40] drm/amd/amdgpu/gfx_v10_0: Remove a bunch of set but unused variables
` [PATCH 17/40] drm/amd/amdgpu/sdma_v2_4: Fix a bunch of kernel-doc function documentation issues
` [PATCH 18/40] drm/amd/amdgpu/sdma_v3_0: "
` [PATCH 19/40] drm/amd/amdgpu/sdma_v3_0: Fix incorrect param doc-rot issue
` [PATCH 20/40] drm/amd/amdgpu/uvd_v5_0: Fix a bunch of kernel-doc function documentation issues
` [PATCH 21/40] drm/amd/amdgpu/sdma_v4_0: Repair a bunch of kernel-doc problems
` [PATCH 22/40] drm/amd/amdgpu/amdgpu_uvd: Fix some function documentation headers
` [PATCH 23/40] drm/amd/amdgpu/sdma_v5_0: Provide some missing and repair other function params
` [PATCH 24/40] drm/amd/amdgpu/sdma_v5_2: "
` [PATCH 25/40] drm/amd/amdgpu/amdgpu_vce: "
` [PATCH 26/40] drm/amd/amdgpu/uvd_v6_0: Fix a bunch of kernel-doc function documentation issues
` [PATCH 27/40] drm/amd/amdgpu/uvd_v7_0: "
` [PATCH 28/40] drm/amd/amdgpu/gfx_v10_0: Make local function 'gfx_v10_0_rlc_stop()' static
` [PATCH 29/40] drm/amd/amdgpu/vcn_v1_0: Fix a few kernel-doc misdemeanours
` [PATCH 30/40] drm/amd/amdgpu/jpeg_v1_0: Add some missing function param descriptions
` [PATCH 31/40] drm/amd/amdgpu/jpeg_v2_0: Add some missing kernel-doc descriptions
` [PATCH 32/40] drm/amd/amdgpu/vcn_v2_0: Fix a few kernel-doc misdemeanours
` [PATCH 33/40] drm/amd/amdgpu/vcn_v3_0: Remove unused variable 'direct_poll' from 'vcn_v3_0_start_sriov()'
` [PATCH 34/40] drm/amd/amdgpu/amdgpu_acp: Fix doc-rot issues pertaining to a couple of 'handle' params
` [PATCH 35/40] drm/amd/pm/swsmu/smu11/vangogh_ppt: Make local function 'vangogh_set_default_dpm_tables()' static
` [PATCH 36/40] drm/amd/pm/inc/smu_v11_0: Mark 'smu11_thermal_policy' as __maybe_unused
` [PATCH 37/40] drm/amd/pm/swsmu/smu12/renoir_ppt: Demote kernel-doc formatting abuse
` [PATCH 38/40] drm/amd/pm/swsmu/smu11/navi10_ppt: Remove unused 'struct i2c_algorithm navi10_i2c_algo'
` [PATCH 39/40] drm/amd/pm/powerplay/smumgr/fiji_smumgr: Remove unused variable 'result'
` [PATCH 40/40] drm/amd/amdgpu/amdgpu_uvd: Add description for amdgpu_uvd_cs_msg_decode()'s 'buf_sizes' param


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