dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 08:23:51 to 2020-11-05 08:22:03 UTC [more...]

[PATCH v5 00/15] follow_pfn and other iomap races
 2020-11-04 19:02 UTC  (14+ messages)
` [PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM

[PATCH] drm/amdkfd: replace idr_init() by idr_init_base()
 2020-11-04 20:01 UTC  (3+ messages)

[PATCH] drm/virtio: use kvmalloc for large allocations
 2020-11-05  6:52 UTC  (2+ messages)

[PATCH v1 00/30] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-11-05  1:45 UTC  (21+ messages)
` [PATCH v1 01/30] dt-bindings: host1x: Document OPP and voltage regulator properties
` [PATCH v1 03/30] dt-bindings: pwm: tegra: "
` [PATCH v1 04/30] media: dt: bindings: tegra-vde: "
` [PATCH v1 05/30] dt-binding: usb: ci-hdrc-usb2: "
` [PATCH v1 06/30] dt-bindings: usb: tegra-ehci: "
` [PATCH v1 07/30] soc/tegra: Add sync state API
` [PATCH v1 09/30] soc/tegra: regulators: Fix lockup when voltage-spread is out of range
` [PATCH v1 11/30] drm/tegra: dc: Support OPP and SoC core voltage scaling
` [PATCH v1 12/30] drm/tegra: gr2d: Correct swapped device-tree compatibles
` [PATCH v1 13/30] drm/tegra: gr2d: Support OPP and SoC core voltage scaling
` [PATCH v1 14/30] drm/tegra: gr3d: "
` [PATCH v1 15/30] drm/tegra: hdmi: "
` [PATCH v1 17/30] mmc: sdhci-tegra: Support OPP and "
` [PATCH v1 18/30] pwm: tegra: "
` [PATCH v1 20/30] usb: chipidea: tegra: Support OPP and SoC "
` [PATCH v1 23/30] memory: tegra30-emc: Support Tegra SoC device state syncing
` [PATCH v1 24/30] ARM: tegra: Add OPP tables for Tegra20 peripheral devices
` [PATCH v1 29/30] ARM: tegra: cardhu-a04: Add voltage supplies to DVFS-capable devices
` [PATCH v1 30/30] ARM: tegra: nexus7: "

[PATCH v7 00/47] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-11-05  2:30 UTC  (42+ messages)
` [PATCH v7 01/47] clk: tegra: Export Tegra20 EMC kernel symbols
` [PATCH v7 02/47] soc/tegra: fuse: Export tegra_read_ram_code()
` [PATCH v7 03/47] soc/tegra: fuse: Add stub for tegra_sku_info
` [PATCH v7 05/47] dt-bindings: memory: tegra20: emc: Document nvidia, memory-controller property
` [PATCH v7 06/47] dt-bindings: memory: tegra20: mc: Document new interconnect property
` [PATCH v7 07/47] dt-bindings: memory: tegra20: emc: "
` [PATCH v7 08/47] dt-bindings: memory: tegra20: emc: Document OPP table and voltage regulator
` [PATCH v7 10/47] dt-bindings: memory: tegra30: emc: Document new interconnect property
` [PATCH v7 12/47] dt-bindings: memory: tegra124: mc: "
` [PATCH v7 13/47] dt-bindings: memory: tegra124: emc: "
` [PATCH v7 14/47] dt-bindings: memory: tegra124: emc: Document OPP table and voltage regulator
` [PATCH v7 15/47] dt-bindings: tegra30-actmon: Document OPP and interconnect properties
` [PATCH v7 16/47] dt-bindings: host1x: Document new "
` [PATCH v7 17/47] dt-bindings: memory: tegra20: Add memory client IDs
` [PATCH v7 18/47] dt-bindings: memory: tegra30: "
` [PATCH v7 19/47] dt-bindings: memory: tegra124: "
` [PATCH v7 22/47] ARM: tegra: Add interconnect properties to Tegra30 device-tree
` [PATCH v7 24/47] ARM: tegra: Add nvidia, memory-controller phandle to Tegra20 EMC device-tree
` [PATCH v7 26/47] ARM: tegra: Add DVFS properties to Tegra30 EMC and ACTMON device-tree nodes
` [PATCH v7 27/47] ARM: tegra: Add DVFS properties to Tegra124 "
` [PATCH v7 28/47] memory: tegra: Add and use devm_tegra_memory_controller_get()
` [PATCH v7 29/47] memory: tegra: Use devm_platform_ioremap_resource()
` [PATCH v7 30/47] memory: tegra: Remove superfluous error messages around platform_get_irq()
` [PATCH v7 32/47] memory: tegra-mc: Add interconnect framework
` [PATCH v7 33/47] memory: tegra20-emc: Make driver modular
` [PATCH v7 34/47] memory: tegra20-emc: Continue probing if timings are missing in device-tree
` [PATCH v7 36/47] memory: tegra20-emc: Add devfreq support
` [PATCH v7 37/47] memory: tegra30: Add FIFO sizes to memory clients
` [PATCH v7 38/47] memory: tegra30-emc: Make driver modular
` [PATCH v7 40/47] memory: tegra30: Support interconnect framework
` [PATCH v7 41/47] memory: tegra124-emc: Make driver modular
` [PATCH v7 42/47] memory: tegra124: Support interconnect framework
` [PATCH v7 43/47] drm/tegra: dc: Support memory bandwidth management
` [PATCH v7 44/47] drm/tegra: dc: Extend debug stats with total number of events
` [PATCH v7 45/47] PM / devfreq: tegra30: Support interconnect and OPPs from device-tree
` [PATCH v7 46/47] PM / devfreq: tegra30: Separate configurations per-SoC generation
` [PATCH v7 47/47] PM / devfreq: tegra20: Deprecate in a favor of emc-stat based driver

[PATCH 0/3] fix dp link training failed at irq_hpd request
 2020-11-05  3:06 UTC  (4+ messages)
` [PATCH 2/3] drm/msm/dp: skip checking LINK_STATUS_UPDATED bit
` [PATCH 3/3] drm/msm/dp: promote irq_hpd handle to handle link training correctly

[PATCH] drm/amdgpu: replace idr_init() by idr_init_base()
 2020-11-04 15:20 UTC  (2+ messages)

[PATCH v7 0/5] RDMA: Add dma-buf support
 2020-11-05  0:36 UTC  (8+ messages)
` [PATCH v7 1/5] RDMA/umem: Support importing dma-buf as user memory region
` [PATCH v7 2/5] RDMA/core: Add device method for registering dma-buf based "
` [PATCH v7 3/5] RDMA/uverbs: Add uverbs command for dma-buf based MR registration
` [PATCH v7 4/5] RDMA/mlx5: Support dma-buf based userspace memory region
` [PATCH v7 5/5] dma-buf: Reject attach request from importers that use dma_virt_ops

use of dma_direct_set_offset in (allwinner) drivers
 2020-11-04 12:43 UTC  (3+ messages)

[PATCH] drm/stm: Enable RPM during fbdev registration
 2020-11-04 12:52 UTC 

[PATCH] drm/i915/perf: replace idr_init() by idr_init_base()
 2020-11-04 15:03 UTC 

[PATCH] drm/ttm: don't set page->mapping
 2020-11-05  7:59 UTC  (2+ messages)

linux-next: build warning after merge of the drm tree
 2020-11-05  7:02 UTC 

linux-next: build warnings after merge of the drm tree
 2020-11-05  6:50 UTC 

[radeon-alex:drm-next 655/663] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:802:6: warning: no previous prototype for function 'kgd_gfx_v9_get_cu_occupancy'
 2020-11-05  4:50 UTC 

[radeon-alex:amd-staging-drm-next 440/442] drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c:802:6: warning: no previous prototype for 'kgd_gfx_v9_get_cu_occupancy'
 2020-11-05  2:35 UTC 

[PATCH v8 0/7] Exynos: Simple QoS for exynos-bus using interconnect
 2020-11-05  2:20 UTC  (20+ messages)
    ` [PATCH v8 1/7] dt-bindings: devfreq: Add documentation for the interconnect properties
    ` [PATCH v8 2/7] interconnect: Add generic interconnect driver for Exynos SoCs
    ` [PATCH v8 3/7] MAINTAINERS: Add entry for Samsung interconnect drivers
    ` [PATCH v8 4/7] PM / devfreq: exynos-bus: Add registration of interconnect child device
    ` [PATCH v8 5/7] ARM: dts: exynos: Add interconnect properties to Exynos4412 bus nodes
    ` [PATCH v8 6/7] ARM: dts: exynos: Add interconnects to Exynos4412 mixer
    ` [PATCH v8 7/7] drm: exynos: mixer: Add interconnect support

[PATCH v13 0/7] Add support for KeemBay DRM drive
 2020-11-05  1:15 UTC  (8+ messages)
` [PATCH v13 1/7] dt-bindings: display: Add support for Intel KeemBay Display
` [PATCH v13 2/7] dt-bindings: display: Intel KeemBay MSSCAM
` [PATCH v13 3/7] dt-bindings: display: bridge: Intel KeemBay DSI
` [PATCH v13 4/7] drm/kmb: Keem Bay driver register definition
` [PATCH v13 5/7] drm/kmb: Add support for KeemBay Display
` [PATCH v13 6/7] drm/kmb: Mipi DSI part of the display driver
` [PATCH v13 7/7] drm/kmb: Build files for KeemBay Display driver

linux-next: manual merge of the drm-msm tree with the drm tree
 2020-11-05  1:12 UTC 

linux-next: manual merge of the drm-msm tree with the drm tree
 2020-11-05  1:08 UTC 

linux-next: manual merge of the drm-msm tree with the drm-misc tree
 2020-11-05  0:58 UTC 

linux-next: manual merge of the drm-misc tree with the amdgpu tree
 2020-11-05  0:39 UTC  (2+ messages)

[PATCH] drm/mediatek: mtk_dpi: Fix unused variable 'mtk_dpi_encoder_funcs'
 2020-11-04 23:50 UTC  (3+ messages)

[PATCH 0/3] drm/panel: ABT Y030XX067A panel support
 2020-11-04 22:32 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: vendor-prefixes: Add abt vendor prefix

[git pull] drm next pull for 5.10-rc1
 2020-11-04 21:58 UTC  (3+ messages)

[PATCH v2 1/3] dt-bindings: display: Add a property to deal with WiFi coexistence
 2020-11-04 21:40 UTC  (2+ messages)

[PATCH v7 0/3] drm: LogiCVC display controller support
 2020-11-04 21:22 UTC  (6+ messages)
` [PATCH v7 1/3] dt-bindings: display: Document the Xylon LogiCVC display controller
` [PATCH v7 2/3] drm: Add support for the "

[pull] amdgpu, amdkfd drm-fixes-5.10
 2020-11-04 20:57 UTC 

[PATCH v5 1/3] drm/msm: Add support for GPU cooling
 2020-11-04 20:58 UTC  (4+ messages)
` [PATCH v5 3/3] dt-bindings: drm/msm/gpu: Add cooling device support
    ` [Freedreno] "

[PATCH v5 11/15] PCI: Obey iomem restrictions for procfs mmap
 2020-11-04 20:12 UTC  (6+ messages)

[bugreport] [5.10-rc1] Oops: 0000 [#1] SMP NOPTI bug which always starts as page allocation failure
 2020-11-04 20:07 UTC  (2+ messages)

[PATCH 00/36] Rid W=1 issues from TTY
 2020-11-04 19:35 UTC  (3+ messages)
` [PATCH 24/36] tty: serial: serial-tegra: Struct headers should start with 'struct <name>'
` [PATCH 30/36] tty: serial: serial-tegra: Provide some missing struct member descriptions

[PATCH V2] drm/tegra: sor: Don't warn on probe deferral
 2020-11-04 19:12 UTC  (3+ messages)

[PATCH] dt-bindings: display: mcde: Convert to YAML schema
 2020-11-04 19:11 UTC  (3+ messages)

[PATCH 1/4] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays
 2020-11-04 17:38 UTC  (6+ messages)
` [PATCH 2/4] drm/amdgpu: "
` [PATCH 3/4] drm/nouveau: "
` [PATCH 4/4] drm/prime: document that use the page array is deprecated v3

[PATCH v2 0/4] Add devcoredump support for DPU
 2020-11-04 17:26 UTC  (3+ messages)
` [PATCH v2 3/4] drm/msm: register the base address with dpu_dbg module
  ` [Freedreno] "

[PATCH v4] drm/panfrost: Move the GPU reset bits outside the timeout handler
 2020-11-04 17:20 UTC  (2+ messages)

[PATCH v2] drm: document that blobs are ref'counted
 2020-11-04 17:01 UTC 

[PATCH] drm: document that blobs are ref'counted
 2020-11-04 17:00 UTC  (4+ messages)

[PATCH 0/2] amdgpu's drm_driver becomes const
 2020-11-04 16:24 UTC  (5+ messages)
` [PATCH 2/2] drm/amdgpu: Make struct drm_driver const

[PATCH v3 0/3] PWM backlight interpolation adjustments
 2020-11-04 15:54 UTC  (3+ messages)
` [PATCH v3 3/3] backlight: pwm_bl: Fix interpolation

[PATCH] drm/amdgpu/virt: fix handling of the atomic flag
 2020-11-04 13:20 UTC  (3+ messages)

[PATCH] drm/vgm: replace idr_init() by idr_init_base()
 2020-11-04 11:23 UTC 

[PATCH 0/4] soc: mediatek: Prepare MMSYS for DDP routing using tables
 2020-11-04 10:43 UTC  (2+ messages)

[PATCH] drm/i915/gvt: replace idr_init() by idr_init_base()
 2020-11-04 12:15 UTC 

[PATCH] drm/panfrost: Replace devm_reset_control_array_get()
 2020-11-04 11:53 UTC  (2+ messages)

[PATCH] dt-bindings: display: panel-simple: Allow optional 'ports' property
 2020-11-04 10:47 UTC  (2+ messages)

[PATCH 1/6] drm/radeon: Stop changing the drm_driver struct
 2020-11-04 10:04 UTC  (6+ messages)
` [PATCH 2/6] drm: Compile out legacy chunks from struct drm_device
` [PATCH 3/6] drm/amdgpu/virt: fix handling of the atomic flag
` [PATCH 4/6] drm: Allow const struct drm_driver
` [PATCH 5/6] drm/<drivers>: Constify "
` [PATCH 6/6] drm/amdgpu: Make struct drm_driver const

[PATCH v2] drm: Add the new api to install irq
 2020-11-04  9:37 UTC  (7+ messages)

[PATCH 1/5] drm/radeon: Stop changing the drm_driver struct
 2020-11-04  9:31 UTC  (7+ messages)
` [PATCH 3/5] drm/amdgpu: Paper over the drm_driver mangling for virt

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-03 19:00 UTC  (15+ messages)
` [patch V3 02/37] highmem: Remove unused functions
` [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [patch V3 04/37] sh/highmem: Remove all traces of unused cruft
` [patch V3 07/37] highmem: Make DEBUG_HIGHMEM functional
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
` [patch V3 15/37] powerpc/mm/highmem: "
` [patch V3 19/37] mm/highmem: Remove the old kmap_atomic cruft
` [patch V3 22/37] highmem: High implementation details and document API
` [patch V3 26/37] io-mapping: Provide iomap_local variant
` [patch V3 28/37] mips/crashdump: Simplify copy_oldmem_page()
` [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()

[PATCH 1/3] drm/nouveau/kms/nv50-: Use state helper instead of crtc pointer
 2020-11-03 10:07 UTC  (4+ messages)
` [PATCH 3/3] drm: Use the state pointer directly in atomic_check

[PATCH v7 0/6] Exynos: Simple QoS for exynos-bus using interconnect
 2020-11-03  8:11 UTC  (3+ messages)
  ` [PATCH v7 2/6] interconnect: Add generic interconnect driver for Exynos SoCs

[PATCH 30/33] docs: ABI: cleanup several ABI documents
 2020-11-03 15:24 UTC  (2+ messages)

[PATCH v2 0/2] cherry-pick miised DP related patches
 2020-11-03 22:53 UTC  (3+ messages)
` [PATCH v2 1/2] drm/msm/dp: return correct connection status after suspend
` [PATCH v2 2/2] drm/msm/dp: fixes wrong connection state caused by failure of link train

[PATCH] drm/msm/dp: deinitialize mainlink if link training failedo
 2020-11-03 17:34 UTC  (3+ messages)

[PATCH 0/5] Add option to mmap GEM buffers cached, try 2
 2020-11-03 19:13 UTC  (3+ messages)
` [PATCH 3/5] drm: Add and export function drm_gem_cma_mmap_noncoherent


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