dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 07:39:53 to 2019-06-17 20:36:44 UTC [more...]

dev_pagemap related cleanups v2
 2019-06-17 20:36 UTC  (38+ messages)
` [PATCH 01/25] mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option
` [PATCH 05/25] mm: export alloc_pages_vma
  ` [PATCH 02/25] mm: remove the struct hmm_device infrastructure
  ` [PATCH 03/25] mm: remove hmm_devmem_add_resource
  ` [PATCH 04/25] mm: don't clear ->mapping in hmm_devmem_free
  ` [PATCH 06/25] mm: factor out a devm_request_free_mem_region helper
  ` [PATCH 07/25] memremap: validate the pagemap type passed to devm_memremap_pages
  ` [PATCH 08/25] memremap: move dev_pagemap callbacks into a separate structure
  ` [PATCH 09/25] memremap: pass a struct dev_pagemap to ->kill and ->cleanup
  ` [PATCH 10/25] memremap: lift the devmap_enable manipulation into devm_memremap_pages
  ` [PATCH 11/25] memremap: add a migrate_to_ram method to struct dev_pagemap_ops
  ` [PATCH 12/25] memremap: remove the data field in struct dev_pagemap
  ` [PATCH 13/25] memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
  ` [PATCH 14/25] memremap: provide an optional internal refcount in struct dev_pagemap
  ` [PATCH 15/25] device-dax: use the dev_pagemap internal refcount
  ` [PATCH 16/25] PCI/P2PDMA: "
  ` [PATCH 17/25] nouveau: use alloc_page_vma directly
  ` [PATCH 18/25] nouveau: use devm_memremap_pages directly
  ` [PATCH 19/25] mm: remove hmm_vma_alloc_locked_page
  ` [PATCH 20/25] mm: remove hmm_devmem_add
  ` [PATCH 21/25] mm: mark DEVICE_PUBLIC as broken
  ` [PATCH 23/25] mm: sort out the DEVICE_PRIVATE Kconfig mess
  ` [PATCH 24/25] mm: remove the HMM config option
  ` [PATCH 25/25] mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR
` [PATCH 22/25] mm: simplify ZONE_DEVICE page private data

[PATCH v7 0/9] Emulated coherent graphics memory
 2019-06-17 20:17 UTC  (10+ messages)
` [PATCH v7 1/9] mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem
` [PATCH v7 2/9] mm: Add an apply_to_pfn_range interface
` [PATCH v7 3/9] mm: Add write-protect and clean utilities for address space ranges
` [PATCH v7 4/9] drm/ttm: Allow the driver to provide the ttm struct vm_operations_struct
` [PATCH v7 5/9] drm/ttm: TTM fault handler helpers
` [PATCH v7 6/9] drm/vmwgfx: Implement an infrastructure for write-coherent resources
` [PATCH v7 7/9] drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
` [PATCH v7 8/9] drm/vmwgfx: Implement an infrastructure for read-coherent resources
` [PATCH v7 9/9] drm/vmwgfx: Add surface dirty-tracking callbacks

[RESEND PATCH 01/13] drm/msm/dpu: Remove call to drm_mode_set_crtcinfo
 2019-06-17 20:12 UTC  (13+ messages)
  ` [RESEND PATCH 02/13] drm/msm/dpu: Fix mmu init/destroy functions
  ` [PATCH 03/13] drm/msm/phy/dsi_phy: Set pll to NULL in case initialization fails
  ` [PATCH 04/13] drm/msm/dsi_pll_10nm: Release clk hw on destroy and failure
    ` [PATCH 05/13] drm/msm/dsi_pll_10nm: Remove impossible check
    ` [PATCH 07/13] drm/msm/dsi: Split mode_flags out of msm_dsi_host_get_panel()
      ` [PATCH 06/13] drm/msm: Depopulate platform on probe failure
      ` [PATCH 08/13] drm/msm/dsi: Don't store dsi host mode_flags in msm_dsi
      ` [PATCH 09/13] drm/msm/dsi: Pull out panel init code into function
      ` [PATCH 10/13] drm/msm/dsi: Simplify the logic in msm_dsi_manager_panel_init()
      ` [PATCH 11/13] drm/msm/dsi: Use the new setup_encoder function in attach_dsi_device
      ` [PATCH 12/13] drm/msm/dsi: Move dsi panel init into modeset init path
      ` [PATCH 13/13] drm/msm/dsi: Move setup_encoder to modeset_init

[Bug 203879] New: hard freeze on high single threaded load when Xorg is active (AMD Ryzen 7 2700X CPU, AMD Radeon RX 580 GPU)
 2019-06-17 20:01 UTC  (2+ messages)
` [Bug 203879] "

[PATCH] drm/nouveau/svm: Convert to use hmm_range_fault()
 2019-06-17 19:54 UTC  (3+ messages)

[Bug 110897] HyperZ is broken for r300 (bad z for some micro and macrotiles?)
 2019-06-17 19:40 UTC  (4+ messages)

[PATCH 2/2] arm: dts: add ARM Mali GPU node for Odroid XU3
 2019-06-17 19:16 UTC  (6+ messages)
` [PATCH v2 "

[PATCH 00/59] prime doc polish and ... a few cleanups
 2019-06-17 18:21 UTC  (34+ messages)
` [PATCH 01/59] drm/todo: Improve drm_gem_object funcs todo
` [PATCH 03/59] drm/prime: Update docs
` [PATCH 05/59] drm/prime: Make DRIVER_PRIME a no-op
` [PATCH 06/59] drm/prime: Actually remove DRIVER_PRIME everywhere
    ` [PATCH] "
` [PATCH 07/59] drm/arm/komeda: Remove DRIVER_HAVE_IRQ
` [PATCH 09/59] drm/prime: Align gem_prime_export with obj_funcs.export
` [PATCH 15/59] drm/fsl-dcu: Drop drm_gem_prime_export/import
` [PATCH 22/59] drm/mxsfb: "
` [PATCH 40/59] drm/vram-helper: "
` [PATCH 59/59] drm/doc: Document kapi doc expectations
` [Intel-gfx] [PATCH 00/59] prime doc polish and ... a few cleanups

[PATCH] drm/rcar-du: Fix error check when retrieving crtc state
 2019-06-17 18:15 UTC 

[PATCH v5 00/12] drm/vc4: Allow for more boot-time configuration
 2019-06-17 18:06 UTC  (14+ messages)
` [PATCH v5 01/12] drm/connector: Add documentation for drm_cmdline_mode
` [PATCH v5 02/12] drm/client: Restrict the plane_state scope
` [PATCH v5 03/12] drm/client: Restrict the rotation check to the rotation itself
` [PATCH v5 04/12] drm/client: Change drm_client_panel_rotation name
` [PATCH v5 05/12] drm/modes: Rewrite the command line parser
` [PATCH v5 06/12] drm/modes: Support modes names on the command line
` [PATCH v5 07/12] drm/modes: Allow to specify rotation and reflection on the commandline
` [PATCH v5 08/12] drm/connector: Introduce a TV margins structure
` [PATCH v5 09/12] drm/modes: Parse overscan properties
` [PATCH v5 10/12] drm/atomic: Add a function to reset connector TV properties
` [PATCH v5 11/12] drm/selftests: Add command line parser selftests
` [PATCH v5 12/12] drm/vc4: hdmi: Set default state margin at reset

[Bug 110914] Heavy corruption on R300 with modesetting and GLAMOR
 2019-06-17 17:28 UTC  (4+ messages)

[PATCH libdrm] intel/i915_pciids: Add missing device ID for ICL
 2019-06-17 16:26 UTC  (2+ messages)

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-17 17:18 UTC  (6+ messages)
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI

[Bug 110702] segfault in radeonsi HEVC hardware decoding
 2019-06-17 16:03 UTC  (3+ messages)
` [Bug 110702] segfault in radeonsi HEVC hardware decoding with yuv420p10le

[PATCH] drm/amd/powerplay: Delete a redundant memory setting in vega20_set_default_od8_setttings()
 2019-06-17 15:06 UTC  (2+ messages)

[PATCH] drm/amd/display: Add missing newline at end of file
 2019-06-17 15:03 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix error handling in df_v3_6_pmc_start
 2019-06-17 15:02 UTC  (2+ messages)

[RFC PATCH] drm/panfrost: Add support for mapping BOs on GPU page faults
 2019-06-17 14:56 UTC  (5+ messages)

[PATCH] drm/amd/display: include missing linux/delay.h
 2019-06-17 14:55 UTC  (3+ messages)

[PATCH v2 0/9] drm/sun4i: Allwinner R40 MIPI-DSI support
 2019-06-17 14:54 UTC  (7+ messages)
` [PATCH v2 5/9] drm/sun4i: tcon_top: Register clock gates in probe
      `  "

[Bug 110831] [AMD TAHITI XT][amd-staging-drm-next] broken since 5.2-rc1 rebase
 2019-06-17 14:43 UTC  (2+ messages)
` [Bug 110831] [AMD TAHITI XT][amd-staging-drm-next][bisected] "

[PATCH 0/6] qcom: add OCMEM support
 2019-06-17 14:29 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: soc: qcom: add On Chip MEMory (OCMEM) bindings

[PATCH 0/4] drm/virtio: try remove ttm
 2019-06-17 14:19 UTC  (11+ messages)
` [PATCH 1/4] drm/virtio: pass gem reservation object to ttm init
` [PATCH 2/4] drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper
` [PATCH 3/4] drm/virtio: simplify cursor updates
` [PATCH 4/4] drm/virtio: remove virtio_gpu_object_wait

[Bug 110783] Mesa 19.1 rc crashing MPV with VAAPI
 2019-06-17 14:11 UTC  (2+ messages)

[Bug 109693] Hang of the graphics driver and assertion on si_upload_vertex_buffer_descriptors
 2019-06-17 13:58 UTC  (2+ messages)

[Bug 102646] Screen flickering under amdgpu-experimental (buffer corruptions?)
 2019-06-17 13:55 UTC  (3+ messages)
` [Bug 102646] Screen flickering under amdgpu-experimental [buggy auto power profile]

[PATCH] drm: Permit video-buffers writecombine mapping for MIPS
 2019-06-17 13:47 UTC  (2+ messages)

[PATCH libdrm v2 1/4] meson.build: Fix typo
 2019-06-17 13:44 UTC  (5+ messages)
` [PATCH libdrm v2 4/4] meson.build: Fix meson script on FreeBSD

[PATCH] drm/komeda: fix 32-bit komeda_crtc_update_clock_ratio
 2019-06-17 13:33 UTC  (2+ messages)

[PATCH] drm/komeda: fix size_t format string
 2019-06-17 13:32 UTC  (2+ messages)

[PATCH] video: fbdev: pvr2fb: fix link error for pvr2fb_pci_exit
 2019-06-17 13:16 UTC 

use exact allocation for dma coherent memory
 2019-06-17 13:15 UTC  (9+ messages)
` [PATCH 12/16] staging/comedi: mark as broken

[RESEND FOR CI] i915: no need to check return value of debugfs_create functions
 2019-06-17 12:53 UTC  (2+ messages)

[PATCH] video: fbdev: pvr2fb: fix compile-testing as module
 2019-06-17 12:47 UTC 

[PATCH] drm/amd/display: Delete a redundant memory setting in amdgpu_dm_irq_register_interrupt()
 2019-06-17 12:10 UTC 

[Bug 110883] [Regression linux 5.2-rc4][bisected] hang on boot
 2019-06-17 11:44 UTC  (2+ messages)

[PATCH 1/6] dma-buf: add dynamic DMA-buf handling v10
 2019-06-17 11:34 UTC  (6+ messages)
` [PATCH 2/6] drm/ttm: remove the backing store if no placement is given
  ` [PATCH 3/6] drm/ttm: use the parent resv for ghost objects v2
  ` [PATCH 4/6] drm/amdgpu: use allowed_domains for exported DMA-bufs
  ` [PATCH 6/6] drm/amdgpu: add independent DMA-buf import v6
` [PATCH 5/6] drm/amdgpu: add independent DMA-buf export v6

[Bug 203905] New: amdgpu:actual_brightness has unreal/wrong value
 2019-06-17 10:48 UTC  (3+ messages)
` [Bug 203905] "

[PATCH v2 2/2] drm/komeda: Adds komeda_kms_drop_master
 2019-06-17 10:18 UTC  (11+ messages)

[Bug 110674] Crashes / Resets From AMDGPU / Radeon VII
 2019-06-17 10:18 UTC  (2+ messages)

[Bug 110928] wx5100 gpu crash!!!!
 2019-06-17 10:15 UTC  (2+ messages)
` [Bug 110928] wx5100 gpu crash

[PATCH v2 00/28] drivers: Consolidate device lookup helpers
 2019-06-17 10:06 UTC  (5+ messages)
` [PATCH v2 06/28] drivers: Add generic helper to match by of_node

[RFC/WIP] drm/rockchip: Support CRTC gamma LUT
 2019-06-17 10:06 UTC  (2+ messages)

ww_mutex deadlock handling cleanup
 2019-06-17  9:30 UTC  (10+ messages)
` [PATCH 3/6] drm/gem: use new ww_mutex_(un)lock_for_each macros

[PATCH v4 00/12] drm/vc4: Allow for more boot-time configuration
 2019-06-17  9:27 UTC  (5+ messages)
` [PATCH v4 02/12] drm/client: Restrict the plane_state scope

[Bug 104437] RX480 + SME = amdgpu init failed + null dereference
 2019-06-17  9:09 UTC  (2+ messages)

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-17  8:26 UTC  (19+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
` [PATCH v5 02/18] kunit: test: add test resource management API
` [PATCH v5 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v5 05/18] kunit: test: add the concept of expectations
` [PATCH v5 07/18] kunit: test: add initial tests
` [PATCH v5 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v5 10/18] kunit: test: add tests for kunit test abort
` [PATCH v5 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v5 14/18] kunit: defconfig: add defconfigs for building KUnit tests
` [PATCH v5 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
  ` [PATCH v5 03/18] kunit: test: add string_stream a std::stream like string builder
  ` [PATCH v5 06/18] kbuild: enable building KUnit
  ` [PATCH v5 09/18] kunit: test: add support for test abort
  ` [PATCH v5 11/18] kunit: test: add the concept of assertions
  ` [PATCH v5 13/18] kunit: tool: add Python wrappers for running KUnit tests
  ` [PATCH v5 15/18] Documentation: kunit: add documentation for KUnit
  ` [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v5 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH] staging: fbtft: Fix checkpatch ERROR: space prohibited before that close parenthesis ')'
 2019-06-17  8:06 UTC  (2+ messages)

[PATCH v3 0/7] Hexdump Enhancements
 2019-06-17  7:39 UTC  (3+ messages)
` [PATCH v3 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags


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