dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-03 18:00:57 to 2021-05-05 12:51:29 UTC [more...]

[PATCH v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-05-05 12:51 UTC  (11+ messages)
` [PATCH v5 01/20] drm/panel: panel-simple: Add missing pm_runtime_disable() calls
` [PATCH v5 14/20] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev

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

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

[PATCHv2] drm/omap: Fix issue with clocks left on after resume
 2021-05-05 11:12 UTC  (8+ messages)

[PATCH 0/9] drm + usb-type-c: Add support for out-of-band hotplug notification (v2)
 2021-05-05 10:44 UTC  (25+ messages)
` [PATCH 2/9] drm/connector: Add a fwnode pointer to drm_connector and register with ACPI
` [PATCH 3/9] drm/connector: Add drm_connector_find_by_fwnode() function (v2)
` [PATCH 4/9] drm/connector: Add support for out-of-band hotplug notification (v2)
` [PATCH 5/9] drm/i915: Associate ACPI connector nodes with connector entries
` [PATCH 8/9] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events

[PATCH] drm/i915: drop the __i915_active_call pointer packing
 2021-05-05 10:17 UTC  (3+ messages)
` [Intel-gfx] "

Enabling sample_c optimization for Broadwell GPUs
 2021-05-05 10:16 UTC  (2+ messages)

[PATCH 0/6] drm/vmwgfx: SVGA v3 and arm64 support
 2021-05-05 10:10 UTC  (11+ messages)
` [PATCH 1/6] drm/vmwgfx: Fix incorrect enum usage
` [PATCH 2/6] drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips command
` [PATCH 3/6] drm/vmwgfx: Fix cpu updates of coherent multisample surfaces
` [PATCH 4/6] drm/vmwgfx: Remove the reservation semaphore
` [PATCH 5/6] drm/vmwgfx: Add basic support for SVGA3
  ` [PATCH] drm/vmwgfx: fix badzero.cocci warnings
` [PATCH 6/6] drm/vmwgfx: Port vmwgfx to arm64

[PATCH 00/27] drm/i915/gem: ioctl clean-ups (v5)
 2021-05-05 10:09 UTC  (43+ messages)
` [PATCH 02/27] drm/i915: Stop storing the ring size in the ring pointer
` [PATCH 03/27] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
  ` [Intel-gfx] "
` [PATCH 06/27] drm/i915: Drop the CONTEXT_CLONE API
  ` [Intel-gfx] "
` [PATCH 10/27] drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT
` [PATCH 11/27] drm/i915/request: Remove the hook from await_execution
` [PATCH 12/27] drm/i915/gem: Disallow creating contexts with too many engines
  ` [Intel-gfx] "
` [PATCH 15/27] drm/i915: Add gem/i915_gem_context.h to the docs
` [PATCH 16/27] drm/i915/gem: Add an intermediate proto_context struct
  ` [Intel-gfx] "
` [PATCH 17/27] drm/i915/gem: Rework error handling in default_engines
  ` [Intel-gfx] "
` [PATCH 18/27] drm/i915/gem: Optionally set SSEU in intel_context_set_gem
  ` [Intel-gfx] "
` [PATCH 19/27] drm/i915/gem: Use the proto-context to handle create parameters
` [PATCH 22/27] drm/i915/gem: Delay context creation
  ` [Intel-gfx] "
` [PATCH 23/27] drm/i915/gem: Don't allow changing the VM on running contexts
  ` [Intel-gfx] "
` [PATCH 24/27] drm/i915/gem: Don't allow changing the engine set "
  ` [Intel-gfx] "
` [PATCH 25/27] drm/i915/selftests: Take a VM in kernel_context()
` [PATCH 26/27] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
  ` [Intel-gfx] "
` [PATCH 27/27] drm/i915/gem: Roll all of context creation together
  ` [Intel-gfx] "

[PATCH v1 0/3] Add support for next gen eDP driver on SnapDragon
 2021-05-05 10:01 UTC  (6+ messages)
` [PATCH v1 1/3] drm/msm/edp: support multiple generations of edp hardware
` [PATCH v1 2/3] drm/msm/edp: add support for next gen edp
` [PATCH v1 3/3] drm/msm/disp/dpu1: add support for edp encoder

[PATCH] i915: Increase *_latency array size
 2021-05-05  6:32 UTC  (2+ messages)

ERROR: modpost: "drm_display_mode_to_videomode" [drivers/gpu/drm/bridge/lontium-lt8912b.ko] undefined!
 2021-05-04 22:03 UTC  (5+ messages)

[PATCH v2] drm: log errors in drm_gem_fb_init_with_funcs
 2021-05-05  6:06 UTC  (5+ messages)

[PATCH] drm: Declare drm_send_event_helper static
 2021-05-05  2:35 UTC 

[PATCH] drm/bridge: fix LONTIUM_LT8912B dependencies
 2021-05-04 22:02 UTC 

[RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal
 2021-05-04 21:06 UTC  (35+ messages)
      ` [Mesa-dev] "

16 bpc fixed point (RGBA16) framebuffer support for core and AMD
 2021-05-04 19:22 UTC  (5+ messages)

[PATCH v4] drm/amd/amdgpu/amdgpu_drv.c: Replace drm_modeset_lock_all with drm_modeset_lock
 2021-05-04 19:21 UTC  (2+ messages)

[PATCH] drm/amd/pm: initialize variable
 2021-05-04 19:16 UTC  (2+ messages)

[PATCH 0/2] drm/radeon: Fix off-by-one power_state index heap overwrite
 2021-05-04 19:12 UTC  (2+ messages)

i.MX53 error during GPU use
 2021-05-04 17:11 UTC  (3+ messages)

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-05-04 17:05 UTC  (9+ messages)
` [PATCH v5 06/27] drm/amdgpu: Handle IOMMU enabled case

remove the nvlink2 pci_vfio subdriver v2
 2021-05-04 16:30 UTC  (10+ messages)

[PATCH] fbmem: Mark proc_fb_seq_ops as __maybe_unused
 2021-05-04 16:27 UTC  (2+ messages)

[PATCH] drm/bridge: ti-sn65dsi86: Remove __exit from GPIO sub-driver remove helper
 2021-05-04 15:54 UTC  (3+ messages)

[PATCH 1/8] drm/arm: Don't set allow_fb_modifiers explicitly
 2021-05-04 15:48 UTC  (8+ messages)
` [PATCH 8/8] drm/modifiers: Enforce consistency between the cap an IN_FORMATS

[PATCH 0/9] drm + usb-type-c: Add support for out-of-band hotplug notification
 2021-05-04 15:34 UTC  (7+ messages)
` [PATCH 4/9] drm/connector: "

[RFC] Implicit vs explicit user fence sync
 2021-05-04 15:11 UTC  (16+ messages)
` [PATCH 01/12] dma-buf: add interface for user fence synchronization
` [PATCH 02/12] RDMA/mlx5: add DMA-buf user fence support
` [PATCH 03/12] drm/amdgpu: "
` [PATCH 04/12] drm/gem: dd DMA-buf user fence support for the atomic helper
` [PATCH 05/12] drm/etnaviv: add DMA-buf user fence support
` [PATCH 06/12] drm/i915: "
` [PATCH 07/12] drm/lima: "
` [PATCH 08/12] drm/msm: "
` [PATCH 09/12] drm/nouveau: "
` [PATCH 10/12] drm/panfrost: "
` [PATCH 11/12] drm/radeon: "
` [PATCH 12/12] drm/v3d: "

[RFC] CRIU support for ROCm
 2021-05-04 13:00 UTC  (5+ messages)

[PATCH] drm: Use drm_mode_is_420_only() instead of open coding it
 2021-05-04 12:35 UTC  (2+ messages)

[PATCH resend 0/2] drm/i915/display: Make vlv_find_free_pps() skip pipes which are in use for non DP purposes
 2021-05-04 10:52 UTC  (8+ messages)
` [PATCH resend 2/2] "
    ` [Intel-gfx] "

[PATCH] drm/ttm: fix warning in new sys man
 2021-05-04  9:16 UTC  (2+ messages)

[PATCHv3 0/6] drm/omap: hdmi: improve hdmi4 CEC, add CEC for hdmi5
 2021-05-04  8:26 UTC  (3+ messages)
` [PATCHv3 1/6] drm: drm_bridge: add connector_attach/detach bridge ops

[PATCH 0/6] Workaround building improvements
 2021-05-04  8:14 UTC  (4+ messages)
` [PATCH 3/6] drm/i915: Add a separate low-level helper for masked workarounds

[PATCH][next] drm/nouveau/nvkm: Fix spelling mistake "endianess" -> "endianness"
 2021-05-04  8:13 UTC 

NVIDIA GPU fallen off the bus after exiting s2idle
 2021-05-04  8:08 UTC 

[PATCH v8 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-05-04  7:43 UTC  (6+ messages)
` [PATCH v8 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space
  ` [Heads up to maintainers] "

[PATCH v3 01/11] drm/atomic: Pass the full state to planes async atomic check and update
 2021-05-04  7:40 UTC  (8+ messages)
` [PATCH v3 10/11] drm: Use state helper instead of the plane state pointer

[PATCH 08/21] drm/i915/gem: Disallow bonding of virtual engines
 2021-05-04  7:36 UTC  (11+ messages)
  ` [Intel-gfx] "

[led-backlight] default-brightness-level issue
 2021-05-04  7:10 UTC  (5+ messages)

[Bug 212935] New: When my monitors go to standby amdgpu crashes
 2021-05-04  5:01 UTC  (2+ messages)
` [Bug 212935] "

[PATCH v4 0/4] check sink_count before update is_connected status
 2021-05-04  4:42 UTC  (9+ messages)
` [PATCH v4 1/4] drm/msm/dp: "
` [PATCH v4 2/4] drm/msm/dp: initialize audio_comp when audio starts
` [PATCH v4 3/4] drm/msm/dp: check main link status before start aux read
` [PATCH v4 4/4] drm/msm/dp: dp_link_parse_sink_count() return immediately if aux read failed

[PATCH 1/2] drm/msm/dp: service only one irq_hpd if there are multiple irq_hpd pending
 2021-05-04  4:28 UTC  (11+ messages)

[PATCH] MAINTAINERS: Fix file name for simple framebuffers' drm driver
 2021-05-04  3:56 UTC 

[RESEND PATCH v6 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-05-04  1:10 UTC  (7+ messages)
` [RESEND PATCH v6 2/4] backlight: rt4831: Adds DT binding document for Richtek RT4831 backlight
` [RESEND PATCH v6 3/4] mfd: rt4831: Adds DT binding document for Richtek RT4831

[PATCH 0/1] Add support for querying engine cycles
 2021-05-04  0:12 UTC  (2+ messages)
` [PATCH 1/1] i915/query: Correlate engine and cpu timestamps with better accuracy

[PATCH v6 0/5] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-05-03 21:58 UTC  (6+ messages)
` [PATCH v6 1/5] i2c: i2c-core-of: Fix corner case of finding adapter by node
` [PATCH v6 2/5] drm/dp: Allow an early call to register DDC i2c bus
` [PATCH v6 3/5] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v6 4/5] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v6 5/5] arm64: dts: qcom: Link the panel to the bridge's DDC bus

[PATCH] dt-bindings: display: renesas, du: Add missing power-domains property
 2021-05-03 20:53 UTC  (2+ messages)

[PULL] topic/iomem-mmap-vs-gup
 2021-05-03 19:15 UTC 

[PATCH 1/1] drm/vmwgfx: use ttm_bo_move_null() when there is nothing to move
 2021-05-03 19:02 UTC  (2+ messages)

[PATCH 0/1] Add support for querying engine cycles
 2021-05-03 18:29 UTC  (10+ messages)
` [PATCH 1/1] i915/query: Correlate engine and cpu timestamps with better accuracy

[PATCH 1/1] drm/vmwgfx: free ttm resource before assigning a new one
 2021-05-03 18:13 UTC  (3+ messages)

[PATCH 0/4] drm/i915/display Try YCbCr420 color when RGB fails
 2021-05-03 18:08 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 NNTP newsgroup(s).