dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-27 13:43:06 to 2021-05-28 14:21:09 UTC [more...]

[RFC PATCH] drm/ttm: Fix swapping dereferences of freed memory
 2021-05-28 14:21 UTC  (12+ messages)

[PATCH v5 00/15] Move LMEM (VRAM) management over to TTM
 2021-05-28 14:19 UTC  (17+ messages)
` [PATCH v5 01/15] drm/i915: Untangle the vma pages_mutex
` [PATCH v5 02/15] drm/i915: Don't free shared locks while shared
` [PATCH v5 03/15] drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical pages
` [PATCH v5 04/15] drm/i915/ttm Initialize the ttm device and memory managers
` [PATCH v5 05/15] drm/i915/ttm: Embed a ttm buffer object in the i915 gem object
` [PATCH v5 06/15] drm/ttm: Add a generic TTM memcpy move for page-based iomem
` [PATCH v5 07/15] drm: Add a prefetching memcpy_from_wc
` [PATCH v5 08/15] drm/ttm: Use drm_memcpy_from_wc for TTM bo moves
` [PATCH v5 09/15] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
` [PATCH v5 10/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
` [PATCH v5 11/15] drm/i915/ttm: Introduce a TTM i915 gem object backend
` [PATCH v5 12/15] drm/i915/lmem: Verify checks for lmem residency
` [PATCH v5 13/15] drm/i915: Disable mmap ioctl for gen12+
` [PATCH v5 14/15] drm/vma: Add a driver_private member to vma_node
` [PATCH v5 15/15] drm/i915: Use ttm mmap handling for ttm bo's

[PATCH] drm/stm: Remove usage of drm_display_mode_to_videomode()
 2021-05-28 14:01 UTC  (2+ messages)

[PATCH v2] drm/rockchip: remove existing generic drivers to take over the device
 2021-05-28 13:59 UTC  (4+ messages)

[PATCH 0/2] Fix observed mst problems with StarTech hub
 2021-05-28 13:55 UTC  (3+ messages)
` [PATCH 1/2] drm/dp_mst: Do not set proposed vcpi directly
` [PATCH 2/2] drm/dp_mst: Avoid to mess up payload table by ports in stale topology

[PATCH 0/4] drm/panfrost: Plumb cycle counters to userspace
 2021-05-28 13:31 UTC  (8+ messages)
` [PATCH 1/4] drm/panfrost: Add cycle counter job requirement
` [PATCH 2/4] drm/panfrost: Add CYCLE_COUNT_START/STOP commands
` [PATCH 3/4] drm/panfrost: Add permon acquire/release helpers
` [PATCH 4/4] drm/panfrost: Handle PANFROST_JD_REQ_PERMON

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-28 13:11 UTC  (5+ messages)
` [PATCH v9 07/10] mm: Device exclusive memory access

[RFC PATCH 0/5] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-05-28 13:08 UTC  (7+ messages)
` [RFC PATCH 1/5] drm/amdkfd: add SPM support for SVM
` [RFC PATCH 2/5] drm/amdkfd: generic type as sys mem on migration to ram
` [RFC PATCH 3/5] include/linux/mm.h: helper to check zone device generic type
` [RFC PATCH 4/5] mm: add generic type support for device zone page migration
` [RFC PATCH 5/5] mm: changes to unref pages with Generic type

[PATCH] drm/ttm: fix deref of bo->ttm without holding the lock v2
 2021-05-28 13:06 UTC  (2+ messages)

[PATCH v2 0/2] drm/msm/dsi: support CPHY mode for 7nm pll/phy
 2021-05-28 12:57 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: display: msm/dsi: add qcom, dsi-phy-cphy-mode option
  ` [PATCH v2 2/2] dt-bindings: display: msm/dsi: add qcom,dsi-phy-cphy-mode option
    ` [Freedreno] [PATCH v2 2/2] dt-bindings: display: msm/dsi: add qcom, dsi-phy-cphy-mode option

[PATCH 1/2] drm/ttm: cleanup and add TTM_PL_FLAG_TEMPORARY
 2021-05-28 12:23 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: stop bookkeeping of temporary GTT allocation

[PATCH v3] amdgpu: remove unreachable code
 2021-05-28 12:18 UTC  (2+ messages)

[PATCH v2] dt-bindings: display: ssd1307fb: Convert to json-schema
 2021-05-28 12:13 UTC 

[PATCH -next] drm/amdgpu: use DEVICE_ATTR_*() macro
 2021-05-28 12:12 UTC 

[PATCH v6 00/15] Move LMEM (VRAM) management over to TTM
 2021-05-28 10:57 UTC  (16+ messages)
` [PATCH v6 01/15] drm/i915: Untangle the vma pages_mutex
` [PATCH v6 02/15] drm/i915: Don't free shared locks while shared
` [PATCH v6 03/15] drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical pages
` [PATCH v6 04/15] drm/i915/ttm Initialize the ttm device and memory managers
` [PATCH v6 05/15] drm/i915/ttm: Embed a ttm buffer object in the i915 gem object
` [PATCH v6 06/15] drm/ttm: Add a generic TTM memcpy move for page-based iomem
` [PATCH v6 07/15] drm: Add a prefetching memcpy_from_wc
` [PATCH v6 08/15] drm/ttm: Use drm_memcpy_from_wc for TTM bo moves
` [PATCH v6 09/15] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
` [PATCH v6 10/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
` [PATCH v6 11/15] drm/i915/ttm: Introduce a TTM i915 gem object backend
` [PATCH v6 12/15] drm/i915/lmem: Verify checks for lmem residency
` [PATCH v6 13/15] drm/i915: Disable mmap ioctl for gen12+
` [PATCH v6 14/15] drm/vma: Add a driver_private member to vma_node
` [PATCH v6 15/15] drm/i915: Use ttm mmap handling for ttm bo's

[RFC PATCH 00/13] drm/msm: Add Display Stream Compression Support
 2021-05-28 10:39 UTC  (18+ messages)
` [RFC PATCH 03/13] drm/msm/disp/dpu1: Add support for DSC
` [RFC PATCH 03/13] drm/msm/dsi: add support for dsc data
` [RFC PATCH 04/13] drm/msm/disp/dpu1: Add support for DSC
` [RFC PATCH 06/13] drm/msm/disp/dpu1: Add DSC support in RM
` [RFC PATCH 09/13] drm/msm/disp/dpu1: Don't use DSC with mode_3d
` [RFC PATCH 11/13] drm/msm/disp/dpu1: Add support for DSC in topology
` [Freedreno] [RFC PATCH 00/13] drm/msm: Add Display Stream Compression Support

[PATCH v5 0/3] Add option to mmap GEM buffers cached
 2021-05-28 10:10 UTC  (7+ messages)
` [PATCH v5 1/3] drm: Add support for GEM buffers backed by non-coherent memory
    ` [PATCH] drm: Fix for GEM buffers with write-combine memory

[PATCH -next] drm/i915: use DEVICE_ATTR_RO macro
 2021-05-28 10:04 UTC 

[PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules
 2021-05-28  9:55 UTC  (5+ messages)
` [PATCH 06/11] drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default
` [PATCH 11/11] drm/tiny: drm_gem_simple_display_pipe_prepare_fb is "

[PATCH 1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream()
 2021-05-28  9:36 UTC  (3+ messages)

[PATCH 2/2] drivers/firmware: consolidate EFI framebuffer setup for all arches
 2021-05-28  8:03 UTC  (3+ messages)

[PULL] drm-intel-gt-next
 2021-05-28  7:27 UTC  (2+ messages)

[PATCH -next] drm/exynos-vidi: use DEVICE_ATTR_RW macro
 2021-05-28  7:21 UTC 

[PATCH -next] drm/radeon/radeon_pm: use DEVICE_ATTR_RW macro
 2021-05-28  7:02 UTC 

[PATCH -next] video: fbdev: intelfb: Remove set but not used variable 'val'
 2021-05-27  8:59 UTC 

[PATCH 00/18] Non-interface changing GuC CTBs updates
 2021-05-28  6:52 UTC  (9+ messages)
` [PATCH 06/18] drm/i915/guc: Drop guc->interrupts.enabled
  ` [Intel-gfx] "
` [PATCH 15/18] drm/i915/guc: Ensure H2G buffer updates visible before tail update
      ` [Intel-gfx] "

[PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform
 2021-05-28  6:01 UTC  (2+ messages)

[PATCH 1/1] drm/i915/selftests: Fix error return code in live_parallel_switch()
 2021-05-28  3:45 UTC 

[PATCH v4 0/1] drm/i915/dg1: Add HWMON power sensor support
 2021-05-28  0:44 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v8 00/11] drm: Fix EDID reading on ti-sn65dsi86 by introducing the DP AUX bus
 2021-05-28  0:31 UTC  (5+ messages)
` [PATCH v8 03/11] dt-bindings: drm/bridge: ti-sn65dsi86: Add aux-bus child
` [PATCH v8 04/11] dt-bindings: drm/aux-bus: Add an example

[PATCH 1/2] drm/vc4: hdmi: Fix error path of hpd-gpios
 2021-05-27 23:57 UTC  (3+ messages)
` [PATCH 2/2] drm/vc4: hdmi: Convert to gpiod

[PATCH v4 0/1] drm/i915/dg1: Add HWMON power sensor support
 2021-05-27 23:57 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH 00/11] ingenic-drm cleanups and doublescan feature
 2021-05-27 23:22 UTC  (12+ messages)
` [PATCH 01/11] drm/ingenic: Remove dead code
` [PATCH 02/11] drm/ingenic: Simplify code by using hwdescs array
` [PATCH 03/11] drm/ingenic: Add support for private objects
` [PATCH 04/11] drm/ingenic: Move no_vblank to private state
` [PATCH 05/11] drm/ingenic: Move IPU scale settings "
` [PATCH 06/11] drm/ingenic: Set DMA descriptor chain register when starting CRTC
` [PATCH 07/11] drm/ingenic: Upload palette before frame
` [PATCH 08/11] drm/ingenic: Support custom GEM object
` [PATCH 09/11] drm/ingenic: Add ingenic_drm_gem_fb_destroy() function
` [PATCH 10/11] drm/ingenic: Add doublescan feature
  ` [PATCH 11/11] drm/ingenic: Attach bridge chain to encoders

[v1] drm/msm/disp/dpu1: avoid perf update in frame done event
 2021-05-27 23:14 UTC  (2+ messages)

[PATCH] drm/msm: fix display snapshotting if DP or DSI is disabled
 2021-05-27 22:49 UTC  (2+ messages)
` [Freedreno] "

Linux Graphics Next: Userspace submission update
 2021-05-27 21:51 UTC 

[v4 0/4] drm: Support basic DPCD backlight in panel-simple and add a new panel ATNA33XC20
 2021-05-27 21:41 UTC  (5+ messages)
` [v4 1/4] drm/panel-simple: Add basic DPCD backlight support

[PATCH 01/10] drm/amdkfd: device pgmap owner at the svm migrate init
 2021-05-27 20:56 UTC  (10+ messages)
` [PATCH 02/10] drm/amdkfd: add owner ref param to get hmm pages
` [PATCH 03/10] drm/amdkfd: set owner ref to svm range prefault
` [PATCH 04/10] drm/amdgpu: get owner ref in validate and map
` [PATCH 05/10] drm/amdkfd: classify and map mixed svm range pages in GPU
` [PATCH 06/10] drm/amdkfd: skip invalid pages during migrations
` [PATCH 07/10] drm/amdkfd: skip migration for pages already in VRAM
` [PATCH 08/10] drm/amdkfd: add invalid pages debug at vram migration
` [PATCH 09/10] drm/amdkfd: partially actual_loc removed
` [PATCH 10/10] drm/amdkfd: protect svm_bo ref in case prange has forked

[PATCH v5 1/3] drm/dp_mst: Add self-tests for up requests
 2021-05-27 20:12 UTC  (4+ messages)
` [PATCH v5 3/3] drm_dp_cec: add MST support

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-27 19:44 UTC  (32+ messages)
` [RFC PATCH 24/97] drm/i915/guc: Add flag for mark broken CTB
` [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
  ` [Intel-gfx] "
` [RFC PATCH 53/97] drm/i915/guc: Disable semaphores when using GuC scheduling
  ` [Intel-gfx] "
` [RFC PATCH 55/97] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
  ` [Intel-gfx] "
` [RFC PATCH 60/97] drm/i915: Track 'serial' counts for virtual engines
  ` [Intel-gfx] "

[PATCH] Revert "i915: use io_mapping_map_user"
 2021-05-27 18:51 UTC 

[PATCH 00/29] drm/i915/gem: ioctl clean-ups (v6)
 2021-05-27 18:31 UTC  (32+ messages)
` [PATCH 01/29] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
` [PATCH 02/29] drm/i915: Stop storing the ring size in the ring pointer (v2)
` [PATCH 03/29] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
` [PATCH 04/29] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem (v2)
` [PATCH 05/29] drm/i915/gem: Return void from context_apply_all
` [PATCH 06/29] drm/i915: Drop the CONTEXT_CLONE API (v2)
` [PATCH 07/29] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)
` [PATCH 08/29] drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
` [PATCH 09/29] drm/i915/gem: Disallow bonding of virtual engines (v3)
` [PATCH 10/29] drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT (v2)
` [PATCH 11/29] drm/i915/request: Remove the hook from await_execution
` [PATCH 12/29] drm/i915/gem: Disallow creating contexts with too many engines
` [PATCH 13/29] drm/i915: Stop manually RCU banging in reset_stats_ioctl (v2)
` [PATCH 14/29] drm/i915/gem: Add a separate validate_priority helper
` [PATCH 15/29] drm/i915: Add gem/i915_gem_context.h to the docs
` [PATCH 16/29] drm/i915/gem: Add an intermediate proto_context struct
` [PATCH 17/29] drm/i915/gem: Rework error handling in default_engines
` [PATCH 18/29] drm/i915/gem: Optionally set SSEU in intel_context_set_gem
` [PATCH 19/29] drm/i915: Add an i915_gem_vm_lookup helper
` [PATCH 20/29] drm/i915/gem: Make an alignment check more sensible
` [PATCH 21/29] drm/i915/gem: Use the proto-context to handle create parameters (v2)
` [PATCH 22/29] drm/i915/gem: Return an error ptr from context_lookup
` [PATCH 23/29] drm/i915/gt: Drop i915_address_space::file (v2)
` [PATCH 24/29] drm/i915/gem: Delay context creation
` [PATCH 25/29] drm/i915/gem: Don't allow changing the VM on running contexts (v2)
` [PATCH 26/29] drm/i915/gem: Don't allow changing the engine set "
` [PATCH 27/29] drm/i915/selftests: Take a VM in kernel_context()
` [PATCH 28/29] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
` [PATCH 29/29] drm/i915/gem: Roll all of context creation together

[Bug 212957] New: [radeon] kernel NULL pointer dereference during system boot
 2021-05-27 17:19 UTC  (2+ messages)
` [Bug 212957] "

[PATCH v7 00/15] Restricted DMA
 2021-05-27 16:32 UTC  (5+ messages)
` [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions

[PATCH v2 1/2] drm/kmb: Fix an error handling path
 2021-05-27 16:30 UTC  (3+ messages)
` [PATCH v2 2/2] drm/kmb: Do not report 0 (success) in case of error

[PATCH 1/2] dt-bindings: leds: backlight: qcom-wled: Add PMI8994 compatible
 2021-05-27 16:26 UTC  (6+ messages)
` [PATCH 2/2] video: "

[PATCH 0/4] shmem helpers for vgem
 2021-05-27 16:19 UTC  (6+ messages)
` [PATCH 1/4] dma-buf: Require VM_PFNMAP vma for mmap
` [PATCH 2/4] drm/vgem: use shmem helpers
` [PATCH 3/4] drm/shmem-helper: Switch to vmf_insert_pfn
` [PATCH 4/4] drm/shmem-helper: Align to page size in dumb_create

[PATCH v2] Documentation: gpu: Mention the requirements for new properties
 2021-05-27 15:53 UTC  (5+ messages)

[PATCH 0/7] dma-buf: Add an API for exporting sync files (v11)
 2021-05-27 15:39 UTC  (8+ messages)
` [PATCH 5/7] "
    ` [Intel-gfx] "

[RFC PATCH 0/2] GuC submission / DRM scheduler integration plan + new uAPI
 2021-05-27 15:01 UTC  (3+ messages)
` [RFC PATCH 2/2] drm/doc/rfc: i915 new parallel submission uAPI plan
  ` [Intel-gfx] "

[PATCH v4 00/15] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-27 14:21 UTC  (7+ messages)
` [PATCH v4 10/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping

[PATCH 0/1] Introduce i915_sched_engine object
 2021-05-27 14:12 UTC  (4+ messages)
` [PATCH 1/1] drm/i915: "
  ` [Intel-gfx] "

[Bug 213145] New: AMDGPU resets, timesout and crashes after "*ERROR* Waiting for fences timed out!"
 2021-05-27 13:43 UTC  (2+ messages)
` [Bug 213145] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).