dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 14:11:16 to 2021-05-21 14:11:35 UTC [more...]

[PATCH 01/11] drm/amdgpu: Comply with implicit fencing rules
 2021-05-21 14:09 UTC  (25+ messages)
` [PATCH 02/11] drm/panfrost: Remove sched_lock
` [PATCH 03/11] drm/panfrost: Use xarray and helpers for depedency tracking
` [PATCH 04/11] drm/panfrost: Fix implicit sync
    ` [Linaro-mm-sig] "
` [PATCH 05/11] drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the default
` [PATCH 06/11] drm/<driver>: drm_gem_plane_helper_prepare_fb is now "
` [PATCH 07/11] drm/armada: Remove prepare/cleanup_fb hooks
` [PATCH 08/11] drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCS
` [PATCH 09/11] drm/omap: Follow implicit fencing in prepare_fb
` [PATCH 10/11] drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as default
` [PATCH 11/11] drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the default

[RFC PATCH 00/13] drm/msm: Add Display Stream Compression Support
 2021-05-21 14:09 UTC  (21+ messages)
` [RFC PATCH 01/13] drm/dsc: Add dsc pps header init function
` [RFC PATCH 02/13] dt-bindings: msm/dsi: Document Display Stream Compression (DSC) parameters
` [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 in pingpong block
` [RFC PATCH 04/13] drm/msm/disp/dpu1: Add support for DSC
` [RFC PATCH 05/13] drm/msm/disp/dpu1: Add support for DSC in pingpong block
` [RFC PATCH 05/13] drm/msm/dsi: add support for dsc data
` [RFC PATCH 06/13] drm/msm/disp/dpu1: Add DSC support in RM
` [RFC PATCH 07/13] drm/msm/disp/dpu1: Add DSC for SDM845 to hw_catalog
` [RFC PATCH 08/13] drm/msm/disp/dpu1: Add DSC support in hw_ctl
` [RFC PATCH 09/13] drm/msm/disp/dpu1: Don't use DSC with mode_3d
` [RFC PATCH 09/13] drm/msm/disp/dpu1: Dont "
` [RFC PATCH 10/13] drm/msm/disp/dpu1: Add support for DSC in encoder
` [RFC PATCH 11/13] drm/msm/disp/dpu1: Add support for DSC in topology
` [RFC PATCH 12/13] drm/msm/dsi: Add support for DSC configuration
` [RFC PATCH 13/13] drm/msm/dsi: Pass DSC params to drm_panel
` [Freedreno] [RFC PATCH 00/13] drm/msm: Add Display Stream Compression Support

[PATCH] drm/amdgpu: Fix inconsistent indenting
 2021-05-21 13:35 UTC  (2+ messages)

Freenode fallout
 2021-05-21 13:33 UTC  (2+ messages)

[PATCH] drm/fb-helper: improve DRM fbdev emulation device names
 2021-05-21 13:19 UTC 

[PATCH] hgafb: fix probe function
 2021-05-21 12:54 UTC  (2+ messages)

[PATCH -next] drm: Fix PM reference leak
 2021-05-21 13:03 UTC 

[RFC 0/7] Per client engine busyness
 2021-05-21 12:32 UTC  (13+ messages)
` [RFC 1/7] drm/i915: Explicitly track DRM clients
` [RFC 2/7] drm/i915: Update client name on context create
` [RFC 3/7] drm/i915: Make GEM contexts track DRM clients
` [RFC 4/7] drm/i915: Track runtime spent in closed and unreachable GEM contexts
` [RFC 5/7] drm/i915: Track all user contexts per client
` [RFC 6/7] drm/i915: Track context current active time
` [RFC 7/7] drm/i915: Expose client engine utilisation via fdinfo

[RFC 0/2] GuC submission / DRM scheduler integration plan + new uAPI
 2021-05-21 12:12 UTC  (17+ messages)
` [RFC 2/2] drm/doc/rfc: i915 new parallel submission uAPI plan
  ` [Intel-gfx] "
  ` [Mesa-dev] "
          ` [Intel-gfx] "

[PATCH 0/8] drm + usb-type-c: Add support for out-of-band hotplug notification (v3)
 2021-05-21 11:41 UTC  (3+ messages)

[PATCH i-g-t] tests/kms_big_fb: Wait for vblank before collecting CRC
 2021-05-21 11:29 UTC  (2+ messages)
` [igt-dev] "

[PATCH] drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path
 2021-05-21 10:42 UTC  (2+ messages)

[PATCH v17 1/4] dt-bindings: msm: disp: add yaml schemas for DPU bindings
 2021-05-21 10:27 UTC  (4+ messages)
` [PATCH v17 2/4] dt-bindings: msm: dsi: add yaml schemas for DSI bindings
` [PATCH v17 3/4] dt-bindings: msm: dsi: add yaml schemas for DSI PHY bindings
` [PATCH v17 4/4] dt-bindings: msm/dp: Add bindings of MSM DisplayPort controller

[PATCH v5 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2021-05-21  9:40 UTC  (2+ messages)

[RFC] Add DMA_RESV_USAGE flags
 2021-05-21  9:36 UTC  (26+ messages)

[PATCH] drm/gem: Tiny kernel clarification for drm_gem_fence_array_add
 2021-05-21  9:10 UTC 

[PATCH v2] drm/exynos: Use pm_runtime_resume_and_get() to replace open coding
 2021-05-21  9:06 UTC 

[RFC PATCH 0/5] Core TTM changes for i915 TTM enabling
 2021-05-21  8:43 UTC  (12+ messages)
` [RFC PATCH 1/5] drm/ttm: Add a generic TTM memcpy move for page-based iomem
` [RFC PATCH 2/5] drm, drm/i915: Move the memcpy_from_wc functionality to core drm
` [RFC PATCH 3/5] drm/ttm: Use drm_memcpy_from_wc for TTM bo moves
` [RFC PATCH 4/5] drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
` [RFC PATCH 5/5] drm/ttm, drm/amdgpu: Allow the driver some control over swapping

[PATCH] drm/ttm: Skip swapout if ttm object is not populated
 2021-05-21  8:43 UTC  (2+ messages)

[PATCH] drm/doc: Includ fence chain api
 2021-05-21  8:26 UTC  (2+ messages)

[PATCH 0/4] dma-buf: Add an API for exporting sync files (v8)
 2021-05-21  7:51 UTC  (6+ messages)
` [PATCH 1/4] dma-buf: add dma_fence_array_for_each (v2)
` [PATCH 2/4] dma-buf: add dma_resv_get_singleton_rcu (v4)
` [PATCH 3/4] dma-buf: Add an API for exporting sync files (v9)
` [PATCH 4/4] RFC: dma-buf: Add an API for importing sync files (v6)

[RFC 0/3] dma-fence: Add a "boost" mechanism
 2021-05-21  7:43 UTC  (14+ messages)
` [RFC 1/3] dma-fence: Add boost fence op
          ` [Linaro-mm-sig] "
` [RFC 2/3] drm/atomic: Call dma_fence_boost() when we've missed a vblank

NVIDIA GPU fallen off the bus after exiting s2idle
 2021-05-21  7:13 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH 00/38] Rid W=1 warnings from GPU
 2021-05-21  7:10 UTC  (57+ messages)
` [PATCH 03/38] drm/radeon/radeon_cs: Fix incorrectly documented function 'radeon_cs_parser_fini'
` [PATCH 07/38] drm/sti/sti_hda: Provide missing function names
` [PATCH 09/38] drm/sti/sti_hqvdp: Fix incorrectly named function 'sti_hqvdp_vtg_cb()'
` [PATCH 10/38] drm/amd/amdgpu/amdgpu_ids: Correct some function name disparity
` [PATCH 11/38] drm/amd/amdgpu/amdgpu_debugfs: Fix a couple of misnamed functions
` [PATCH 12/38] drm/amd/amdgpu/amdgpu_gmc: Fix a little naming related doc-rot
` [PATCH 13/38] drm/amd/amdgpu/cik_sdma: Fix a few incorrectly named functions
` [PATCH 14/38] drm/amd/amdgpu/gfx_v7_0: Repair function names in the documentation
` [PATCH 16/38] drm/amd/amdgpu/si_dma: Fix some function name disparity
` [PATCH 17/38] drm/amd/amdgpu/dce_v6_0: Repair function name of 'si_get_number_of_dram_channels()'
` [PATCH 19/38] drm/radeon/cik: Fix incorrectly named function 'cik_irq_suspend()'
` [PATCH 20/38] drm/radeon/radeon_vm: Fix function naming disparities
` [PATCH 21/38] drm/amd/include/aldebaran_ip_offset: Mark top-level IP_BASE as __maybe_unused
` [PATCH 23/38] drm/amd/amdgpu/gmc_v7_0: Fix potential copy/paste issue
` [PATCH 24/38] drm/amd/amdgpu/mmhub_v9_4: Fix naming disparity with 'mmhub_v9_4_set_fault_enable_default()'
` [PATCH 26/38] drm/amd/amdgpu/gmc_v10_0: Fix potential copy/paste issue
` [PATCH 29/38] drm/radeon/r100: Realign doc header with function 'r100_cs_packet_parse_vline()'
` [PATCH 30/38] drm/amd/amdgpu/gfx_v9_4_2: Mark functions called by reference as static
` [PATCH 31/38] drm/amd/amdgpu/sdma_v2_4: Correct misnamed function 'sdma_v2_4_ring_emit_hdp_flush()'
` [PATCH 32/38] drm/amd/amdgpu/sdma_v4_0: Realign functions with their headers
` [PATCH 33/38] drm/amd/amdgpu/sdma_v5_0: Fix typo in function name
` [PATCH 34/38] drm/amd/amdgpu/amdgpu_vce: Fix a few incorrectly named functions
` [PATCH 35/38] drm/amd/amdgpu/sdma_v5_2: Repair typo in function name
` [PATCH 36/38] drm/amd/amdgpu/vcn_v1_0: Fix some function naming disparity
` [PATCH 37/38] drm/amd/amdgpu/gfx_v10_0: Demote kernel-doc abuse
` [PATCH 38/38] drm/amd/amdgpu/smuio_v13_0: Realign 'smuio_v13_0_is_host_gpu_xgmi_supported()' header

[PATCH 0/7] Per client engine busyness
 2021-05-20 14:17 UTC  (13+ messages)
              ` [Intel-gfx] "
                      ` [Nouveau] "

[PATCH] drm/msm/dpu: remove unused variable cmd_enc
 2021-05-21  4:16 UTC 

[PATCH] video: hgafb: correctly handle card detect failure during probe
 2021-05-20 13:40 UTC  (2+ messages)

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-21  6:53 UTC  (11+ messages)
` [PATCH v8 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v8 8/8] nouveau/svm: Implement atomic SVM access
` [PATCH v8 5/8] mm: Device exclusive memory access

[git pull] drm fixes for 5.13-rc3
 2021-05-21  6:22 UTC  (2+ messages)

[pull] amdgpu, amdkfd drm-next-5.14
 2021-05-21  4:57 UTC 

[PATCH i-g-t] tests/drm_read: drm_read fails for subtest invalid-buffer on chrome
 2021-05-21  4:18 UTC 

[PATCH v2 1/3] dt-bindings: display: convert faraday,tve200
 2021-05-21  2:00 UTC  (2+ messages)

linux-next: build failure after merge of the drm-intel tree
 2021-05-21  1:58 UTC 

linux-next: manual merge of the drm-intel tree with Linus' tree
 2021-05-21  1:45 UTC  (2+ messages)

linux-next: manual merge of the amdgpu tree with the drm-misc tree
 2021-05-21  1:42 UTC 

linux-next: manual merge of the amdgpu tree with the drm-misc tree
 2021-05-21  1:38 UTC 

linux-next: manual merge of the amdgpu tree with the drm-misc tree
 2021-05-21  1:20 UTC 

linux-next: manual merge of the amdgpu tree with the drm-misc tree
 2021-05-21  1:16 UTC 

[PATCH 1/3] gpu: drm: replace occurrences of invalid character
 2021-05-20 21:08 UTC  (2+ messages)
` (subset) "

[PATCH] drm/ttm: Explain why ttm_bo_add_move_fence uses a shared slot
 2021-05-20 20:28 UTC  (3+ messages)

[PATCH] drm/meson: fix shutdown crash when component not probed
 2021-05-20 20:25 UTC  (2+ messages)

[PATCH 0/7] component: Make into an aggregate bus
 2021-05-20 20:22 UTC  (10+ messages)
` [PATCH 3/7] component: Introduce struct aggregate_device
` [PATCH 7/7] drm/msm: Migrate to aggregate driver

[PATCH 00/10] Documentation build warning fixes
 2021-05-20 20:00 UTC  (2+ messages)

[PATCH -next] drm/amdgpu: fix unused-but-set-variable warnings
 2021-05-20 19:28 UTC  (2+ messages)

[PATCH] vgaarb: Use ACPI HID name to find integrated GPU
 2021-05-20 18:58 UTC  (3+ messages)

[Bug 211277] New: sometimes crash at s2ram-wake (Ryzen 3500U): amdgpu, drm, commit_tail, amdgpu_dm_atomic_commit_tail
 2021-05-20 18:42 UTC  (3+ messages)
` [Bug 211277] "

[PATCH] drm/panel: add rotation support for Elida KD35T133 panels
 2021-05-20 17:45 UTC  (2+ messages)

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-20 16:47 UTC  (3+ messages)
` [RFC PATCH 04/97] drm/i915/guc: skip disabling CTBs before sanitizing the GuC

[PATCH 0/4] drm/vc4: Add support for the BCM2711 VEC
 2021-05-20 16:53 UTC  (6+ messages)
` [PATCH 1/4] drm/vc4: Fix clock source for VEC PixelValve on BCM2711
` [PATCH 2/4] dt-bindings: display: bcm2835-vec: Add BCM2711 compatible
` [PATCH 3/4] drm/vc4: Separate VEC compatible variants
` [PATCH 4/4] ARM: boot: dts: bcm2711: Add BCM2711 VEC compatible

i915 and swiotlb_max_segment
 2021-05-20 15:12 UTC 

[PATCH] drm/i915: Use DRIVER_NAME for tracing unattached requests
 2021-05-20 14:28 UTC  (2+ messages)

[PATCH v2] Documentation: gpu: Mention the requirements for new properties
 2021-05-20 14:24 UTC 

[PATCH] dma-buf: fix unintended pin/unpin warnings
 2021-05-20 14:13 UTC  (5+ messages)


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