dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 08:21:04 to 2020-11-05 16:37:45 UTC [more...]

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

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

[PATCH v4 00/16] HDCP 2.2 and HDCP 1.4 Gen12 DP MST support
 2020-11-05 16:34 UTC  (21+ messages)
` [PATCH v4 01/16] drm/i915/hdcp: Update CP property in update_pipe
    ` [Intel-gfx] "
` [PATCH v4 02/16] drm/i915/hdcp: Get conn while content_type changed
` [PATCH v4 04/16] drm/i915/hdcp: DP MST transcoder for link and stream
` [PATCH v4 05/16] drm/i915/hdcp: Move HDCP enc status timeout to header
` [PATCH v4 06/16] drm/i915/hdcp: HDCP stream encryption support
` [PATCH v4 07/16] drm/i915/hdcp: Enable Gen12 HDCP 1.4 DP MST support
` [PATCH v4 10/16] misc/mei/hdcp: Fix AUTH_STREAM_REQ cmd buffer len
` [PATCH v4 11/16] drm/hdcp: Max MST content streams
` [PATCH v4 12/16] drm/i915/hdcp: MST streams support in hdcp port_data

[drm-drm-misc:for-linux-next 2/2] drivers/dma-buf/dma-buf.c:1186: undefined reference to `vma_set_file'
 2020-11-05 16:15 UTC  (5+ messages)

[PATCH v1 00/30] Introduce core voltage scaling for NVIDIA Tegra20/30 SoCs
 2020-11-05 16:07 UTC  (25+ messages)
` [PATCH v1 02/30] dt-bindings: mmc: tegra: Document OPP and voltage regulator properties
` [PATCH v1 03/30] dt-bindings: pwm: "
` [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 13/30] drm/tegra: gr2d: "
` [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 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 1/6] drm/radeon: Stop changing the drm_driver struct
 2020-11-05 15:36 UTC  (3+ messages)
` [PATCH 6/6] drm/amdgpu: Make struct drm_driver const

[PATCH v3 00/56] Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-11-05 15:27 UTC  (59+ 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 v5] drm/panfrost: Move the GPU reset bits outside the timeout handler
 2020-11-05 15:21 UTC  (2+ messages)

[PATCH 00/19] [Set 1] Rid W=1 warnings from GPU
 2020-11-05 14:45 UTC  (20+ messages)
` [PATCH 01/19] gpu: host1x: bus: Add missing description for 'driver'
` [PATCH 02/19] gpu: ipu-v3: ipu-di: Strip out 2 unused 'di_sync_config' entries
` [PATCH 03/19] gpu: drm: imx: ipuv3-plane: Mark 'crtc_state' as __always_unused
` [PATCH 04/19] gpu: drm: omapdrm: omap_irq: Fix a couple of doc-rot issues
` [PATCH 05/19] gpu: drm: selftests: test-drm_mm: Mark 'hole_end' as always_unused
` [PATCH 06/19] gpu: drm: scheduler: sched_main: Provide missing description for 'sched' paramter
` [PATCH 07/19] gpu: drm: scheduler: sched_entity: Demote non-conformant kernel-doc headers
` [PATCH 08/19] gpu: drm: omapdrm: dss: dsi: Rework and remove a few unused variables
` [PATCH 09/19] gpu: drm: selftests: test-drm_framebuffer: Remove set but unused variable 'fb'
` [PATCH 10/19] gpu: drm: ttm: ttm_bo: Fix one function header - demote lots of kernel-doc abuses
` [PATCH 11/19] gpu: drm: panel: panel-simple: Fix 'struct panel_desc's header
` [PATCH 12/19] gpu: drm: bridge: analogix: analogix_dp_reg: Remove unused function 'analogix_dp_write_byte_to_dpcd'
` [PATCH 13/19] gpu: drm: ttm: ttm_tt: Demote kernel-doc header format abuses
` [PATCH 14/19] gpu: drm: selftests: test-drm_dp_mst_helper: Place 'struct drm_dp_sideband_msg_req_body' onto the heap
` [PATCH 15/19] gpu: drm: radeon: radeon_drv: Remove unused variable 'ret'
` [PATCH 16/19] gpu: drm: panel: panel-ilitek-ili9322: Demote non-conformant kernel-doc header
` [PATCH 17/19] gpu: drm: radeon: radeon_device: Fix a bunch of kernel-doc misdemeanours
` [PATCH 18/19] gpu: drm: amd: amdgpu: amdgpu: Mark global variables as __maybe_unused
` [PATCH 19/19] gpu: drm: bridge: analogix: analogix_dp_reg: Remove unused function 'analogix_dp_start_aux_transaction'

[PATCH] drm/imx/dcss: allow using nearest neighbor interpolation scaling
 2020-11-05 14:50 UTC 

[PATCH v7] backlight: lms283gf05: Convert to GPIO descriptors
 2020-11-05 14:40 UTC  (3+ messages)

[PATCH 0/2] drm/imx/dcss: a couple of fixes
 2020-11-05 14:01 UTC  (3+ messages)
` [PATCH 1/2] drm/imx/dcss: fix rotations for Vivante tiled formats
` [PATCH 2/2] drm/imx/dcss: fix coccinelle warning

[PATCH v4] drm/panfrost: Move the GPU reset bits outside the timeout handler
 2020-11-05 13:39 UTC  (3+ messages)

[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 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] 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-04 16:49 UTC  (30+ messages)
` [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 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 11/47] dt-bindings: memory: tegra30: emc: Document OPP table and voltage regulator
` [PATCH v7 15/47] dt-bindings: tegra30-actmon: Document OPP and interconnect properties
` [PATCH v7 18/47] dt-bindings: memory: tegra30: Add memory client IDs
` [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 27/47] ARM: tegra: Add DVFS properties to Tegra124 EMC and ACTMON device-tree nodes
` [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 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 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] 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:07 UTC  (3+ messages)
` [PATCH v7 4/5] RDMA/mlx5: Support dma-buf based userspace memory region


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