dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-03 08:20:48 to 2020-08-04 11:30:35 UTC [more...]

[00/59] ttm misc cleanups, mem refactoring, rename objects. (v2)
 2020-08-04 11:30 UTC  (87+ messages)
` [PATCH 01/59] drm/vmwgfx: consolidate ttm object creation and populate
` [PATCH 02/59] drm/vmwgfx: drop bo map/unmap dma functions
` [PATCH 03/59] nouveau: use ttm populate mapping functions. (v2)
` [PATCH 04/59] qxl/ttm: drop the unusued no wait flag to reserve function
` [PATCH 05/59] drm/ttm/amdgpu: consolidate ttm reserve paths
` [PATCH 06/59] drm/ttm: use a helper for unlocked moves to the lru tail
` [PATCH 07/59] drm/vram-helper: remove populate/unpopulate
` [PATCH 08/59] drm/ttm: export memory type debug entrypoint
` [PATCH 09/59] drm/nouveau/ttm: don't fill in blank ttm debug callback
` [PATCH 10/59] drm/vmwgfx/gmrid: don't provide pointless "
` [PATCH 11/59] drm/qxl/ttm: call ttm manager debug (v2)
` [PATCH 12/59] drm/vram-helper: call the ttm manager debug function
` [PATCH 13/59] drm/ttm: split the mm manager init code (v2)
` [PATCH 14/59] drm/ttm: provide a driver-led init path for range mm manager. (v2)
` [PATCH 15/59] drm/amdgpu/ttm: init managers from the driver side
` [PATCH 16/59] drm/radeon: use new ttm man init path
` [PATCH 17/59] drm/qxl/ttm: use new init path for manager
` [PATCH 18/59] drm/vram_helper: use new ttm manager init function
` [PATCH 19/59] drm/nouveau: use new memory manager init paths
` [PATCH 20/59] drm/vmwgfx/ttm: convert vram mm init to new code paths
` [PATCH 21/59] drm/vmwgfx/ttm: switch gmrid allocator to new init paths
` [PATCH 22/59] drm/ttm: convert system manager init to new code
` [PATCH 23/59] drm/ttm: purge old manager init path
` [PATCH 24/59] drm/ttm: pass man around instead of mem_type in some places
` [PATCH 25/59] drm/ttm: make some inline helper functions for cleanup paths. (v2)
` [PATCH 26/59] drm/ttm: start allowing drivers to use new takedown path (v2)
` [PATCH 27/59] drm/amdgpu/ttm: use new takedown path
` [PATCH 28/59] drm/vmwgfx: takedown vram manager
` [PATCH 29/59] drm/vram_helper: call explicit mm takedown
` [PATCH 30/59] drm/nouveau: use new cleanup paths
` [PATCH 31/59] drm/radeon/ttm: use new takedown paths
` [PATCH 32/59] drm/qxl/ttm: use new takedown path
` [PATCH 33/59] drm/vmwgfx: fix gmrid takedown paths to new interface
` [PATCH 34/59] drm/ttm: remove range manager legacy takedown path
` [PATCH 35/59] drm/ttm: make TTM responsible for cleaning system only
` [PATCH 36/59] drm/ttm: add wrapper to get manager from bdev
` [PATCH 37/59] drm/amdgfx/ttm: use wrapper to get ttm memory managers
` [PATCH 38/59] drm/vram-helper: use wrapper to access "
` [PATCH 39/59] drm/nouveau/ttm: "
` [PATCH 40/59] drm/qxl/ttm: use wrapper to access memory manager
` [PATCH 41/59] drm/radeon/ttm: "
` [PATCH 42/59] drm/vmwgfx/ttm: "
` [PATCH 43/59] drm/ttm: rename manager variable to make sure wrapper is used
` [PATCH 44/59] drm/ttm: allow drivers to provide their own manager subclasses
` [PATCH 45/59] drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrs
` [PATCH 46/59] drm/ttm: make ttm_range_man_init/takedown take type + args
` [PATCH 47/59] drm/ttm: move range manager to subclassed driver allocation
` [PATCH 48/59] drm/vmwgfx/ttm: move thp to driver managed
` [PATCH 49/59] drm/vmwgfx/gmrid: convert to driver controlled allocation
` [PATCH 50/59] drm/nouveau/ttm: move to driver allocated manager
` [PATCH 51/59] drm/ttm: drop priv pointer in memory manager
` [PATCH 52/59] drm/amdgpu/ttm: remove man->bdev references
` [PATCH 53/59] drm/ttm: drop man->bdev link
` [PATCH 54/59] drm/ttm: drop list of memory managers from device. (v2)
` [PATCH 55/59] drm/ttm: drop type manager has_type
` [PATCH 56/59] drm/ttm: add a wrapper for checking if manager is in use
` [PATCH 57/59] drm/ttm: rename bo manager to range manager
` [PATCH 58/59] drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager
` [PATCH 59/59] drm/ttm: rename ttm_mem_reg to ttm_resource

[PATCHv2 0/4] Subject: panel-dsi-cm: update bindings
 2020-08-04 10:52 UTC  (2+ messages)

[PATCH 00/49] ttm mem manager refactoring
 2020-08-04 10:26 UTC  (11+ messages)
` [PATCH 15/49] drm/ttm: make some inline helper functions for cleanup paths
` [PATCH 39/49] drm/ttm: make ttm_bo_man_init/takedown take type + args

[PATCH] drm: Added orientation quirk for ASUS tablet model T103HAF
 2020-08-04  9:45 UTC  (2+ messages)

[RFC][PATCH 0/5] Support GEM object mappings from I/O memory
 2020-08-04  9:41 UTC  (9+ messages)
` [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function

[PATCH] drm/vkms: modify sequence disable/plane/enable in commit_tail
 2020-08-04  9:33 UTC  (3+ messages)

[PATCH v2 0/3] More IPU cleanups v2
 2020-08-04  9:31 UTC  (5+ messages)
` [PATCH v2 3/3] drm/ingenic: ipu: Only enable clock when needed

[git pull] drm for 5.8-rc1
 2020-08-04  8:58 UTC  (13+ messages)

[PATCH] drm: omapdrm: Delete surplus GPIO includes
 2020-08-04  8:42 UTC  (2+ messages)

[PATCH v2] drm/omap: force runtime PM suspend on system suspend
 2020-08-04  8:22 UTC  (3+ messages)

[PATCH] vgacon: fix out of bounds write to the scrollback buffer
 2020-08-04  7:37 UTC  (9+ messages)

[PATCH v5 00/16] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-08-03  8:41 UTC  (10+ messages)
` [PATCH v5 06/16] pwm: lpss: Use pwm_lpss_apply() when restoring state on resume

[PATCH 0/2] Per process tracking of dma buffers
 2020-08-04  2:10 UTC  (15+ messages)
` [PATCH 1/2] fs: Add fd_install file operation
` [PATCH 2/2] dmabuf/tracing: Add dma-buf trace events

linux-next: manual merge of the hmm tree with the drm tree
 2020-08-03 23:34 UTC  (6+ messages)

[PATCH v9 00/12] PCI: brcmstb: enable PCIe for STB chips
 2020-08-03 12:49 UTC  (4+ messages)
` [PATCH v9 08/12] device core: Introduce DMA range map, supplanting dma_pfn_offset

[RFC][PATCH] regulator: rpi-panel: Add regulator/backlight driver for RPi panel
 2020-08-03 22:29 UTC  (9+ messages)

[PATCH 0/2] Remove unused downstream bus scaling apis
 2020-08-04  6:44 UTC  (3+ messages)
` [PATCH 1/2] drm/msm/mdp4: "
` [PATCH 2/2] drm/msm/mdp5: "

[PATCH v2 0/5] make hdmi work on bananapi-r2
 2020-08-03 18:02 UTC  (14+ messages)
` [PATCH v2 1/5] drm/mediatek: config component output by device node port
    ` Aw: "
      `  "
        ` Aw: "
          `  "
` [PATCH v2 2/5] drm/mediatek: fix boot up for 720 and 480 but 1080
` [PATCH v2 4/5] drm/mediatek: dpi/dsi: change the getting possible_crtc way

[PATCH v10 00/11] PCI: brcmstb: enable PCIe for STB chips
 2020-08-03 19:45 UTC  (2+ messages)
` [PATCH v10 07/11] device-mapping: Introduce DMA range map, supplanting dma_pfn_offset

[PATCH 0/6] Fixes and improvements for Xen pvdrm
 2020-08-04  6:39 UTC  (9+ messages)
` [PATCH 1/6] xen/gntdev: Fix dmabuf import with non-zero sgt offset
` [PATCH 2/6] drm/xen-front: Fix misused IS_ERR_OR_NULL checks
` [PATCH 4/6] xen: Sync up with the canonical protocol definition in Xen

[PATCH] drm/mgag200: Set PCI option register in G200SE models
 2020-08-04  6:54 UTC  (2+ messages)

[PATCH v5 0/5] Asynchronous flip implementation for i915
 2020-08-04  6:06 UTC  (6+ messages)

[PATCH] MAINTAINERS: enlist Greg formally for console stuff
 2020-08-04  6:01 UTC  (2+ messages)

[PATCH] vt: Handle recursion in vc_do_resize()
 2020-08-04  5:38 UTC  (5+ messages)
  ` [PATCH] fbmem: pull fbcon_update_vcs() out of fb_set_var()
    ` [PATCH v2] "

[drm:ttm-refactor-mem-manager-rename 51/82] drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:646:2: error: implicit declaration of function 'ttm_bo_man_fini'; did you mean
 2020-08-04  5:30 UTC 

gma500: monitor-dependent failure to boot FB console (psbdrmfb)
 2020-08-04  1:43 UTC 

[PATCH v4] Add support for KeemBay DRM driver
 2020-08-03 21:02 UTC  (4+ messages)
` [PATCH v4] drm/kmb: Add support for KeemBay Display

[PATCH v2 10/24] virtio_gpu: correct tags for config space fields
 2020-08-03 20:59 UTC 

[PATCH v5] Add support for KeemBay DRM driver
 2020-08-03 20:56 UTC  (2+ messages)
` [PATCH v5] drm/kmb: Add support for KeemBay Display

[Bug 203905] New: amdgpu:actual_brightness has unreal/wrong value
 2020-08-03 20:13 UTC  (2+ messages)
` [Bug 203905] "

[PATCH][next] fbdev: Use fallthrough pseudo-keyword
 2020-08-03 20:12 UTC  (5+ messages)

[PATCH] video: fbdev: pvr2fb: initialize variables
 2020-08-03 19:44 UTC  (2+ messages)

[PATCH v11 00/12] iommu/arm-smmu: Add Adreno SMMU specific implementation
 2020-08-03 19:35 UTC  (6+ messages)
` [PATCH v11 07/12] drm/msm: Add a context pointer to the submitqueue
` [PATCH v11 08/12] drm/msm: Set the global virtual address range from the IOMMU domain
` [PATCH v11 09/12] drm/msm: Add support to create a local pagetable
` [PATCH v11 10/12] drm/msm: Add support for private address space instances
` [PATCH v11 11/12] drm/msm/a6xx: Add support for per-instance pagetables

[PATCH] omapfb/dss: Include the right header
 2020-08-03 18:43 UTC  (2+ messages)

[PATCH 0/9] SDM630/36/60 driver enablement
 2020-08-03 16:06 UTC  (4+ messages)
` [PATCH 4/9] drm/msm/dsi: Add phy configuration for SDM630/636/660

[Bug 207383] New: [Regression] 5.7-rc: amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail
 2020-08-03 13:51 UTC  (2+ messages)
` [Bug 207383] [Regression] 5.7 "

[PATCH] drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
 2020-08-03 11:23 UTC  (2+ messages)

[PATCH] drm/nouveau: Drop mutex_lock_nested for atomic
 2020-08-03 11:22 UTC  (2+ messages)

[RFC][PATCH 1/2] dma-heap: Keep track of the heap device struct
 2020-08-03 11:06 UTC  (3+ messages)
` [RFC][PATCH 2/2] dma-heap: Add a system-uncached heap

[PATCH] drm/nouveau/acr: fix a coding style in nvkm_acr_lsfw_load_bl_inst_data_sig()
 2020-08-03 10:42 UTC  (2+ messages)
` [Nouveau] "

[v7] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-08-03  5:25 UTC 

[PATCH] drm/panel: remove return value of function drm_panel_add
 2020-08-01 12:02 UTC 

[PATCH v2 00/14] Add regulator devfreq support to Panfrost
 2020-08-03  7:54 UTC  (5+ messages)
` [PATCH v2 13/14] [DO NOT MERGE] arm64: dts: allwinner: h6: Add GPU OPP table

[PATCH] drm/vkms: add missing drm_crtc_vblank_put to the get/put pair on flush
 2020-07-31 18:10 UTC  (14+ messages)

[PATCH][next] drm/rockchip: lvds: ensure ret is assigned before checking for an error
 2020-08-03  6:46 UTC  (2+ messages)

[PATCH drm/hisilicon v2 0/3] hibmc clean up and code refactoring
 2020-08-03  0:38 UTC  (4+ messages)
` [PATCH drm/hisilicon v2 1/3] drm/hisilicon: Remove the unused include statements
` [PATCH drm/hisilicon v2 2/3] drm/hisilicon: Code refactoring for hibmc_drv_de
` [PATCH drm/hisilicon v2 3/3] drm/hisilicon: Rename variables to represent the correct meaning

[PATCH] drm/i915: Fix wrong return value in intel_atomic_check()
 2020-08-02 11:15 UTC 

[PATCH] dma-buf: heaps: Introduce dma_heap_add_cma() for non-default CMA heap
 2020-07-31  9:32 UTC  (3+ messages)

[PATCH] drm/i915: Fix wrong return value
 2020-08-02 11:15 UTC 

[PATCH v3 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-01  3:51 UTC  (3+ messages)
` [PATCH v3 02/23] x86/numa: Add 'nohmat' option

[RFC PATCH 00/17] Drop uses of pci_read_config_*() return value
 2020-08-02 17:28 UTC  (3+ messages)

[PATCH] drm/amd/display: Fix wrong return value in dm_update_plane_state()
 2020-08-02 11:15 UTC 

drm: list_add corruption followed by BUG (stack guard page was hit)
 2020-07-31 10:31 UTC 


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