dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 13:40:54 to 2020-07-31 13:10:35 UTC [more...]

[PATCH 00/49] ttm mem manager refactoring
 2020-07-31 13:10 UTC  (76+ messages)
` [PATCH 01/49] drm/qxl/ttm: call ttm manager debug
` [PATCH 02/49] drm/vram-helper: call the ttm manager debug function
` [PATCH 03/49] drm/ttm: split the mm manager init code
` [PATCH 04/49] drm/ttm: provide a driver-led init path for generic mm manager
` [PATCH 05/49] drm/amdgpu/ttm: init managers from the driver side
` [PATCH 06/49] drm/radeon: use new ttm man init path
` [PATCH 07/49] drm/qxl/ttm: use new init path for manager
` [PATCH 08/49] drm/vram_helper: use new ttm manager init function
` [PATCH 09/49] drm/nouveau: use new memory manager init paths
` [PATCH 10/49] drm/vmwgfx/ttm: convert vram mm init to new code paths
` [PATCH 11/49] drm/vmwgfx/ttm: switch gmrid allocator to new init paths
` [PATCH 12/49] drm/ttm: convert system manager init to new code
` [PATCH 13/49] drm/ttm: purge old manager init path
` [PATCH 14/49] drm/ttm: pass man around instead of mem_type in some places
` [PATCH 15/49] drm/ttm: make some inline helper functions for cleanup paths
` [PATCH 16/49] drm/ttm: start allowing drivers to use new takedown path
` [PATCH 17/49] drm/amdgpu/ttm: "
` [PATCH 18/49] drm/vmwgfx: takedown vram manager
` [PATCH 19/49] drm/vram_helper: call explicit mm takedown
` [PATCH 20/49] drm/nouveau: use new cleanup paths
` [PATCH 21/49] drm/radeon/ttm: use new takedown paths
` [PATCH 22/49] drm/qxl/ttm: use new takedown path
` [PATCH 23/49] drm/vmwgfx: fix gmrid takedown paths to new interface
` [PATCH 24/49] drm/ttm: remove range manager legacy takedown path
` [PATCH 25/49] drm/ttm: make TTM responsible for cleaning system only
` [PATCH 26/49] drm/ttm: add wrapper to get manager from bdev
` [PATCH 27/49] drm/amdgfx/ttm: use wrapper to get ttm memory managers
` [PATCH 28/49] drm/vram-helper: use wrapper to access "
` [PATCH 29/49] drm/nouveau/ttm: "
` [PATCH 30/49] drm/qxl/ttm: use wrapper to access memory manager
` [PATCH 31/49] drm/radeon/ttm: "
` [PATCH 32/49] drm/vmwgfx/ttm: "
` [PATCH 33/49] drm/ttm: rename manager variable to make sure wrapper is used
` [PATCH 34/49] drm/ttm: make manager debug function optional
` [PATCH 35/49] drm/nouveau/ttm: don't fill in blank ttm debug callback
` [PATCH 36/49] drm/vmwgfx/gmrid: don't provide pointless "
` [PATCH 37/49] drm/ttm: allow drivers to provide their own manager subclasses
` [PATCH 38/49] drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrs
` [PATCH 39/49] drm/ttm: make ttm_bo_man_init/takedown take type + args
` [PATCH 40/49] drm/ttm: move range manager to subclassed driver allocation
` [PATCH 41/49] drm/vmwgfx/ttm: move thp to driver managed
` [PATCH 42/49] drm/vmwgfx/gmrid: convert to driver controlled allocation
` [PATCH 43/49] drm/nouveau/ttm: move to driver allocated manager
` [PATCH 44/49] drm/ttm: drop priv pointer in memory manager
` [PATCH 45/49] drm/amdgpu/ttm: remove man->bdev references
` [PATCH 46/49] drm/ttm: drop man->bdev link
` [PATCH 47/49] drm/ttm: drop list of memory managers from device
` [PATCH 48/49] drm/ttm: drop type manager has_type
` [PATCH 49/49] drm/ttm: consolidate manager used apis into a set and get

[PATCH 0/6] Fixes and improvements for Xen pvdrm
 2020-07-31 12:51 UTC  (7+ 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 3/6] drm/xen-front: Add YUYV to supported formats
` [PATCH 4/6] xen: Sync up with the canonical protocol definition in Xen
` [PATCH 5/6] drm/xen-front: Pass dumb buffer data offset to the backend
` [PATCH 6/6] drm/xen-front: Add support for EDID based configuration

[PATCH] drm/vkms: fix xrgb on compute crc
 2020-07-31  9:28 UTC  (2+ messages)

[PATCH] Added orientation quirk for ASUS tablet model T103HAF
 2020-07-31  9:25 UTC  (2+ messages)

[RFC][PATCH 0/5] Support GEM object mappings from I/O memory
 2020-07-31  9:22 UTC  (9+ messages)
` [PATCH 2/5] fbdev/core: Export framebuffer read and write code as cfb_ function
` [PATCH 3/5] drm: Add infrastructure for vmap operations of I/O memory

[PATCH] drm: re-add deleted doc for drm_gem_open_ioctl
 2020-07-31  9:17 UTC  (2+ messages)

[PATCH] drm/vkms: Fix soft lockup
 2020-07-31  9:16 UTC  (2+ messages)

[PATCH 0/2] Small cleanups to ingenic-drm driver
 2020-07-31  9:11 UTC  (5+ messages)

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

[PATCH v9 0/5] Add support for iMX8MQ Display Controller Subsystem
 2020-07-31  8:56 UTC  (11+ messages)
` [PATCH v9 1/5] drm/imx: compile imx directory by default
` [PATCH v9 2/5] drm/imx: Add initial support for DCSS on iMX8MQ
` [PATCH v9 3/5] drm/imx/dcss: use drm_bridge_connector API
` [PATCH v9 4/5] MAINTAINERS: Add entry for i.MX 8MQ DCSS driver
` [PATCH v9 5/5] dt-bindings: display: imx: add bindings for DCSS

[Linux-kernel-mentees] [PATCH] drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
 2020-07-31  7:57 UTC  (9+ messages)

[PATCH drm/hisilicon 2/2] drm/hisilicon: Code refactoring for hibmc_drv_de
 2020-07-31  7:47 UTC  (2+ messages)

[PATCH drm/hisilicon 1/2] drm/hisilicon: Remove the unnecessary header files
 2020-07-31  7:36 UTC  (2+ messages)

[PATCH v2 0/3] More IPU cleanups v2
 2020-07-30 16:21 UTC  (7+ messages)
` [PATCH v2 1/3] drm/ingenic: ipu: Only restart manually on older SoCs
` [PATCH v2 2/3] drm/ingenic: ipu: Remove YUV422 from supported formats on JZ4725B
` [PATCH v2 3/3] drm/ingenic: ipu: Only enable clock when needed

[PATCH] vgacon: fix out of bounds write to the scrollback buffer
 2020-07-31  5:22 UTC  (3+ messages)

[v1] drm/msm/dpu: Fix scale params in plane validation
 2020-07-30 20:51 UTC  (2+ messages)

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

[PATCH v2 0/4] drm/sun4i: Add support for dual-link LVDS on the A20
 2020-07-30  9:35 UTC  (5+ messages)
` [PATCH v2 1/4] drm/of: Change the prototype of drm_of_lvds_get_dual_link_pixel_order
` [PATCH v2 2/4] drm/sun4i: tcon: Refactor the LVDS and panel probing
` [PATCH v2 3/4] drm/sun4i: tcon: Support the LVDS Dual-Link on the A20
` [PATCH v2 4/4] [DO NOT MERGE] ARM: dts: sun7i: Enable LVDS Dual-Link on the Cubieboard

[PATCH] vt: Handle recursion in vc_do_resize()
 2020-07-30 11:27 UTC  (6+ messages)
  ` [PATCH] fbmem: pull fbcon_update_vcs() out of fb_set_var()
    ` [PATCH v2] "

[PATCH] vgacon: Fix an out-of-bounds in vgacon_scrollback_update()
 2020-07-31  4:56 UTC  (6+ messages)

[PATCH drm/hisilicon 0/2] hibmc clean up
 2020-07-31  1:05 UTC 

[RFC][PATCH] regulator: rpi-panel: Add regulator/backlight driver for RPi panel
 2020-07-30 19:37 UTC  (5+ messages)

[PATCH 0/2] Fix st7703 panel initialization failures
 2020-07-30 13:41 UTC  (7+ messages)

[PATCH v9 0/4] driver core: add probe error check helper
 2020-07-30 19:06 UTC  (9+ messages)

linux-next: manual merge of the hmm tree with the drm tree
 2020-07-30 17:31 UTC  (3+ messages)

[PATCH v2] drm/connector: Add of_drm_find_connector
 2020-07-31  6:17 UTC  (3+ messages)

[PATCH v5 0/6] Add support for GPU DDR BW scaling
 2020-07-30 21:26 UTC  (12+ messages)

oops in drm-next on vmwgfx
 2020-07-31  6:36 UTC 

[git pull] drm fixes for 5.8-rc8 (part 2)
 2020-07-31  4:40 UTC  (2+ messages)

[PATCH v2 1/1] drm: xlnx: zynqmp: Use switch - case for link rate downshift
 2020-07-31  2:33 UTC  (3+ messages)

[PATCH v3] drm/nouveau: Accept 'legacy' format modifiers
 2020-07-30 23:59 UTC  (3+ messages)

[PATCH v4] drm/nouveau: Accept 'legacy' format modifiers
 2020-07-30 23:58 UTC 

[pull v2] drm/msm: msm-next for 5.9
 2020-07-30 21:23 UTC 

[PATCH v2] drm/nouveau: Accept 'legacy' format modifiers
 2020-07-30 21:06 UTC  (7+ messages)
` [Nouveau] "

[PATCH 0/7] drm/amd/display: Drop DRM private objects from amdgpu_dm
 2020-07-30 20:51 UTC  (10+ messages)
` [PATCH 1/7] drm/amd/display: Store tiling_flags and tmz_surface on dm_plane_state
` [PATCH 2/7] drm/amd/display: Reset plane when tiling flags change
` [PATCH 3/7] drm/amd/display: Avoid using unvalidated tiling_flags and tmz_surface in prepare_planes
` [PATCH 4/7] drm/amd/display: Use validated tiling_flags and tmz_surface in commit_tail
` [PATCH 5/7] drm/amd/display: Reset plane for anything that's not a FAST update
` [PATCH 6/7] drm/amd/display: Drop dm_determine_update_type_for_commit
` [PATCH 7/7] drm/amd/display: Replace DRM private objects with subclassed DRM atomic state

[PATCH v4] Add support for KeemBay DRM driver
 2020-07-30 20:44 UTC  (2+ messages)
` [PATCH v4] drm/kmb: Add support for KeemBay Display

[PATCH v3] Add support for KeemBay DRM driver
 2020-07-30 20:36 UTC  (4+ messages)
` [PATCH v3] drm/kmb: Add support for KeemBay Display

[PATCH 0/6] DBI/DSI, panel drivers, and tinyDRM compat
 2020-07-30 19:50 UTC  (3+ messages)
` [PATCH 4/6] drm/panel: Add panel driver for NewVision NV3052C based LCDs

[PATCH] dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resv
 2020-07-30 16:45 UTC  (4+ messages)

[PULL] drm-intel-next-fixes
 2020-07-30 16:26 UTC 

[PATCH] ttm: ttm_bo_swapout_all doesn't use it's argument
 2020-07-30 15:45 UTC  (3+ messages)

[pull] amdgpu drm-fixes-5.8 (take 2)
 2020-07-30 15:43 UTC 

[pull] amdgpu drm-fixes-5.8
 2020-07-30 15:06 UTC  (2+ messages)

[PATCH v2 0/9] drm/ast: Convert to managed initialization
 2020-07-30 13:52 UTC  (10+ messages)
` [PATCH v2 1/9] drm/ast: Embed CRTC and connector in struct ast_private
` [PATCH v2 2/9] drm/ast: Separate DRM driver from PCI code
` [PATCH v2 3/9] drm/ast: Replace driver load/unload functions with device create/destroy
` [PATCH v2 4/9] drm/ast: Replace struct_drm_device.dev_private with to_ast_private()
` [PATCH v2 5/9] drm/ast: Don't use ast->dev if dev is available
` [PATCH v2 6/9] drm/ast: Embed struct drm_device in struct ast_private
` [PATCH v2 7/9] drm/ast: Managed release of ast firmware
` [PATCH v2 8/9] drm/ast: Manage release of firmware backup memory
` [PATCH v2 9/9] drm/ast: Managed device release

[PATCH] drm/doc: device hot-unplug for userspace
 2020-07-30 13:35 UTC  (3+ messages)
` [PATCH v5] "
  ` drm/doc: missing SPDX license identifier (Was: Re: [PATCH v5] drm/doc: device hot-unplug for userspace)


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