messages from 2021-04-28 21:54:28 to 2021-04-29 19:51:47 UTC [more...]
[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 v5 08/27] PCI: add support for dev_groups to struct pci_device_driver
2021-04-29 19:23 UTC (3+ messages)
[PATCH v8 0/5] drm: Move struct drm_device.pdev to legacy
2021-04-29 19:22 UTC (10+ 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 v8 4/5] drm/i915: Don't assign "
` [PATCH v8 5/5] drm: Move struct drm_device.pdev to legacy section
[PATCH 00/21] drm/i915/gem: ioctl clean-ups
2021-04-29 19:16 UTC (66+ 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-29 19:09 UTC (11+ messages)
` [PATCH 1/9] drm/connector: Make the drm_sysfs connector->kdev device hold a reference to the connector
` [PATCH 8/9] usb: typec: altmodes/displayport: Notify drm subsys of hotplug events
` [PATCH 9/9] platform/x86/intel_cht_int33fe: Correct "displayport" fwnode reference
[PATCH 0/1] Add support for querying engine cycles
2021-04-29 19:07 UTC (4+ messages)
` [PATCH 1/1] i915/query: Correlate engine and cpu timestamps with better accuracy
[PATCH v5 00/27] RFC Support hot device unplug in amdgpu
2021-04-29 19:05 UTC (29+ 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 07/27] drm/amdgpu: Remap all page faults to per process dummy page
` [PATCH v5 09/27] dmr/amdgpu: Move some sysfs attrs creation to default_attr
` [PATCH v5 10/27] drm/amdgpu: Guard against write accesses after device removal
` [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
[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 v8 0/1] drm/drm_mst: Use Extended Base Receiver Capability
2021-04-29 19:00 UTC (3+ messages)
` [PATCH v8 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space
` [Heads up to maintainers] "
[v3 0/2] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
2021-04-29 18:04 UTC (3+ messages)
` [v3 1/2] dt-bindings: backlight: add DisplayPort aux backlight
[PATCH 1/2] drm/i915/overlay: Fix active retire callback alignment
2021-04-29 17:34 UTC (5+ messages)
` [PATCH 2/2] drm/i915/selftests: "
` [Intel-gfx] [PATCH 1/2] drm/i915/overlay: "
[PATCH 1/2] drm/msm/dp: service only one irq_hpd if there are multiple irq_hpd pending
2021-04-29 17:23 UTC (8+ messages)
[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 V2 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
2021-04-29 16:27 UTC (8+ messages)
` [PATCH V2 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver
[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 (6+ messages)
` "
[PATCH] [v2] drm/amd/display: Remove duplicate declaration of dc_state
2021-04-29 14:40 UTC (3+ messages)
[PATCH 1/2] drm/panel: Add DT bindings for Samsung LMS397KF04
2021-04-29 14:34 UTC (2+ messages)
[Intel-gfx] [PATCH 3/4] drm/i915: Pass ww ctx to pin_map, v2
2021-04-29 14:23 UTC
[PATCH] drm/radeon/dpm: Disable sclk switching when two 4K 60Hz monitors are connected
2021-04-29 13:39 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)
[PATCH] drm/i915/display Try YCbCr420 color when RGB fails
2021-04-29 12:05 UTC
[PATCH 1/1] i915/query: Correlate engine and cpu timestamps with better accuracy
2021-04-29 11:15 UTC (2+ messages)
[Mesa-dev] [RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal
2021-04-29 11:12 UTC (13+ messages)
Independent EDID parsing library
2021-04-29 10:49 UTC
[PATCH v2 1/9] drm/doc/rfc: i915 DG1 uAPI
2021-04-29 10:30 UTC (9+ messages)
` [PATCH v2 2/9] drm/i915: mark stolen as private
` [PATCH v2 3/9] drm/i915/query: Expose memory regions through the query uAPI
` [PATCH v2 4/9] drm/i915: rework gem_create flow for upcoming extensions
` [PATCH v2 5/9] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [PATCH v2 6/9] drm/i915/uapi: implement object placement extension
` [PATCH v2 7/9] drm/i915/lmem: support optional CPU clearing for special internal use
` [PATCH v2 8/9] drm/i915/gem: clear userspace buffers for LMEM
` [PATCH v2 9/9] drm/i915/gem: hide new uAPI behind CONFIG_BROKEN
[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
2021-04-29 10:24 UTC (2+ messages)
[PATCH] drm/vc4: fix argument ordering in vc4_crtc_get_margins()
2021-04-29 10:19 UTC (2+ messages)
[PATCH] drm/i915: Be more gentle with exiting non-persistent context
2021-04-29 9:46 UTC
[PULL] drm-misc-next-fixes
2021-04-29 9:32 UTC (5+ messages)
[PATCH v2] drm/i915/gem: Remove reference to struct drm_device.pdev
2021-04-29 9:32 UTC (3+ messages)
[PATCH v4] drm/ast: Fixed CVE for DP501
2021-04-29 9:21 UTC (4+ messages)
` [PATCH v5] "
[PATCH 0/6] Workaround building improvements
2021-04-29 9:12 UTC (7+ messages)
` [PATCH 1/6] drm/i915: Drop duplicate WaDisable4x2SubspanOptimization:hsw
` [PATCH 2/6] drm/i915/debugfs: Expose read mask in i915_wa_registers
` [PATCH 3/6] drm/i915: Add a separate low-level helper for masked workarounds
` [PATCH 4/6] drm/i915/icl: Use appropriate helper for a masked workaround
` [PATCH 5/6] drm/i915/icl: Stop conflating mask and readback verify
` [PATCH 6/6] drm/i915: Add more checks when building workaround lists
[PULL] drm-misc-next-fixes
2021-04-29 9:03 UTC
TGL: : No video output on external monitor after unplug and re-plug the cable
2021-04-29 4:46 UTC
[PATCHv2] drm/omap: Fix issue with clocks left on after resume
2021-04-29 4:46 UTC (3+ messages)
[PATCH v6 1/3] gpu: drm: separate panel orientation property creating and value setting
2021-04-29 4:28 UTC (3+ messages)
` [PATCH v6 2/3] drm/mediatek: init panel orientation property
` [PATCH v6 3/3] arm64: dts: mt8183: Add panel rotation
[PATCH v5 3/4] drm/i915: init panel orientation property
2021-04-29 2:19 UTC (2+ messages)
[PATCH] drm/i915: Use might_alloc()
2021-04-29 2:13 UTC
[git pull] drm for 5.13-rc1
2021-04-29 2:09 UTC (4+ messages)
[PATCHv2 0/5] Support for GE B1x5v2 and B1x5Pv2
2021-04-29 1:11 UTC (7+ messages)
` [PATCHv2 1/5] rtc: m41t80: add support for fixed clock
` [PATCHv2 2/5] drm/imx: Add 8 pixel alignment fix
` [PATCHv2 3/5] dt-bindings: vendor-prefixes: add congatec
` [PATCHv2 4/5] dt-bindings: arm: fsl: add GE B1x5pv2 boards
` [PATCHv2 5/5] ARM: dts: imx6: Add GE B1x5v2
[PATCH v7 0/1] drm/drm_mst: Use Extended Base Receiver Capability
2021-04-28 23:18 UTC (2+ messages)
` [PATCH v7 1/1] drm/drm_mst: Use Extended Base Receiver Capability DPCD space
[PATCH 1/9] drm/doc/rfc: i915 DG1 uAPI
2021-04-28 17:30 UTC (8+ messages)
` [PATCH 6/9] drm/i915/uapi: implement object placement extension
page: next (older) | prev (newer) | latest
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).