dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-22 19:44:28 to 2021-11-24 12:45:02 UTC [more...]

drm/ttm: moving the LRU into the resource
 2021-11-24 12:44 UTC  (12+ messages)
` [PATCH 01/12] drm/ttm: add ttm_resource_fini
` [PATCH 02/12] drm/ttm: add back a reference to the bdev to the res manager
` [PATCH 03/12] drm/ttm: add a weak BO reference to the resource v3
` [PATCH 04/12] drm/ttm: add common accounting to the resource mgr v2
` [PATCH 05/12] drm/ttm: move the LRU into resource handling v2
` [PATCH 06/12] drm/ttm: add resource iterator
` [PATCH 07/12] drm/radeon: use ttm_resource_manager_debug
` [PATCH 08/12] drm/radeon: remove resource accounting
` [PATCH 09/12] drm/amdgpu: use ttm_resource_manager_debug
` [PATCH 10/12] drm/amdgpu: remove GTT accounting
` [PATCH 11/12] drm/amdgpu: remove VRAM accounting

[PATCH v2] drm/bridge: anx7625: Fix edid_read break case in sp_tx_edid_read()
 2021-11-24 12:39 UTC  (3+ messages)

[PATCH v2 1/6] drm/msm: Increase gpu boost interval
 2021-11-24 12:28 UTC  (11+ messages)
` [PATCH v2 2/6] drm/msm: Fix null ptr dereference in msm_ioctl_gem_submit()
` [PATCH v2 3/6] drm/msm/a6xx: Fix smatch warning for gpu_scid
` [PATCH v2 4/6] drm/msm/a6xx: Capture gmu log in devcoredump
` [PATCH v2 5/6] drm/msm: Add a module param to force coredump
` [PATCH v2 6/6] drm/msm/a6xx: Add a few gmu buffers to coredump

[RE]: [PATCH v3 10/10] vfio/ccw: Move the lifecycle of the struct vfio_ccw_private to the mdev
 2021-11-24 12:25 UTC 

[PATCH v3 1/2] drm/msm/a6xx: Fix uinitialized use of gpu_scid
 2021-11-24 11:06 UTC  (2+ messages)
` [PATCH v3 2/2] drm/msm/a6xx: Capture gmu log in devcoredump

[PATCH v3 1/6] drm: move the buddy allocator from i915 into common drm
 2021-11-24 10:33 UTC  (8+ messages)
` [PATCH v3 2/6] drm: improve drm_buddy_alloc function
` [PATCH v3 4/6] drm: implement a method to free unused pages

[PATCH] drm/amd/display: Fix warning comparing pointer to 0
 2021-11-24 10:20 UTC 

[PATCH v2 0/8] sysctl: second set of kernel/sysctl cleanups
 2021-11-24  9:49 UTC  (11+ messages)
` [PATCH v2 1/8] hpet: simplify subdirectory registration with register_sysctl()
` [PATCH v2 2/8] i915: "
` [PATCH v2 3/8] macintosh/mac_hid.c: "
` [PATCH v2 4/8] ocfs2: "
` [PATCH v2 5/8] test_sysctl: "
` [PATCH v2 6/8] inotify: "
` [PATCH v2 7/8] cdrom: "
` [PATCH v2 8/8] eventpoll: simplify sysctl declaration "

[PATCH] drm/i915/dmabuf: remove duplicate include in i915_gem_dmabuf.c
 2021-11-24  9:18 UTC  (2+ messages)

[PATCH v8 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-11-24  9:17 UTC  (15+ messages)
` [PATCH v8 1/8] drm/ingenic: prepare ingenic drm for later addition of JZ4780
` [PATCH v8 2/8] drm/ingenic: Add support for JZ4780 and HDMI output
` [PATCH v8 3/8] dt-bindings: display: Add ingenic, jz4780-dw-hdmi DT Schema
  ` [PATCH v8 3/8] dt-bindings: display: Add ingenic,jz4780-dw-hdmi "
` [PATCH v8 4/8] drm/ingenic: Add dw-hdmi driver for jz4780
` [PATCH v8 5/8] MIPS: DTS: jz4780: Account for Synopsys HDMI driver and LCD controllers
` [PATCH v8 6/8] MIPS: DTS: CI20: Add DT nodes for HDMI setup
` [PATCH v8 7/8] MIPS: defconfig: CI20: configure for DRM_DW_HDMI_JZ4780
` [PATCH v8 8/8] [RFC] MIPS: DTS: Ingenic: adjust register size to available registers

[PATCH 0/3] drm/i915/gt: RPS tuning for light media playback
 2021-11-24  8:56 UTC  (12+ messages)
` [PATCH 1/3] drm/i915/gt: Spread virtual engines over idle engines
    ` [Intel-gfx] "
` [PATCH 2/3] drm/i915/gt: Compare average group occupancy for RPS evaluation
` [PATCH 3/3] drm/i915/gt: Improve "race-to-idle" at low frequencies

completely rework the dma_resv semantic
 2021-11-24  8:39 UTC  (29+ messages)
` [PATCH 01/26] drm/amdgpu: partially revert "svm bo enable_signal call condition"
` [PATCH 02/26] dma-buf: cleanup pruning of dma_resv objects
` [PATCH 03/26] dma-buf: make fence mandatory for dma_resv_add_excl_fence
` [PATCH 04/26] drm/qxl: use iterator instead of dma_resv_shared_list
` [PATCH 05/26] dma-buf: add dma_resv_replace_fences
` [PATCH 06/26] dma-buf: finally make the dma_resv_list private
` [PATCH 07/26] dma-buf: drop excl_fence parameter from dma_resv_get_fences
` [PATCH 08/26] dma-buf: add dma_resv_get_singleton
` [PATCH 09/26] RDMA: use dma_resv_wait() instead of extracting the fence
` [PATCH 10/26] drm/etnaviv: stop using dma_resv_excl_fence
` [PATCH 11/26] drm/nouveau: "
` [PATCH 12/26] drm/vmwgfx: "
` [PATCH 13/26] drm/radeon: "
` [PATCH 14/26] drm/amdgpu: remove excl as shared workarounds
` [PATCH 15/26] drm/amdgpu: use dma_resv_for_each_fence for CS workaround
` [PATCH 16/26] dma-buf: finally make dma_resv_excl_fence private
` [PATCH 17/26] dma-buf: drop the DAG approach for the dma_resv object
` [PATCH 18/26] dma-buf/drivers: make reserving a shared slot mandatory
` [PATCH 19/26] drm: support more than one write fence in drm_gem_plane_helper_prepare_fb
` [PATCH 20/26] drm/nouveau: support more than one write fence in fenv50_wndw_prepare_fb
` [PATCH 21/26] drm/amdgpu: use dma_resv_get_singleton in amdgpu_pasid_free_cb
` [PATCH 22/26] dma-buf: add enum dma_resv_usage
` [PATCH 23/26] dma-buf: specify usage while adding fences to dma_resv obj
` [PATCH 24/26] dma-buf: wait for map to complete for static attachments
` [PATCH 25/26] amdgpu: remove DMA-buf fence workaround
` [PATCH 26/26] drm/ttm: remove bo->moving

[PATCH v2 6/6] drm/ttm: Clarify that the TTM_PL_SYSTEM buffers need to stay idle
 2021-11-24  8:22 UTC  (3+ messages)
` [PATCH v4] drm/ttm: Clarify that the TTM_PL_SYSTEM is under TTMs control

[PATCH v2] i2c: tegra: Add ACPI support
 2021-11-24  7:18 UTC  (5+ messages)

[PATCH 0/2] drm: exynos: dsi: Convert drm bridge
 2021-11-24  5:32 UTC  (9+ messages)
  ` [PATCH 1/2] drm: exynos: dsi: Convert to bridge driver

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-11-24  3:22 UTC  (5+ messages)
` [Bug 211277] "

[PATCH] drm/amd/display: fix application of sizeof to pointer
 2021-11-24  3:04 UTC 

[PATCH v5 1/2] dt-bindings: display: bridge: lvds-codec: Document pixel data sampling edge select
 2021-11-24  3:02 UTC  (7+ messages)
` [PATCH v5 2/2] drm/bridge: lvds-codec: Add support for "

[PATCH] drm: rcar-du: add modifiers support
 2021-11-24  2:49 UTC  (3+ messages)

[Bug 203439] New: amdgpu: [REG 4.20 -> 5.0] Brightness minimum level is too high
 2021-11-24  2:44 UTC  (2+ messages)
` [Bug 203439] "

linux-next: manual merge of the drm-intel-gt tree with the drm-intel tree
 2021-11-24  0:09 UTC 

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-11-23 23:53 UTC  (4+ messages)
` [PATCH v2 12/63] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region

[PATCH] drm/msm/dpu: Add more of the INTF interrupt regions
 2021-11-23 21:17 UTC  (4+ messages)
` [Freedreno] "

[WARN][AMDGPU] Linux 5.15.4 with AMD Bonaire GPU
 2021-11-23 20:47 UTC  (3+ messages)

[PATCH v2 1/2] drm/amdkfd: Use bitmap_zalloc() when applicable
 2021-11-23 20:46 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'

[PATCH 0/5] xen: cleanup detection of non-essential pv devices
 2021-11-23 20:39 UTC  (3+ messages)

[PATCH v3 0/5] Panel replay phase1 implementation
 2021-11-23 19:48 UTC  (5+ messages)
` [PATCH v3 1/5] drm/i915/panelreplay: dpcd register definition for panelreplay
` [PATCH v3 3/5] drm/i915/panelreplay: Initializaton and compute config for panel replay

[PATCH] drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
 2021-11-23 19:35 UTC  (2+ messages)

[PATCH v2] drm/virtio: Fix an NULL vs IS_ERR() bug in virtio_gpu_object_shmem_init()
 2021-11-23 18:47 UTC  (2+ messages)

[PATCH v2] drm: change logs to print connectors in the form [CONNECTOR:id:name]
 2021-11-23 18:37 UTC 

[PATCH v5 0/7] drm: sun4i: dsi: Convert drm bridge
 2021-11-23 18:32 UTC  (12+ messages)
` [PATCH v5 3/7] drm: sun4i: dsi: Convert to bridge driver

[PATCH v7 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-11-23 18:13 UTC  (11+ messages)
` [PATCH v7 1/8] drm/ingenic: prepare ingenic drm for later addition of JZ4780
` [PATCH v7 2/8] drm/ingenic: Add support for JZ4780 and HDMI output
` [PATCH v7 3/8] dt-bindings: display: Add ingenic, jz4780-dw-hdmi DT Schema
` [PATCH v7 4/8] drm/ingenic: Add dw-hdmi driver for jz4780
` [PATCH v7 5/8] MIPS: DTS: jz4780: Account for Synopsys HDMI driver and LCD controllers
` [PATCH v7 6/8] MIPS: DTS: CI20: Add DT nodes for HDMI setup
` [PATCH v7 7/8] MIPS: defconfig: CI20: configure for DRM_DW_HDMI_JZ4780
` [PATCH v7 8/8] [RFC] MIPS: DTS: Ingenic: adjust register size to available registers

[PATCH] drm/doc: Fix TTM acronym
 2021-11-23 17:01 UTC 

[PATCH] drm: rcar-du: do not restart rcar-du groups on gen3
 2021-11-23 15:20 UTC 

[PATCH v1 1/1] drm: Replace kernel.h with the necessary inclusions
 2021-11-23 16:32 UTC  (6+ messages)

[Bug 211807] New: [drm:drm_dp_mst_dpcd_read] *ERROR* mstb 000000004e6288dd port 3: DPCD read on addr 0x60 for 1 bytes NAKed
 2021-11-23 15:48 UTC  (2+ messages)
` [Bug 211807] "

[PATCH 1/4] drm/msm: Increase gpu boost interval
 2021-11-23 15:38 UTC  (5+ messages)
` [PATCH 4/4] drm/msm/a6xx: Capture gmu log in devcoredump

[PATCH] drm/bridge: megachips: Ensure both bridges are probed before registration
 2021-11-23 15:18 UTC  (2+ messages)

[RFC v2 00/22] Add Support for Plane Color Lut and CSC features
 2021-11-23 15:05 UTC  (11+ messages)
` [RFC v2 01/22] drm: RFC for Plane Color Hardware Pipeline
` [RFC v2 05/22] drm/i915/xelpd: Define Degamma Lut range struct for HDR planes

[PATCH 1/9] gpu: host1x: Add missing DMA API include
 2021-11-23 14:10 UTC 

[PATCH bpf] treewide: add missing includes masked by cgroup -> bpf dependency
 2021-11-23 12:51 UTC  (4+ messages)

Patch "drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap" has been added to the 5.15-stable tree
 2021-11-23 11:56 UTC 

[PATCH v2] drm: document DRM_IOCTL_MODE_GETFB2
 2021-11-23 11:24 UTC 

[PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id
 2021-11-23 11:18 UTC  (14+ messages)
` [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id
` [PATCH v2 02/11] ASoC: dai_dma: remove slave_id field
` [PATCH v2 03/11] spi: pic32: stop setting dma_config->slave_id
` [PATCH v2 04/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH v2 05/11] dmaengine: shdma: remove legacy slave_id parsing
` [PATCH v2 06/11] dmaengine: pxa/mmp: stop referencing config->slave_id
` [PATCH v2 07/11] dmaengine: sprd: "
` [PATCH v2 08/11] dmaengine: qcom-adm: stop abusing slave_id config
` [PATCH v2 09/11] dmaengine: xilinx_dpdma: stop using slave_id field
` [PATCH v2 10/11] dmaengine: tegra20-apb: stop checking config->slave_id
` [PATCH v2 11/11] dmaengine: remove slave_id config field

[PATCH v10 00/10 RESEND] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
 2021-11-23  9:32 UTC  (12+ messages)
` [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC

[PATCH] drm/i915/gem: placate scripts/kernel-doc
 2021-11-23  9:29 UTC  (2+ messages)

[PATCH] drm/panel: Update BOE and INX initial code
 2021-11-23  7:52 UTC 

[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-11-23  7:10 UTC  (4+ messages)
` [PATCH v1 1/9] mm: add zone device coherent type memory support

[PATCH 1/2] drm/amdkfd: Use bitmap_zalloc() when applicable
 2021-11-23  6:02 UTC  (5+ messages)
` [PATCH 2/2] drm/amdkfd: Slighly optimize 'init_doorbell_bitmap()'

[PATCH 0/2] virtgpu dummy events
 2021-11-22 23:22 UTC  (3+ messages)
` [PATCH 1/2] drm/virtgpu api: define a dummy fence signaled event
` [PATCH 2/2] drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)

[RFC 0/7] Add GuC Error Capture Support
 2021-11-22 23:03 UTC 

[PATCH] drm/selftest: fix potential memleak in error branch
 2021-11-22 22:13 UTC  (2+ messages)

[PATCH v3 0/2] More preparation for multi gt patches
 2021-11-22 21:51 UTC  (3+ messages)
` [PATCH v3 1/2] drm/i915: Store backpointer to GT in uncore
` [PATCH v3 2/2] drm/i915: Use to_root_gt() to refer to the root tile

[PATCH v7 0/6] drm/i915/ttm: Async migration
 2021-11-22 21:45 UTC  (7+ messages)
` [PATCH v7 1/6] drm/i915: Add support for moving fence waiting
` [PATCH v7 2/6] drm/i915/ttm: Move the i915_gem_obj_copy_ttm() function
` [PATCH v7 3/6] drm/i915/ttm: Drop region reference counting
` [PATCH v7 4/6] drm/i915/ttm: Correctly handle waiting for gpu when shrinking
` [PATCH v7 5/6] drm/i915/ttm: Implement asynchronous TTM moves
` [PATCH v7 6/6] drm/i915/ttm: Update i915_gem_obj_copy_ttm() to be asynchronous

[PATCH] drm: ttm: correct ttm_range_manager kernel-doc notation
 2021-11-22 20:33 UTC  (3+ messages)

[PATCH 1/2] drm/i915/backlight: Drop duplicate intel_panel_actually_set_backlight()
 2021-11-22 20:24 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/backlight: Make ext_pwm_disable_backlight() call intel_backlight_set_pwm_level()

[PATCH v3 0/9] Add new formats support to vkms
 2021-11-22 19:44 UTC  (8+ messages)
` [PATCH v3 3/9] drm: vkms: Replace hardcoded value of `vkms_composer.map` to DRM_FORMAT_MAX_PLANES
` [PATCH v3 4/9] drm: vkms: Rename `vkms_composer` to `vkms_frame_info`
` [PATCH v3 5/9] drm: vkms: Add fb information to `vkms_writeback_job`
` [PATCH v3 6/9] drm: drm_atomic_helper: Add a new helper to deal with the writeback connector validation
` [PATCH v3 7/9] drm: vkms: Refactor the plane composer to accept new formats
` [PATCH v3 8/9] drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formats
` [PATCH v3 9/9] drm: vkms: Add support to the RGB565 format


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