dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-29 12:07:33 to 2021-04-30 11:40:09 UTC [more...]

[PATCH 00/21] drm/i915/gem: ioctl clean-ups
 2021-04-30 11:40 UTC  (72+ messages)
` [PATCH 03/21] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem
  ` [Intel-gfx] "
` [PATCH 06/21] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v3)
  ` [Intel-gfx] "
` [PATCH 08/21] drm/i915/gem: Disallow bonding of virtual engines
        ` [Intel-gfx] "
` [PATCH 09/21] drm/i915/gem: Disallow creating contexts with too many engines
  ` [Intel-gfx] "
` [PATCH 11/21] drm/i915: Stop manually RCU banging in reset_stats_ioctl
` [PATCH 13/21] drm/i915/gem: Add an intermediate proto_context struct
  ` [Intel-gfx] "
` [PATCH 14/21] drm/i915/gem: Return an error ptr from context_lookup
  ` [Intel-gfx] "
` [PATCH 15/21] drm/i915/gt: Drop i915_address_space::file
` [PATCH 16/21] drm/i915/gem: Delay context creation
  ` [Intel-gfx] "
` [PATCH 18/21] drm/i915/gem: Don't allow changing the engine set on running contexts
` [PATCH 20/21] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
  ` [Intel-gfx] "
` [PATCH 21/21] drm/i915/gem: Roll all of context creation together

[PATCH 0/9] drm + usb-type-c: Add support for out-of-band hotplug notification
 2021-04-30 11:38 UTC  (10+ messages)
` [PATCH 1/9] drm/connector: Make the drm_sysfs connector->kdev device hold a reference to the connector

[PATCH 01/13] drm/ttm: add ttm_sys_manager v2
 2021-04-30 11:19 UTC  (16+ messages)
` [PATCH 02/13] drm/ttm: always initialize the full ttm_resource
` [PATCH 03/13] drm/ttm: properly allocate sys resource during swapout
` [PATCH 04/13] drm/ttm: rename bo->mem and make it a pointer
` [PATCH 05/13] drm/ttm: allocate resource object instead of embedding it
` [PATCH 06/13] drm/ttm: flip over the range manager to self allocated nodes
` [PATCH 07/13] drm/ttm: flip over the sys "
` [PATCH 08/13] drm/amdgpu: revert "drm/amdgpu: stop allocating dummy GTT nodes"
` [PATCH 09/13] drm/amdgpu: switch the GTT backend to self alloc
` [PATCH 10/13] drm/amdgpu: switch the VRAM "
` [PATCH 11/13] drm/nouveau: switch the TTM backends "
` [PATCH 12/13] drm/vmwgfx: "
` [PATCH 13/13] drm/ttm: flip the switch for driver allocated resources

[PATCH 1/2] drm/i915/overlay: Fix active retire callback alignment
 2021-04-30 11:14 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH] SPI: meson-spifc add missed calls to remove function
 2021-04-30 10:59 UTC  (6+ messages)

[PATCH v5 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-30 10:58 UTC  (10+ messages)
` [PATCH v5 1/9] drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
` [PATCH v5 2/9] drm/format-helper: Add blitter functions
` [PATCH v5 3/9] drm/aperture: Add infrastructure for aperture ownership
` [PATCH v5 4/9] drm: Add simpledrm driver
` [PATCH v5 5/9] drm/simpledrm: Add fbdev emulation
` [PATCH v5 6/9] drm/simpledrm: Initialize framebuffer data from device-tree node
` [PATCH v5 7/9] drm/simpledrm: Acquire clocks from DT device node
` [PATCH v5 8/9] drm/simpledrm: Acquire regulators "
` [PATCH v5 9/9] drm/simpledrm: Acquire memory aperture for framebuffer

[RFC PATCH 0/3] A drm_plane API to support HDR planes
 2021-04-30 10:39 UTC  (10+ messages)
` [RFC PATCH 1/3] drm/color: Add RGB Color encodings

[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
 2021-04-30 10:25 UTC  (30+ messages)
` [PATCH v5 03/27] drm/amdgpu: Split amdgpu_device_fini into early and late
` [PATCH v5 06/27] drm/amdgpu: Handle IOMMU enabled case
` [PATCH v5 13/27] drm/amdgpu: When filizing the fence driver. stop scheduler first
` [PATCH v5 15/27] drm/scheduler: Fix hang when sched_entity released
` [PATCH v5 16/27] drm/amdgpu: Unmap all MMIO mappings
` [PATCH v5 20/27] drm: Scope all DRM IOCTLs with drm_dev_enter/exit

[Mesa-dev] [RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal
 2021-04-30 10:17 UTC  (15+ messages)

[PATCH v3 0/3] drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()
 2021-04-30  9:56 UTC  (10+ messages)
` [PATCH v3 1/3] drm/bridge: nwl-dsi: Force a full modeset when crtc_state->active is changed to be true
` [PATCH v3 2/3] drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()
` [PATCH v3 3/3] drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()

[PATCH v3 1/5] drm/connector: Create a helper to attach the hdr_output_metadata property
 2021-04-30  9:44 UTC  (5+ messages)
` [PATCH v3 2/5] drm/connector: Add helper to compare HDR metadata
` [PATCH v3 3/5] drm/vc4: Add HDR metadata property to the VC5 HDMI connectors
` [PATCH v3 4/5] drm/connector: Add a helper to attach the colorspace property
` [PATCH v3 5/5] drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe

[PATCH v5 0/6] Add Unisoc's drm kms module
 2021-04-30  9:35 UTC  (7+ messages)
` [PATCH v5 1/6] dt-bindings: display: add Unisoc's drm master bindings
` [PATCH v5 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v5 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCH] drm/mgag200: Remove redundant assignment to status and clock
 2021-04-30  9:22 UTC 

[PULL] drm-intel-next-fixes for the merge window #2
 2021-04-30  9:05 UTC 

[PATCH 0/2] clk: Implement a clock request API
 2021-04-30  8:48 UTC  (2+ messages)

[PATCH V2 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-04-30  8:34 UTC  (9+ messages)
` [PATCH V2 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver

[PATCH] drm/meson: fix shutdown crash when component not probed
 2021-04-30  8:27 UTC 

[PATCH 000/190] Revertion of all of the umn.edu commits
 2021-04-29 19:58 UTC  (2+ messages)

[PATCH v8 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-30  5:44 UTC  (5+ messages)
` [PATCH v8 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space
  ` [Heads up to maintainers] "
  ` [Intel-gfx] "

[PATCH v2] drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connected
 2021-04-30  4:56 UTC 

[git pull] drm tegra-next + fixes for 5.13-rc1
 2021-04-30  3:50 UTC 

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

[PATCH v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-30  1:27 UTC  (5+ messages)
` [PATCH v5 01/20] drm/panel: panel-simple: Add missing pm_runtime_disable() calls

linux-next: manual merge of the drm-intel tree with the drm tree
 2021-04-29 22:23 UTC  (3+ messages)

[PATCH v10 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-29 22:11 UTC  (2+ messages)
` [PATCH v10 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space

[PATCH v9 0/1] drm/drm_mst: Use Extended Base Receiver Capability
 2021-04-29 21:25 UTC  (2+ messages)
` [PATCH v9 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space

[v3 0/2] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-04-29 21:03 UTC  (4+ messages)
` [v3 1/2] dt-bindings: backlight: add DisplayPort aux backlight

[PATCH v5 08/27] PCI: add support for dev_groups to struct pci_device_driver
 2021-04-29 20:36 UTC  (4+ messages)

[PATCH 1/2] drm/panel: Add DT bindings for Samsung LMS397KF04
 2021-04-29 20:27 UTC  (4+ messages)
` [1/2] "

[PATCH 2/2] drm/panel: lms397kf04: Add driver for LMS397KF04
 2021-04-29 20:20 UTC  (2+ messages)
` [2/2] "

[PATCH] drm/radeon/dpm: Disable sclk switching when two 4K 60Hz monitors are connected
 2021-04-29 20:06 UTC  (2+ messages)

[PATCH 1/8] drm/arm: Don't set allow_fb_modifiers explicitly
 2021-04-29 19:35 UTC  (3+ messages)
` [PATCH 7/8] drm/stm: "

[PATCH v8 0/5] drm: Move struct drm_device.pdev to legacy
 2021-04-29 19:22 UTC  (8+ messages)
` [PATCH v8 1/5] drm/ast: Remove reference to struct drm_device.pdev
` [PATCH v8 2/5] drm/i915/gt: "
  ` [Intel-gfx] "
` [PATCH v8 3/5] drm/i915: "

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

[PATCH 00/25] drm/i915/gem: ioctl clean-ups (v4)
 2021-04-29 19:03 UTC  (26+ messages)
` [PATCH 01/25] drm/i915: Drop I915_CONTEXT_PARAM_RINGSIZE
` [PATCH 02/25] drm/i915: Stop storing the ring size in the ring pointer
` [PATCH 03/25] drm/i915: Drop I915_CONTEXT_PARAM_NO_ZEROMAP
` [PATCH 04/25] drm/i915/gem: Set the watchdog timeout directly in intel_context_set_gem (v2)
` [PATCH 05/25] drm/i915/gem: Return void from context_apply_all
` [PATCH 06/25] drm/i915: Drop the CONTEXT_CLONE API
` [PATCH 07/25] drm/i915: Implement SINGLE_TIMELINE with a syncobj (v4)
` [PATCH 08/25] drm/i915: Drop getparam support for I915_CONTEXT_PARAM_ENGINES
` [PATCH 09/25] drm/i915/gem: Disallow bonding of virtual engines (v3)
` [PATCH 10/25] drm/i915/gem: Remove engine auto-magic with FENCE_SUBMIT
` [PATCH 11/25] drm/i915/request: Remove the hook from await_execution
` [PATCH 12/25] drm/i915/gem: Disallow creating contexts with too many engines
` [PATCH 13/25] drm/i915: Stop manually RCU banging in reset_stats_ioctl (v2)
` [PATCH 14/25] drm/i915/gem: Add a separate validate_priority helper
` [PATCH 15/25] drm/i915: Add gem/i915_gem_context.h to the docs
` [PATCH 16/25] drm/i915/gem: Add an intermediate proto_context struct
` [PATCH 17/25] drm/i915/gem: Use the proto-context to handle create parameters
` [PATCH 18/25] drm/i915/gem: Return an error ptr from context_lookup
` [PATCH 19/25] drm/i915/gt: Drop i915_address_space::file (v2)
` [PATCH 20/25] drm/i915/gem: Delay context creation
` [PATCH 21/25] drm/i915/gem: Don't allow changing the VM on running contexts
` [PATCH 22/25] drm/i915/gem: Don't allow changing the engine set "
` [PATCH 23/25] drm/i915/selftests: Take a VM in kernel_context()
` [PATCH 24/25] i915/gem/selftests: Assign the VM at context creation in igt_shared_ctx_exec
` [PATCH 25/25] drm/i915/gem: Roll all of context creation together

[PATCH] dt-bindings: display: renesas, du: Add missing power-domains property
 2021-04-29 17:22 UTC  (3+ messages)
` [PATCH] dt-bindings: display: renesas,du: "

[Bug 212107] New: Temperature increase by 15°C on radeon gpu
 2021-04-29 17:01 UTC  (2+ messages)
` [Bug 212107] "

[PATCH v3 0/4] staging: fbtft: Fixing GPIO handling issues
 2021-04-29 16:56 UTC  (5+ messages)
` [PATCH v3 3/4] staging: fbtft: Don't spam logs when probe is deferred

[PATCH] drm/i915: Use might_alloc()
 2021-04-29 16:31 UTC  (2+ messages)

[PATCH] dt-bindings: display: renesas, du: Make resets optional on R-Car H1
 2021-04-29 15:47 UTC  (2+ messages)
` [PATCH] dt-bindings: display: renesas,du: "

[PATCH v2] drm/amd/amdgpu: Fix errors in documentation of function parameters
 2021-04-29 15:26 UTC  (3+ messages)

[PATCH] drm/amd/display: Remove duplicate include of hubp.h
 2021-04-29 15:21 UTC  (5+ messages)
`  "

[PATCH] [v2] drm/amd/display: Remove duplicate declaration of dc_state
 2021-04-29 14:40 UTC  (3+ messages)

[Intel-gfx] [PATCH 3/4] drm/i915: Pass ww ctx to pin_map, v2
 2021-04-29 14:23 UTC 

[Bug 212881] New: nouveau: BUG: kernel NULL pointer dereference in nouveau_bo_sync_for_device
 2021-04-29 12:38 UTC  (2+ messages)
` [Bug 212881] "

[PATCH] drm/amd/display: Remove duplicate declaration of dc_state
 2021-04-29 12:31 UTC  (3+ messages)
  `  "

[led-backlight] default-brightness-level issue
 2021-04-29 12:07 UTC  (4+ 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).