dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 00:36:41 to 2020-11-05 13:17:28 UTC [more...]

[PATCH] drm/vgm: replace idr_init() by idr_init_base()
 2020-11-05 11:16 UTC  (4+ messages)

[PATCH v4 00/16] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-11-05 13:18 UTC  (3+ messages)
` [PATCH v4 01/16] drm/i915/hdcp: Update CP property in update_pipe

[PATCH 1/4] drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays
 2020-11-05 13:05 UTC  (7+ messages)
` [PATCH 2/4] drm/amdgpu: "

[PATCH] drm/ttm: don't set page->mapping
 2020-11-05 12:56 UTC  (6+ messages)

[PATCH v5 00/10] Support GEM object mappings from I/O memory
 2020-11-05 12:54 UTC  (5+ messages)
` [PATCH v5 09/10] dma-buf-map: Add memcpy and pointer-increment interfaces

[PATCH] drm/ast: Fixed 1920x1080 sync. polarity issue
 2020-11-05 12:21 UTC  (3+ messages)

[PATCH v3 00/56] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-11-05 12:03 UTC  (57+ messages)
` [PATCH v3 01/56] drm/dsi: add MIPI_DSI_MODE_ULPS_IDLE
` [PATCH v3 02/56] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCH v3 03/56] drm/omap: drop unused dsi.configure_pins
` [PATCH v3 04/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCH v3 05/56] drm/omap: constify write buffers
` [PATCH v3 06/56] drm/omap: dsi: add generic transfer function
` [PATCH v3 07/56] drm/omap: panel-dsi-cm: convert to transfer API
` [PATCH v3 08/56] drm/omap: dsi: unexport specific data transfer functions
` [PATCH v3 09/56] drm/omap: dsi: drop virtual channel logic
` [PATCH v3 10/56] drm/omap: dsi: simplify write function
` [PATCH v3 11/56] drm/omap: dsi: simplify read functions
` [PATCH v3 12/56] drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg
` [PATCH v3 13/56] drm/omap: dsi: introduce mipi_dsi_host
` [PATCH v3 14/56] drm/omap: panel-dsi-cm: use DSI helpers
` [PATCH v3 15/56] drm/omap: dsi: request VC via mipi_dsi_attach
` [PATCH v3 16/56] drm/omap: panel-dsi-cm: drop hardcoded VC
` [PATCH v3 17/56] drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 defines
` [PATCH v3 18/56] drm/omap: dsi: drop unused memory_read()
` [PATCH v3 19/56] drm/omap: dsi: drop unused get_te()
` [PATCH v3 20/56] drm/omap: dsi: drop unused enable_te()
` [PATCH v3 21/56] drm/omap: dsi: drop useless sync()
` [PATCH v3 22/56] drm/omap: dsi: use pixel-format and mode from attach
` [PATCH v3 23/56] drm/omap: panel-dsi-cm: use bulk regulator API
` [PATCH v3 24/56] drm/omap: dsi: lp/hs switching support for transfer()
` [PATCH v3 25/56] drm/omap: dsi: move TE GPIO handling into core
` [PATCH v3 26/56] drm/omap: dsi: drop custom enable_te() API
` [PATCH v3 27/56] drm/omap: dsi: do bus locking in host driver
` [PATCH v3 28/56] drm/omap: dsi: untangle ulps ops from enable/disable
` [PATCH v3 29/56] drm/omap: dsi: do ULPS in host driver
` [PATCH v3 30/56] drm/omap: dsi: move panel refresh function to host
` [PATCH v3 31/56] drm/omap: dsi: Reverse direction of the DSS device enable/disable operations
` [PATCH v3 32/56] drm/omap: dsi: drop custom panel capability support
` [PATCH v3 33/56] drm/omap: dsi: convert to drm_panel
` [PATCH v3 34/56] drm/omap: drop omapdss-boot-init
` [PATCH v3 35/56] drm/omap: dsi: implement check timings
` [PATCH v3 36/56] drm/omap: panel-dsi-cm: use DEVICE_ATTR_RO
` [PATCH v3 37/56] drm/omap: panel-dsi-cm: support unbinding
` [PATCH v3 38/56] drm/omap: panel-dsi-cm: fix remove()
` [PATCH v3 39/56] drm/omap: remove global dss_device variable
` [PATCH v3 40/56] drm/panel: Move OMAP's DSI command mode panel driver
` [PATCH v3 41/56] drm/omap: dsi: Register a drm_bridge
` [PATCH v3 42/56] drm/omap: remove legacy DSS device operations
` [PATCH v3 43/56] drm/omap: remove unused omap_connector
` [PATCH v3 44/56] drm/omap: simplify omap_display_id
` [PATCH v3 45/56] drm/omap: drop unused DSS next pointer
` [PATCH v3 46/56] drm/omap: drop empty omap_encoder helper functions
` [PATCH v3 47/56] drm/omap: drop DSS ops_flags
` [PATCH v3 48/56] drm/omap: drop dssdev display field
` [PATCH v3 49/56] drm/omap: simplify DSI manual update code
` [PATCH v3 50/56] drm/omap: dsi: simplify pin config
` [PATCH v3 51/56] ARM: omap2plus_defconfig: Update for moved DSI command mode panel
` [PATCH v3 52/56] drm/omap: squash omapdrm sub-modules into one
` [PATCH v3 53/56] drm/omap: remove unused display.c
` [PATCH v3 54/56] drm/omap: drop unused owner field
` [PATCH v3 55/56] drm/omap: remove dispc_ops
` [PATCH v3 56/56] drm/omap: remove dss_mgr_ops

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

[PATCH 0/8] slab: provide and use krealloc_array()
 2020-11-05 10:52 UTC  (2+ messages)

[PULL] drm-misc-next
 2020-11-05 10:16 UTC 

[PATCH v2] drm: document that blobs are ref'counted
 2020-11-05  9:43 UTC  (4+ messages)

[PATCH] drm/stm: Enable RPM during fbdev registration
 2020-11-05  9:39 UTC  (2+ messages)

[PATCH v5 11/15] PCI: Obey iomem restrictions for procfs mmap
 2020-11-05  9:34 UTC  (4+ messages)

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

[PATCH] drm/ingenic: ipu: Search for scaling coefs up to 102% of the screen
 2020-11-05  8:39 UTC 

[PATCH v7 00/47] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-11-05  2:30 UTC  (52+ 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 04/47] dt-bindings: memory: tegra20: emc: Correct registers range in example
` [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 09/47] dt-bindings: memory: tegra30: mc: Document new interconnect property
` [PATCH v7 10/47] dt-bindings: memory: tegra30: emc: "
` [PATCH v7 11/47] dt-bindings: memory: tegra30: emc: Document OPP table and voltage regulator
` [PATCH v7 12/47] dt-bindings: memory: tegra124: mc: Document new interconnect property
` [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 20/47] ARM: tegra: Correct EMC registers size in Tegra20 device-tree
` [PATCH v7 21/47] ARM: tegra: Add interconnect properties to "
` [PATCH v7 22/47] ARM: tegra: Add interconnect properties to Tegra30 device-tree
` [PATCH v7 23/47] ARM: tegra: Add interconnect properties to Tegra124 device-tree
` [PATCH v7 24/47] ARM: tegra: Add nvidia, memory-controller phandle to Tegra20 EMC device-tree
` [PATCH v7 25/47] ARM: tegra: Add DVFS properties to Tegra20 EMC device-tree node
` [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 31/47] memory: tegra: Add missing latency allowness entry for Page Table Cache
` [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 35/47] memory: tegra20: Support interconnect framework
` [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 39/47] memory: tegra30-emc: Continue probing if timings are missing in device-tree
` [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 v1 00/30] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-11-05  1:45 UTC  (32+ messages)
` [PATCH v1 01/30] dt-bindings: host1x: Document OPP and voltage regulator properties
` [PATCH v1 02/30] dt-bindings: mmc: tegra: "
` [PATCH v1 03/30] dt-bindings: pwm: "
` [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 08/30] soc/tegra: regulators: Support Tegra SoC device "
` [PATCH v1 09/30] soc/tegra: regulators: Fix lockup when voltage-spread is out of range
` [PATCH v1 10/30] regulator: Allow skipping disabled regulators in regulator_check_consumers()
` [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 16/30] gpu: host1x: "
` [PATCH v1 17/30] mmc: sdhci-tegra: Support OPP and "
` [PATCH v1 18/30] pwm: tegra: "
` [PATCH v1 19/30] media: staging: tegra-vde: Support OPP and SoC "
` [PATCH v1 20/30] usb: chipidea: tegra: "
` [PATCH v1 21/30] usb: host: ehci-tegra: "
` [PATCH v1 22/30] memory: tegra20-emc: Support Tegra SoC device state syncing
` [PATCH v1 23/30] memory: tegra30-emc: "
` [PATCH v1 24/30] ARM: tegra: Add OPP tables for Tegra20 peripheral devices
` [PATCH v1 25/30] ARM: tegra: Add OPP tables for Tegra30 "
` [PATCH v1 26/30] ARM: tegra: ventana: Add voltage supplies to DVFS-capable devices
` [PATCH v1 27/30] ARM: tegra: paz00: "
` [PATCH v1 28/30] ARM: tegra: acer-a500: "
` [PATCH v1 29/30] ARM: tegra: cardhu-a04: "
` [PATCH v1 30/30] ARM: tegra: nexus7: "

[PATCH] drm/amdkfd: replace idr_init() by idr_init_base()
 2020-11-04 15:13 UTC 

[PATCH 0/3] fix dp link training failed at irq_hpd request
 2020-11-05  3:06 UTC  (3+ messages)
` [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:16 UTC 

[PATCH v7 0/5] RDMA: Add dma-buf support
 2020-11-05  0:36 UTC  (4+ messages)
` [PATCH v7 4/5] RDMA/mlx5: Support dma-buf based userspace memory region

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

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

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  (2+ messages)

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


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