dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-16 15:03:25 to 2021-12-17 15:59:30 UTC [more...]

[PATCH v2 00/37] drm: Make drivers to honour the nomodeset parameter
 2021-12-17 15:58 UTC  (41+ messages)
` [PATCH v2 01/37] drm: Add drm_module_{pci, platform}_driver() helper macros
  ` [PATCH v2 01/37] drm: Add drm_module_{pci,platform}_driver() "
` [PATCH v2 02/37] drm/hisilicon/hibmc: Use drm_module_pci_driver() to register the driver
` [PATCH v2 03/37] drm/komeda: Use drm_module_platform_driver() "
` [PATCH v2 04/37] drm/arm/hdlcd: "
` [PATCH v2 05/37] drm/malidp: "
` [PATCH v2 06/37] drm/aspeed: "
` [PATCH v2 07/37] drm/atmel-hlcdc: "
` [PATCH v2 08/37] drm/fsl-dcu: "
` [PATCH v2 09/37] drm/hisilicon/kirin: "
` [PATCH v2 10/37] drm/imx/dcss: "
` [PATCH v2 11/37] drm/kmb: "
` [PATCH v2 12/37] drm/meson: "
` [PATCH v2 13/37] drm: mxsfb: "
` [PATCH v2 14/37] drm/shmobile: "
` [PATCH v2 15/37] drm/stm: "
` [PATCH v2 16/37] drm/sun4i: "
` [PATCH v2 17/37] drm/tidss: "
` [PATCH v2 18/37] drm/arc: "
` [PATCH v2 19/37] drm/tve200: "
` [PATCH v2 20/37] drm/xlnx: "
` [PATCH v2 21/37] drm/armada: Add support for the nomodeset kernel parameter
` [PATCH v2 22/37] drm/exynos: "
` [PATCH v2 23/37] drm/gma500: "
` [PATCH v2 24/37] drm/hyperv: "
` [PATCH v2 25/37] drm/imx: "
` [PATCH v2 26/37] drm/ingenic: "
` [PATCH v2 27/37] drm/mcde: "
` [PATCH v2 28/37] drm/mediatek: "
` [PATCH v2 29/37] drm/msm: "
` [PATCH v2 30/37] drm/omap: "
` [PATCH v2 31/37] drm: rcar-du: "
` [PATCH v2 32/37] drm/rockchip: "
` [PATCH v2 33/37] drm/sprd: "
` [PATCH v2 34/37] drm/sti: "
` [PATCH v2 35/37] drm/tegra: "
` [PATCH v2 36/37] drm/tilcdc: "
` [PATCH v2 37/37] drm/xen: "

[PATCH v3 00/17] drm/i915: Remove short term pins from execbuf by requiring lock to unbind
 2021-12-17 15:29 UTC  (21+ messages)
` [PATCH v3 03/17] drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members, v3
  ` [Intel-gfx] "
` [PATCH v3 04/17] drm/i915: Take object lock in i915_ggtt_pin if ww is not set
` [PATCH v3 05/17] drm/i915: Force ww lock for i915_gem_object_ggtt_pin_ww, v2
  ` [Intel-gfx] "
` [PATCH v3 07/17] drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes
` [PATCH v3 08/17] drm/i915: Call i915_gem_evict_vm in vm_fault_gtt to prevent new ENOSPC errors
` [PATCH v3 09/17] drm/i915: Trylock the object when shrinking
` [PATCH v3 11/17] drm/i915: Add ww ctx to i915_gem_object_trylock
  ` [Intel-gfx] "
` [PATCH v3 12/17] drm/i915: Add locking to i915_gem_evict_vm()
  ` [Intel-gfx] "
` [PATCH v3 13/17] drm/i915: Add object locking to i915_gem_evict_for_node and i915_gem_evict_something
  ` [Intel-gfx] "

[PATCH v7 1/8] dt-bindings: mediatek,dpi: Add DP_INTF compatible
 2021-12-17 15:08 UTC  (8+ messages)
` [PATCH v7 2/8] dt-bindings: mediatek,dp: Add Display Port binding
` [PATCH v7 3/8] drm/edid: Add cea_sad helpers for freq/length
` [PATCH v7 4/8] video/hdmi: Add audio_infoframe packing for DP
` [PATCH v7 5/8] drm/mediatek: dpi: Add dpintf support
` [PATCH v7 6/8] phy: phy-mtk-dp: Add driver for DP phy
` [PATCH v7 7/8] drm/mediatek: Add mt8195 DisplayPort driver
` [PATCH v7 8/8] drm/mediatek: Add mt8195 eDP support

[PATCH v3 0/7] drm/i915: Asynchronous vma unbinding
 2021-12-17 14:52 UTC  (8+ messages)
` [PATCH v3 1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
` [PATCH v3 2/7] drm/i915: Break out the i915_deps utility
` [PATCH v3 3/7] drm/i915: Require the vm mutex for i915_vma_bind()
` [PATCH v3 4/7] drm/i915: Initial introduction of vma resources
` [PATCH v3 5/7] drm/i915: Use the vma resource as argument for gtt binding / unbinding
` [PATCH v3 6/7] drm/i915: Use vma resources for async unbinding
` [PATCH v3 7/7] drm/i915: Use struct vma_resource instead of struct vma_snapshot

[Bug Report] Desktop monitor sleep regression
 2021-12-17 14:52 UTC  (3+ messages)

[RFC][PATCH 00/10] drm: Add DRM module helpers for existing PCI drivers
 2021-12-17 14:46 UTC  (11+ messages)
` [PATCH 01/10] drm: Provide PCI module-init macros
` [PATCH 02/10] drm/ast: Replace module-init boiler-plate code with DRM helpers
` [PATCH 03/10] drm/bochs: "
` [PATCH 04/10] drm/cirrus: "
` [PATCH 05/10] drm/hisilicon/hibmc: Replace module initialization "
` [PATCH 06/10] drm/mgag200: Replace module-init boiler-plate code "
` [PATCH 07/10] drm/qxl: Move ioctl array next to its only user
` [PATCH 08/10] drm/qxl: Replace module-init boiler-plate code with DRM helpers
` [PATCH 09/10] drm/vboxvideo: "
` [PATCH 10/10] drm/vmwgfx: "

completely rework the dma_resv semantic
 2021-12-17 14:39 UTC  (2+ messages)

[GIT PULL] drm/tegra: Changes for v5.17-rc1
 2021-12-17 14:29 UTC 

[PATCH v6 0/7] drm/sun4i: Add support for dual-link LVDS on the A20
 2021-12-17 13:51 UTC  (8+ messages)
` [PATCH v6 1/7] of: Make of_graph_get_port_by_id take a const device_node
` [PATCH v6 2/7] drm/of: Change the prototype of drm_of_lvds_get_dual_link_pixel_order
` [PATCH v6 3/7] dt-bindings: display: sun4i: Add LVDS link companion property
` [PATCH v6 4/7] drm/sun4i: tcon: Refactor the LVDS and panel probing
` [PATCH v6 5/7] drm/sun4i: tcon: Support the LVDS Dual-Link
` [PATCH v6 6/7] drm/sun4i: tcon: Enable the A20 dual-link output
` [PATCH v6 7/7] [DO NOT MERGE] ARM: dts: sun7i: Enable LVDS Dual-Link on the Cubieboard

[PATCH v2 1/2] dt-bindings: display: Turn lvds.yaml into a generic schema
 2021-12-17 13:25 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: panel: Introduce a panel-lvds binding

[PATCH] drm/i915/guc: Log engine resets
 2021-12-17 12:15 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 0/7] drm/i915: Asynchronous vma unbinding
 2021-12-17 12:14 UTC  (9+ messages)
` [PATCH v2 1/7] drm/i915: Avoid using the i915_fence_array when collecting dependencies
` [PATCH v2 2/7] drm/i915: Break out the i915_deps utility
` [PATCH v2 3/7] drm/i915: Require the vm mutex for i915_vma_bind()
` [PATCH v2 4/7] drm/i915: Initial introduction of vma resources
` [PATCH v2 5/7] drm/i915: Use the vma resource as argument for gtt binding / unbinding
` [PATCH v2 6/7] drm/i915: Use vma resources for async unbinding
  ` [Intel-gfx] "
` [PATCH v2 7/7] drm/i915: Use struct vma_resource instead of struct vma_snapshot

[PATCH v4 00/22] Support HDMI audio on NVIDIA Tegra20
 2021-12-17 12:06 UTC  (32+ messages)
` [PATCH v4 04/22] dt-bindings: host1x: Document optional HDMI sound-dai-cells
` [PATCH v4 05/22] ASoC: tegra20: spdif: Set FIFO trigger level
` [PATCH v4 06/22] ASoC: tegra20-spdif: stop setting slave_id
` [PATCH v4 07/22] ASoC: tegra20: spdif: Support device-tree
` [PATCH v4 08/22] ASoC: tegra20: spdif: Improve driver's code
` [PATCH v4 09/22] ASoC: tegra20: spdif: Use more resource-managed helpers
` [PATCH v4 10/22] ASoC: tegra20: spdif: Reset hardware
` [PATCH v4 11/22] ASoC: tegra20: spdif: Support system suspend
` [PATCH v4 12/22] ASoC: tegra20: spdif: Filter out unsupported rates
` [PATCH v4 13/22] ASoC: tegra20: i2s: "

PSA: drm-misc-next-fixes is open
 2021-12-17 11:23 UTC 

[PATCH v2 0/8] Host1x context isolation support
 2021-12-17 11:16 UTC  (4+ messages)

[PATCH 0/7] Fix stealing guc_ids + test
 2021-12-17 11:14 UTC  (4+ messages)
` [PATCH 4/7] drm/i915/guc: Don't hog IRQs when destroying contexts
  ` [Intel-gfx] "

[PATCH] drm/etnaviv: limit submit sizes
 2021-12-17 10:59 UTC 

[PATCH] drm/panfrost: Avoid user size passed to kvmalloc()
 2021-12-17  9:48 UTC  (11+ messages)

[PATCH] dma-buf: dma-heap: Add a size limitation for allocation
 2021-12-17  9:41 UTC 

[PATCH] drm/i915/guc: Check for wedged before doing stuff
 2021-12-17  9:10 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH v4 1/2] i915/gvt: Introduce the mmio_info_table.c to support VFIO new mdev API
 2021-12-17  8:52 UTC  (2+ messages)

[git pull] drm fixes for 5.16-rc6
 2021-12-17  5:45 UTC 

[PATCH v1, 00/12] media: mtk-vcodec: support for MT8192 h264 decoder
 2021-12-17  3:23 UTC  (4+ messages)
` [PATCH v1, 12/12] media: mtk-vcodec: Add h264 slice api driver for mt8192

回复: Re: Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8
 2021-12-17  2:38 UTC 

[PATCH] drm/amdgpu: potential dereference of null pointer
 2021-12-17  2:21 UTC 

[PATCH v17, 00/19] Support multi hardware decode using of_platform_populate
 2021-12-17  1:55 UTC  (20+ messages)
` [PATCH v17, 01/19] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v17, 02/19] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v17, 03/19] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v17, 04/19] media: mtk-vcodec: export decoder pm functions
` [PATCH v17, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v17, 06/19] media: mtk-vcodec: Add to support multi hardware decode
` [PATCH v17, 07/19] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v17, 08/19] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v17, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v17, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v17, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v17, 12/19] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v17, 13/19] media: mtk-vcodec: Add work queue for core hardware decode
` [PATCH v17, 14/19] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v17, 15/19] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v17, 16/19] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v17, 17/19] media: mtk-vcodec: Use codec type to separate different hardware
` [PATCH v17, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v17, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm

[PATCH v8 00/16] More preparation for multi gt patches
 2021-12-17  0:41 UTC  (11+ messages)
` [PATCH v8 11/16] drm/i915/gem: Use to_gt() helper for GGTT accesses
` [PATCH v8 12/16] drm/i915/display: "
  ` [Intel-gfx] "
` [PATCH v8 13/16] drm/i915/gt: "
  ` [Intel-gfx] "
` [PATCH v8 14/16] drm/i915/selftests: "
  ` [Intel-gfx] "
` [PATCH v8 16/16] drm/i915: Remove unused i915->ggtt
  ` [Intel-gfx] "

[PATCH v6] drm/msm/dp: Add sc8180x DP controllers
 2021-12-17  0:26 UTC 

[GIT PULL] mediatek drm next for 5.17
 2021-12-17  0:19 UTC 

[PATCH v2] drm/msm/dp: Only create debugfs for PRIMARY minor
 2021-12-17  0:20 UTC 

[PATCH] drm/i915/guc: Request RP0 before loading firmware
 2021-12-16 23:30 UTC 

[PATCH v3] dt-bindings: display: tegra: Convert to json-schema
 2021-12-16 21:59 UTC  (2+ messages)

[PATCH] drm/cma-helper: Describe what a "contiguous chunk" actually means
 2021-12-16 21:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled
 2021-12-16 21:09 UTC 

[pull] amdgpu, amdkfd, radeon drm-next-5.17
 2021-12-16 20:27 UTC 

[PATCH 0/9] drm/i915/gvt: Constify static structs
 2021-12-16 19:21 UTC  (4+ messages)

[PATCH] mediatek: Set default value for Panel Orientation connector prop
 2021-12-16 18:29 UTC  (7+ messages)

[PATCH] drm/amd/display: fix dereference before NULL check
 2021-12-16 18:14 UTC 

[PATCH] drm/vkms: set plane modifiers
 2021-12-16 17:05 UTC  (3+ messages)

[PATCH v2 1/2] drm/vkms: add function to get plane formats
 2021-12-16 17:01 UTC  (2+ messages)
` [PATCH v2 2/2] drm/vkms: set plane modifiers

[PATCH] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node
 2021-12-16 16:42 UTC  (3+ messages)

[PATCH 00/60] drm: Make all drivers to honour the nomodeset parameter
 2021-12-16 15:48 UTC  (9+ messages)
` [PATCH 11/60] drm/gud: Add support for the nomodeset kernel parameter
` [PATCH 52/60] drm/mi0283qt: "
` [PATCH 53/60] drm/repaper: "

[PATCH v11 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-12-16 15:39 UTC  (3+ messages)

[PATCH v4 0/3] DG2 accelerated migration/clearing support
 2021-12-16 15:38 UTC  (4+ messages)
` [PATCH v4 1/3] drm/i915/gtt: allow overriding the pt alignment
` [PATCH v4 2/3] drm/i915/gtt: add xehpsdv_ppgtt_insert_entry
` [PATCH v4 3/3] drm/i915/migrate: add acceleration support for DG2

回复: Re: 回复: Re: [PATCH] drm/amdgpu: fixup bad vram size on gmc v8
 2021-12-16 15:28 UTC  (2+ messages)
`  "

[PATCH] drm/amd/display: Fix warning comparing pointer to 0
 2021-12-16 15:20 UTC  (2+ messages)

[PATCH 1/2] drm/i915/backlight: Drop duplicate intel_panel_actually_set_backlight()
 2021-12-16 15:14 UTC  (2+ messages)

[PATCH] drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
 2021-12-16 15:12 UTC  (2+ messages)

[PATCH v3 0/8] DG2 accelerated migration/clearing support
 2021-12-16 15:01 UTC  (5+ messages)
` [PATCH v3 7/8] drm/i915/migrate: add acceleration support for DG2


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