dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-27 12:12:07 to 2020-11-27 21:16:55 UTC [more...]

[PATCH v6 00/17] follow_pfn and other iomap races
 2020-11-27 15:36 UTC  (3+ messages)

[REGRESSION] omapdrm/N900 display broken
 2020-11-27 17:30 UTC  (8+ messages)

[PATCH v1 0/28] drivers/video: W=1 warning fixes
 2020-11-27 21:16 UTC  (30+ messages)
` [PATCH v1 01/28] video: Fix W=1 warnings in of_videomode + of_display_timing
` [PATCH v1 02/28] video: fbcon: Use pr_debug() in fbcon
` [PATCH v1 03/28] video: fbdev: core: Fix W=1 warnings in fbmon + fb_notify
` [PATCH v1 04/28] video: fbdev: aty: Delete unused variable in radeon_monitor
` [PATCH v1 05/28] video: fbdev: aty: Fix W=1 warnings in atyfb_base
` [PATCH v1 06/28] video: fbdev: aty: Fix W=1 warnings in mach64_ct
` [PATCH v1 07/28] video: fbdev: sis: Fix W=1 warnings about static symbols
` [PATCH v1 08/28] video: fbdev: sis: Fix W=1 warning about SiS_TVDelay
` [PATCH v1 09/28] video: fbdev: sis: Fix W=1 warnings in init.c
` [PATCH v1 10/28] video: fbdev: sis: Fix W=1 warnings in sis_main
` [PATCH v1 11/28] video: fbdev: via: Fix W=1 warnings
` [PATCH v1 12/28] video: fbdev: tdfx: "
` [PATCH v1 13/28] video: fbdev: riva: "
` [PATCH v1 14/28] video: fbdev: pm2fb: "
` [PATCH v1 15/28] video: fbdev: neofb: "
` [PATCH v1 16/28] video: fbdev: hgafb: "
` [PATCH v1 17/28] video: fbdev: tgafb: "
` [PATCH v1 18/28] video: fbdev: mx3fb: "
` [PATCH v1 19/28] video: fbdev: sstfb: "
` [PATCH v1 20/28] video: fbdev: nvidia: "
` [PATCH v1 21/28] video: fbdev: tmiofb: "
` [PATCH v1 22/28] video: fbdev: omapfb: Fix W=1 warnings in dsi
` [PATCH v1 23/28] video: fbdev: omapfb: Fix W=1 warnings in hdmi*_core
` [PATCH v1 24/28] video: fbdev: s3c-fb: Fix W=1 warnings
` [PATCH v1 25/28] video: fbdev: uvesafb: Fix W=1 warning
` [PATCH v1 26/28] video: fbdev: uvesafb: Fix W=1 string related warnings
` [PATCH v1 27/28] video: fbdev: cirrusfb: Fix W=1 warnings
` [PATCH v1 28/28] video: fbdev: s1d13xxxfb: "

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

[PATCH] drm/i915/ehl: Remove require_force_probe protection
 2020-11-27 20:36 UTC  (9+ messages)
` [Intel-gfx] "

[git pull] drm fixes for 5.10-rc6
 2020-11-27 20:05 UTC  (2+ messages)

[RFC PATCH 000/162] DG1 + LMEM enabling
 2020-11-27 19:58 UTC  (106+ messages)
` [RFC PATCH 001/162] drm/i915/selftest: also consider non-contiguous objects
` [RFC PATCH 004/162] drm/i915/gt: Move move context layout registers and offsets to lrc_reg.h
  ` [Intel-gfx] "
` [RFC PATCH 005/162] drm/i915/gt: Rename lrc.c to execlists_submission.c
` [RFC PATCH 006/162] drm/i915: split gen8+ flush and bb_start emission functions to their own file
` [RFC PATCH 090/162] drm/i915/query: Expose memory regions through the query uAPI
` [RFC PATCH 092/162] drm/i915/uapi: introduce drm_i915_gem_create_ext
  ` [Intel-gfx] "
` [RFC PATCH 093/162] drm/i915/lmem: allocate cmd ring in lmem
` [RFC PATCH 094/162] drm/i915/dg1: Do not check r->sgt.pfn for NULL
` [RFC PATCH 095/162] drm/i915/dg1: Introduce dmabuf mmap to LMEM
` [RFC PATCH 096/162] drm/i915: setup the LMEM region
` [RFC PATCH 097/162] drm/i915: Distinction of memory regions
  ` [Intel-gfx] "
` [RFC PATCH 098/162] drm/i915/gtt: map the PD up front
` [RFC PATCH 099/162] drm/i915/gtt/dgfx: place the PD in LMEM
` [RFC PATCH 100/162] drm/i915/gtt: make flushing conditional
` [RFC PATCH 101/162] drm/i915/gtt/dg1: add PTE_LM plumbing for PPGTT
  ` [Intel-gfx] "
` [RFC PATCH 102/162] drm/i915/gtt/dg1: add PTE_LM plumbing for GGTT
` [RFC PATCH 103/162] drm/i915: allocate context from LMEM
  ` [Intel-gfx] "
` [RFC PATCH 104/162] drm/i915: move engine scratch to LMEM
` [RFC PATCH 105/162] drm/i915: Provide a way to disable PCIe relaxed write ordering
` [RFC PATCH 106/162] drm/i915: i915 returns -EBUSY on thread contention
` [RFC PATCH 107/162] drm/i915: setup GPU device lmem region
` [RFC PATCH 108/162] drm/i915: Fix object page offset within a region
` [RFC PATCH 109/162] drm/i915: add i915_gem_object_is_devmem() function
` [RFC PATCH 110/162] drm/i915: finish memory region support for stolen objects
` [RFC PATCH 111/162] drm/i915/lmem: support optional CPU clearing for special internal use
` [RFC PATCH 112/162] drm/i915/guc: put all guc objects in lmem when available
` [RFC PATCH 113/162] drm/i915: Create stolen memory region from local memory
` [RFC PATCH 114/162] drm/i915/lmem: Bypass aperture when lmem is available
` [RFC PATCH 115/162] drm/i915/lmem: reset the lmem buffer created by fbdev
` [RFC PATCH 116/162] drm/i915/dsb: Enable lmem for dsb
` [RFC PATCH 117/162] drm/i915: Reintroduce mem->reserved
` [RFC PATCH 118/162] drm/i915/dg1: Reserve first 1MB of local memory
  ` [Intel-gfx] "
` [RFC PATCH 119/162] drm/i915/dg1: Read OPROM via SPI controller
` [RFC PATCH 120/162] drm/i915/oprom: Basic sanitization
` [RFC PATCH 121/162] drm/i915: WA for zero memory channel
` [RFC PATCH 122/162] drm/i915/dg1: Compute MEM Bandwidth using MCHBAR
` [RFC PATCH 123/162] drm/i915/dg1: Double memory bandwidth available
` [RFC PATCH 124/162] drm/i915/lmem: allocate HWSP in lmem
  ` [Intel-gfx] "
` [RFC PATCH 125/162] drm/i915/lmem: Limit block size to 4G
  ` [Intel-gfx] "
` [RFC PATCH 126/162] drm/i915/gem: Update shmem available memory
` [RFC PATCH 127/162] drm/i915: Allow non-uniform subslices in gen12+
` [RFC PATCH 128/162] drm/i915/dg1: intel_memory_region_evict() changes for eviction
  ` [Intel-gfx] "
` [RFC PATCH 129/162] drm/i915/dg1: i915_gem_object_memcpy(..) infrastructure
` [RFC PATCH 130/162] drm/i915/dg1: Eviction logic
` [RFC PATCH 131/162] drm/i915/dg1: Add enable_eviction modparam
` [RFC PATCH 132/162] drm/i915/dg1: Add lmem_size modparam
` [RFC PATCH 133/162] drm/i915/dg1: Track swap in/out stats via debugfs
  ` [Intel-gfx] "
` [RFC PATCH 134/162] drm/i915/dg1: Measure swap in/out timing stats
  ` [Intel-gfx] "
` [RFC PATCH 135/162] drm/i915: define intel_partial_pages_for_sg_table
` [RFC PATCH 136/162] drm/i915: create and destroy dummy vma
` [RFC PATCH 137/162] drm/i915: blt copy between objs using pre-created vma windows
  ` [Intel-gfx] "
` [RFC PATCH 138/162] drm/i915/dg1: Eliminate eviction mutex
` [RFC PATCH 139/162] drm/i915/dg1: Keep engine awake across whole blit
` [RFC PATCH 140/162] drm/i915: window_blt_copy is used for swapin and swapout
  ` [Intel-gfx] "
` [RFC PATCH 141/162] drm/i915: Lmem eviction statistics by category
  ` [Intel-gfx] "
` [RFC PATCH 142/162] drm/i915/gem/selftest: test and measure window based blt cpy
` [RFC PATCH 143/162] drm/i915: suspend/resume eviction
` [RFC PATCH 144/162] drm/i915: Reset blitter context when unpark engine
` [RFC PATCH 145/162] drm/i915/dg1: Add dedicated context for blitter eviction
` [RFC PATCH 146/162] drm/i915/pm: suspend and restore ppgtt mapping
  ` [Intel-gfx] "
` [RFC PATCH 147/162] drm/i915/gt: Allocate default ctx objects in SMEM
` [RFC PATCH 148/162] drm/i915: suspend/resume enable blitter eviction
  ` [Intel-gfx] "
` [RFC PATCH 149/162] drm/i915: suspend/resume handling of perma-pinned objects
` [RFC PATCH 150/162] drm/i915: need consider system BO snoop for dgfx
` [RFC PATCH 151/162] drm/i915: move eviction to prepare hook
` [RFC PATCH 152/162] drm/i915: Perform execbuffer object locking as a separate step
` [RFC PATCH 153/162] drm/i915: Implement eviction locking v2
` [RFC PATCH 154/162] drm/i915: Support ww eviction
` [RFC PATCH 155/162] drm/i915: Use a ww transaction in the fault handler
` [RFC PATCH 156/162] drm/i915: Use a ww transaction in i915_gem_object_pin_map_unlocked()
` [RFC PATCH 157/162] drm/i915: Improve accuracy of eviction stats
  ` [Intel-gfx] "
` [RFC PATCH 158/162] drm/i915: Support ww locks in suspend/resume
` [RFC PATCH 159/162] drm/i915/dg1: Fix mapping type for default state object
` [RFC PATCH 160/162] drm/i915/dg1: Fix GPU hang due to shmemfs page drop
  ` [Intel-gfx] "
` [RFC PATCH 161/162] drm/i915/dg1: allow pci to auto probe
` [RFC PATCH 162/162] drm/i915: drop fake lmem

[PATCH] drm/i915: remove trailing semicolon in macro definition
 2020-11-27 19:26 UTC  (2+ messages)

[PATCH v7 00/17] follow_pfn and other iomap races
 2020-11-27 19:10 UTC  (19+ messages)
` [PATCH v7 01/17] drm/exynos: Stop using frame_vector helpers
` [PATCH v7 02/17] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v7 03/17] misc/habana: Stop using frame_vector helpers
` [PATCH v7 04/17] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v7 05/17] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v7 06/17] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v7 07/17] mm: Close race in generic_access_phys
` [PATCH v7 08/17] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v7 09/17] /dev/mem: Only set filp->f_mapping
` [PATCH v7 10/17] resource: Move devmem revoke code to resource framework
` [PATCH v7 11/17] sysfs: Support zapping of binary attr mmaps
` [PATCH v7 12/17] PCI: Revoke mappings like devmem
` [PATCH v7 13/17] mm: Add unsafe_follow_pfn
` [PATCH v7 14/17] media/videobuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v7 15/17] vfio/type1: Mark follow_pfn "
` [PATCH v7 16/17] kvm: pass kvm argument to follow_pfn callsites
` [PATCH v7 17/17] mm: add mmu_notifier argument to follow_pfn

[PATCH] omapfb: fbcon: remove trailing semicolon in macro definition
 2020-11-27 19:05 UTC 

[PATCH] drm/nouveau/kms: handle mDP connectors
 2020-11-27 18:39 UTC 

[Intel-gfx] [PATCH 1/2] drm/framebuffer: Format modifier for Intel Gen 12 render compression with Clear Color
 2020-11-27 18:06 UTC  (3+ messages)

[PATCH RESEND] drm/nouveau: Drop mutex_lock_nested for atomic
 2020-11-27 16:35 UTC 

[PATCH] drm/amdgpu/display: remove trailing semicolon in macro definition
 2020-11-27 16:26 UTC 

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

[PATCH] drm/komeda: Handle NULL pointer access code path in error case
 2020-11-27 15:52 UTC  (2+ messages)

[PATCH] drm/komeda: Remove useless variable assignment
 2020-11-27 15:51 UTC  (2+ messages)

[PATCH] drm/ttm: Warn on pinning without holding a reference
 2020-11-27 15:44 UTC  (3+ messages)

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2020-11-27 15:34 UTC  (9+ messages)
` [PATCH v3 10/12] drm/amdgpu: Avoid sysfs dirs removal post device unplug

[PATCH v2] fbdev: aty: SPARC64 requires FB_ATY_CT
 2020-11-27 15:14 UTC  (3+ messages)

[PATCH] drm/vboxvideo: Used the vram helper
 2020-11-27 15:13 UTC  (2+ messages)

[PATCH] drm/radeon: fix check order in radeon_bo_move
 2020-11-27 15:09 UTC  (7+ messages)

[PATCH 1/7] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2
 2020-11-27 15:07 UTC  (3+ messages)

[GIT PULL] drm/tegra: Fixes for v5.10-rc7
 2020-11-27 14:53 UTC 

[PATCH] drm: imx: Move fbdev setup to before output polling
 2020-11-27 14:50 UTC  (8+ messages)
      ` AW: "

[PATCH v2] soc / drm: mediatek: cmdq: Remove timeout handler in helper function
 2020-11-27 14:42 UTC  (4+ messages)

[PATCH 1/2] drm/ttm: use pin_count more extensively
 2020-11-27 14:16 UTC  (2+ messages)
` [PATCH 2/2] drm/ttm: cleanup LRU handling further

[PATCH 00/15] drm: Move struct drm_device.pdev to legacy
 2020-11-27 13:46 UTC  (4+ messages)
` [PATCH 07/15] drm/i915: Remove references to struct drm_device.pdev

[PULL] drm-intel-next-queued
 2020-11-27 13:26 UTC 

[PATCH] drm/msm: adreno: Make speed-bin support generic
 2020-11-27 12:51 UTC  (5+ messages)
    ` [Freedreno] "

[PATCH v2 1/3] drm/msm: adreno: Make speed-bin support generic
 2020-11-27 12:49 UTC  (3+ messages)
` [PATCH v2 2/3] drm/msm: Add speed-bin support for a618 gpu
` [PATCH v2 3/3] arm: dts: sc7180: Add support for gpu fuse


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