dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-10 03:20:25 to 2021-05-11 06:55:01 UTC [more...]

[PATCH v6 00/16] RFC Support hot device unplug in amdgpu
 2021-05-11  6:54 UTC  (30+ messages)
` [PATCH v6 01/16] drm/ttm: Remap all page faults to per process dummy page
` [PATCH v6 02/16] drm/ttm: Expose ttm_tt_unpopulate for driver use
` [PATCH v6 03/16] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v6 04/16] drm/amdkfd: Split kfd suspend from devie exit
` [PATCH v6 05/16] drm/amdgpu: Add early fini callback
` [PATCH v6 06/16] drm/amdgpu: Handle IOMMU enabled case
` [PATCH v6 07/16] drm/amdgpu: Remap all page faults to per process dummy page
` [PATCH v6 08/16] PCI: Add support for dev_groups to struct pci_device_driver
` [PATCH v6 09/16] drm/amdgpu: Convert driver sysfs attributes to static attributes
` [PATCH v6 10/16] drm/amdgpu: Guard against write accesses after device removal
` [PATCH v6 11/16] drm/sched: Make timeout timer rearm conditional
` [PATCH v6 12/16] drm/amdgpu: Prevent any job recoveries after device is unplugged
` [PATCH v6 13/16] drm/amdgpu: Fix hang on device removal
` [PATCH v6 14/16] drm/scheduler: Fix hang when sched_entity released
` [PATCH v6 15/16] drm/amd/display: Remove superflous drm_mode_config_cleanup
` [PATCH v6 16/16] drm/amdgpu: Verify DMA opearations from device are done

[PULL] topic/iomem-mmap-vs-gup
 2021-05-10 18:13 UTC  (10+ messages)

[PATCH 00/53] Get rid of UTF-8 chars that can be mapped as ASCII
 2021-05-10 21:57 UTC  (18+ messages)
` [PATCH 44/53] docs: gpu: avoid using UTF-8 chars

[PATCH -next] drm/panfrost: Fix PM reference leak in panfrost_job_hw_submit()
 2021-05-11  6:29 UTC 

[PATCH v1 0/3] Add support for next gen eDP driver on SnapDragon
 2021-05-11  4:55 UTC  (6+ messages)

[PATCH v3 1/2] drm/bridge: anx7625: refactor power control to use runtime PM framework
 2021-05-11  4:34 UTC  (4+ messages)
` [PATCH v3 2/2] drm/bridge: anx7625: add suspend / resume hooks

[PATCH 0/4] drm/msm/dp: Add support for SC8180x eDP controller
 2021-05-11  4:20 UTC  (5+ messages)
` [PATCH 1/4] drm/msm/dp: Simplify the mvid/nvid calculation
` [PATCH 2/4] drm/msm/dp: Store each subblock in the io region
` [PATCH 3/4] drm/msm/dp: Initialize the INTF_CONFIG register
` [PATCH 4/4] drm/msm/dp: Add support for SC8180x eDP

[PATCH 0/4] drm/msm/dpu: Qualcomm SC8180x MDSS/DPU support
 2021-05-11  4:18 UTC  (5+ messages)
` [PATCH 1/4] drm/msm/dpu: Introduce knowledge of widebus feature
` [PATCH 2/4] drm/msm/dpu: Clear boot loader configured data paths
` [PATCH 3/4] drm/msm/dpu: Add SC8180x to hw catalog
` [PATCH 4/4] dpu: hack up the irq table for 8180 intf_5

[PATCH v3] drm/i915: Invoke another _DSM to enable MUX on HP Workstation laptops
 2021-05-11  3:33 UTC  (2+ messages)

[PATCH v2] drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connected
 2021-05-11  3:32 UTC  (2+ messages)

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-11  2:58 UTC  (8+ messages)
        ` [Intel-gfx] "

[Bug 211875] New: CPU frequency scaling lost after "WARNING: CPU: 2 PID: 2358578 at smu8_send_msg_to_smc_with_parameter+0xfe/0x140 [amdgpu]"
 2021-05-11  2:22 UTC  (3+ messages)
` [Bug 211875] "

[PATCH RFC 0/3] Add virtio-gpu modifiers support
 2021-05-11  1:49 UTC  (4+ messages)
` [PATCH RFC 1/3] drm: Add drm_plane_add_modifiers()
` [PATCH RFC 2/3] drm/virtio: Add modifier support
` [PATCH RFC 3/3] drm/virtio: Include modifier as part of set_scanout_blob

[Bug 212959] New: [drm:dm_helpers_dp_write_dpcd [amdgpu]] *ERROR* Failed to find connector for link!
 2021-05-11  0:03 UTC  (5+ messages)
` [Bug 212959] "
` [Bug 212959] [drm:dm_helpers_dp_write_dpcd [amdgpu]] *ERROR* Failed to find connector for link! - Exclusively an issue by booting from mounted ISOs of respective OS

[PATCH] drm/amd/display: remove unused function dc_link_perform_link_training
 2021-05-10 23:49 UTC  (4+ messages)

[PATCH v17 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver
 2021-05-10 23:27 UTC  (3+ messages)
` [PATCH v17 1/2] drm/tegra: dc: Support memory bandwidth management
` [PATCH v17 2/2] drm/tegra: dc: Extend debug stats with total number of events

[PATCH] drm: Declare drm_send_event_helper static
 2021-05-10 22:35 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2 00/10] Implement multi-GPU DMA mappings for KFD
 2021-05-10 22:09 UTC  (30+ messages)
` [PATCH v2 02/10] drm/amdgpu: Rename kfd_bo_va_list to kfd_mem_attachment
` [PATCH v2 03/10] drm/amdgpu: Keep a bo-reference per-attachment
` [PATCH v2 04/10] drm/amdgpu: Simplify AQL queue mapping
` [PATCH v2 05/10] drm/amdgpu: Add multi-GPU DMA mapping helpers
` [PATCH v2 06/10] drm/amdgpu: DMA map/unmap when updating GPU mappings
` [PATCH v2 07/10] drm/amdgpu: Move kfd_mem_attach outside reservation
` [PATCH v2 08/10] drm/amdgpu: Add DMA mapping of GTT BOs
` [PATCH v2 09/10] drm/ttm: Don't count pages in SG BOs against pages_limit
` [PATCH v2 10/10] drm/amdgpu: Move dmabuf attach/detach to backend_(un)bind

[PATCH] drm/radeon/ni_dpm: Fix booting bug
 2021-05-10 21:28 UTC  (3+ messages)

[PATCH] drm/amd/display: Expose active display color configurations to userspace
 2021-05-10 21:47 UTC  (2+ messages)

[PATCH 1/1] drm/amdgpu: Delete two unneeded bool conversions
 2021-05-10 21:26 UTC  (2+ messages)

[PATCH 1/1] drm/amd/display: Delete several unneeded bool conversions
 2021-05-10 21:25 UTC  (2+ messages)

[PATCH] drm/amd/pm: Fix out-of-bounds bug
 2021-05-10 21:20 UTC  (2+ messages)

[PATCH] drm/radeon/si_dpm: Fix SMU power state load
 2021-05-10 21:19 UTC  (3+ messages)

[Bug 213007] New: [drm:amdgpu_job_run [amdgpu]] *ERROR* Error scheduling IBs (-22)
 2021-05-10 21:04 UTC  (2+ messages)
` [Bug 213007] "

[PATCH] drm/amd/amdgpu: Fix errors in function documentation
 2021-05-10 21:02 UTC  (3+ messages)

[PATCH V3 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-05-10 19:29 UTC  (8+ messages)
` [PATCH V3 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver

[PATCH] component: Move host device to end of device lists on binding
 2021-05-10 19:08 UTC  (6+ messages)

[PATCH 0/2] drm: Fix atomic helper dirtyfb stalls
 2021-05-10 19:06 UTC  (7+ messages)
` [PATCH 1/2] drm: Fix "

[PATCH] drm/dp: Fix bogus DPCD version check in drm_dp_read_downstream_info()
 2021-05-10 18:58 UTC  (2+ messages)

[RFC] Implicit vs explicit user fence sync
 2021-05-10 18:12 UTC  (5+ messages)

[PATCH v2 0/1] drm/msm/dpu: Fix error return code in dpu_mdss_init()
 2021-05-10 16:55 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 1/3] drm/exynos: Init the DSIM PHY in samsung_dsim_enable()
 2021-05-10 16:20 UTC  (4+ messages)
` [PATCH 3/3] [RFC] drm/exynos: Add basic i.MX8MM support code

[PATCH V4 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-05-10 16:14 UTC  (4+ messages)
` [PATCH V4 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver

[RFC PATCH 0/9] cgroup support for GPU devices
 2021-05-10 16:06 UTC  (10+ messages)
` [RFC PATCH 8/9] drm/gem: Associate GEM objects with drm cgroup

[PATCH v1 1/1] backlight: lm3630a_bl: Put fwnode in error case during ->probe()
 2021-05-10 10:41 UTC  (2+ messages)

[PATCH] drm/i915: Stop propagating fence errors by default
 2021-05-10 15:55 UTC  (2+ messages)

[PATCH v5 20/27] drm: Scope all DRM IOCTLs with drm_dev_enter/exit
 2021-05-10 15:46 UTC  (11+ messages)

[PATCH] drm/panel: s6e63m0: Depromote debug prints
 2021-05-10 15:37 UTC  (3+ messages)

[PATCH] drm: Include <asm/agp.h> iff CONFIG_AGP is set
 2021-05-10 15:29 UTC  (2+ messages)

[PATCH 2/2] drm/msm/dpu: Wire up needs_dirtyfb
 2021-05-10 15:26 UTC  (3+ messages)
` Tested

[PATCH v2] drm/imx: ipuv3-plane: fix PRG modifiers after drm managed resource conversion
 2021-05-10 15:21 UTC  (2+ messages)

[PATCH] drm/imx: ipuv3-plane: use drm managed resources
 2021-05-10 14:47 UTC  (2+ messages)

[PATCHv2 0/5] Support for GE B1x5v2 and B1x5Pv2
 2021-05-10 14:47 UTC  (3+ messages)
` [PATCHv2 2/5] drm/imx: Add 8 pixel alignment fix

[PATCH v7 0/3] drm/i915/display: Try YCbCr420 color when RGB fails
 2021-05-10 13:33 UTC  (4+ messages)
` [PATCH v7 1/3] drm/i915/display: New function to avoid duplicate code in upcomming commits
` [PATCH v7 2/3] drm/i915/display: Restructure output format computation for better expandability
` [PATCH v7 3/3] drm/i915/display: Use YCbCr420 as fallback when RGB fails

[PATCH 5.12 153/384] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing field overwritten issue
 2021-05-10 10:19 UTC  (2+ messages)
` [PATCH 5.12 197/384] drm/vkms: fix misuse of WARN_ON

[PATCH 5.11 140/342] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing field overwritten issue
 2021-05-10 10:19 UTC  (2+ messages)
` [PATCH 5.11 176/342] drm/vkms: fix misuse of WARN_ON

[PATCH 5.10 122/299] drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing field overwritten issue
 2021-05-10 10:19 UTC  (2+ messages)
` [PATCH 5.10 149/299] drm/vkms: fix misuse of WARN_ON

[PATCH 5.4 093/184] drm/vkms: fix misuse of WARN_ON
 2021-05-10 10:19 UTC 

[PATCH v5 00/16] Restricted DMA
 2021-05-10  9:53 UTC  (2+ messages)

[PATCH v6 00/15] Restricted DMA
 2021-05-10  9:50 UTC  (16+ messages)
` [PATCH v6 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v6 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v6 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v6 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v6 05/15] swiotlb: Add a new get_io_tlb_mem getter
` [PATCH v6 06/15] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v6 07/15] swiotlb: Update is_swiotlb_active "
` [PATCH v6 08/15] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v6 09/15] swiotlb: Move alloc_size to find_slots
` [PATCH v6 10/15] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v6 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()
` [PATCH v6 12/15] swiotlb: Add restricted DMA alloc/free support
` [PATCH v6 13/15] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v6 14/15] dt-bindings: of: Add restricted DMA pool
` [PATCH v6 15/15] of: Add plumbing for "

[PATCH v3 1/5] drm/connector: Create a helper to attach the hdr_output_metadata property
 2021-05-10  9:30 UTC  (2+ messages)

[git pull] drm fixes for 5.12 final
 2021-05-10  9:20 UTC  (5+ messages)
` New warnings with gcc-11

[PATCH] drm/i915/stolen: shuffle around init_memory_region
 2021-05-10  9:17 UTC  (2+ messages)
` [Intel-gfx] "

dri-devel Digest, Vol 134, Issue 221
 2021-05-10  8:51 UTC 

[PATCH v2] drm/amdgpu: Ensure that the modifier requested is supported by plane
 2021-05-09 12:17 UTC  (2+ messages)

[PATCH v3 4/5] drm/connector: Add a helper to attach the colorspace property
 2021-05-07 14:57 UTC  (2+ messages)
` [v3, "

[PATCH v3 5/5] drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe
 2021-05-07 14:58 UTC  (2+ messages)
` [v3, "

[Intel-gfx] [PATCH 4/4] i915: fix remap_io_sg to verify the pgprot
 2021-05-08 19:33 UTC 

[PATCH v2 0/1] drm/msm/dpu: Fix error return code in dpu_mdss_init()
 2021-05-10  6:17 UTC  (3+ messages)

[PATCH] drm/msm: fix warning "using plain integer as NULL pointer"
 2021-05-10  3:12 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 read-only IMAP folder(s) and NNTP newsgroup(s).