dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-15 15:54:51 to 2020-09-16 18:35:13 UTC [more...]

[PATCH 0/3] drm: panfrost: Coherency support
 2020-09-16 17:46 UTC  (9+ messages)
` [PATCH 1/3] iommu/io-pgtable-arm: Support coherency for Mali LPAE
` [PATCH 2/3] drm/panfrost: Support cache-coherent integrations
` [PATCH 3/3] arm64: dts: meson: Describe G12b GPU as coherent

[patch 00/13] preempt: Make preempt count unconditional
 2020-09-16 18:34 UTC  (20+ messages)
` [patch 04/13] lockdep: Clenaup PREEMPT_COUNT leftovers
` [patch 06/13] locking/bitspinlock: "

[PATCH v2 00/21] Convert all remaining drivers to GEM object functions
 2020-09-16 17:55 UTC  (27+ messages)
` [PATCH v2 03/21] drm/etnaviv: Introduce "
` [PATCH v2 04/21] drm/exynos: "
` [PATCH v2 05/21] drm/gma500: "
` [PATCH v2 06/21] drm/i915: "
` [PATCH v2 07/21] drm/mediatek: "
` [PATCH v2 08/21] drm/msm: Introduce GEM object funcs
` [PATCH v2 09/21] drm/nouveau: Introduce GEM object functions
` [PATCH v2 13/21] drm/rockchip: Convert to drm_gem_object_funcs
` [PATCH v2 17/21] drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
` [PATCH v2 20/21] drm/xlnx: Initialize DRM driver instance with CMA helper macro
` [PATCH v2 21/21] drm: Remove obsolete GEM and PRIME callbacks from struct drm_driver

[RFC v2 0/8] drm/i915: Add support for Intel's eDP backlight controls
 2020-09-16 17:18 UTC  (9+ messages)
` [RFC v2 1/8] drm/i915/dp: Program source OUI on eDP panels
` [RFC v2 2/8] drm/i915: Rename pwm_* backlight callbacks to ext_pwm_*
` [RFC v2 3/8] drm/i915: Keep track of pwm-related backlight hooks separately
` [RFC v2 4/8] drm/i915/dp: Rename eDP VESA backlight interface functions
` [RFC v2 5/8] drm/i915/dp: Add register definitions for Intel HDR backlight interface
` [RFC v2 6/8] drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)
` [RFC v2 7/8] drm/i915/dp: Allow forcing specific interfaces through enable_dpcd_backlight
` [RFC v2 8/8] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"

[PATCH v2 1/6] dt-bindings: gpu: arm, mali-midgard: Add missing properties
 2020-09-16 17:13 UTC  (5+ messages)
` [PATCH v2 5/6] ARM: dts: exynos: Align OPP table name with dt-schema
` [PATCH v2 6/6] arm64: "

[RFC] Experimental DMA-BUF Device Heaps
 2020-09-16 17:01 UTC  (2+ messages)

[PATCH v8 0/8] Asynchronous flip implementation for i915
 2020-09-16 15:52 UTC  (22+ messages)
` [PATCH v8 1/8] drm/i915: Add enable/disable flip done and flip done handler
` [PATCH v8 2/8] drm/i915: Add support for async flips in I915
` [PATCH v8 3/8] drm/i915: Add checks specific to async flips
` [PATCH v8 4/8] drm/i915: Do not call drm_crtc_arm_vblank_event in "
` [PATCH v8 5/8] drm/i915: Add dedicated plane hook for async flip case
` [PATCH v8 6/8] drm/i915: WA for platforms with double buffered adress update enable bit

[PATCH -next] dss:use devm_platform_ioremap_resource_byname
 2020-09-16 11:13 UTC 

[PATCH] drm/msm: Remove depends on interconnect
 2020-09-16 11:07 UTC 

Changing vma->vm_file in dma_buf_mmap()
 2020-09-16 15:31 UTC  (12+ messages)
              ` [Linaro-mm-sig] "

[PATCH v15 0/2] Add initial support for slimport anx7625
 2020-09-16 10:10 UTC  (4+ messages)
` [PATCH v15 1/2] dt-bindings: drm/bridge: anx7625: MIPI to DP transmitter DT schema
` [PATCH v15 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP

[PATCH v3] drm/panel: samsung: make vint_table static const
 2020-09-16 13:23 UTC 

[PATCH] drm/msm/dpu: remove unused variables new_cnt and old_cnt in dpu_encoder_phys_vid_vblank_irq()
 2020-09-16  8:51 UTC 

KASAN: global-out-of-bounds Read in fbcon_resize
 2020-09-16 12:35 UTC  (7+ messages)
` [PATCH] fbcon: Fix user font detection test at fbcon_resize()

[git pull] virtio-shm region
 2020-09-16 11:20 UTC  (4+ messages)

[PATCH v9 0/8] Asynchronous flip implementation for i915
 2020-09-16 15:08 UTC  (9+ messages)
` [PATCH v9 1/8] drm/i915: Add enable/disable flip done and flip done handler
` [PATCH v9 2/8] drm/i915: Add support for async flips in I915
` [PATCH v9 3/8] drm/i915: Add checks specific to async flips
` [PATCH v9 4/8] drm/i915: Do not call drm_crtc_arm_vblank_event in "
` [PATCH v9 5/8] drm/i915: Add dedicated plane hook for async flip case
` [PATCH v9 6/8] drm/i915: WA for platforms with double buffered address update enable bit
` [PATCH v9 7/8] Documentation/gpu: Add asynchronous flip documentation for i915
` [PATCH v9 8/8] drm/i915: Enable async flips in i915

[RFC 0/5] drm/i915: Add support for Intel's eDP backlight controls
 2020-09-16 15:32 UTC  (15+ messages)
` [RFC 1/5] drm/i915/dp: Program source OUI on eDP panels
    ` [Intel-gfx] "
` [RFC 2/5] drm/i915: Rename pwm_* backlight callbacks to ext_pwm_*
` [RFC 3/5] drm/i915: Keep track of pwm-related backlight hooks separately
` [RFC 4/5] drm/i915: Enable Intel's HDR backlight interface (only SDR for now)
` [RFC 5/5] drm/dp: Revert "drm/dp: Introduce EDID-based quirks"

[PATCH -next 0/8] drm/amd/amdgpu: fix comparison pointer to bool warning
 2020-09-16 15:31 UTC  (9+ messages)

[PATCH v2 0/4] Enlarge tracepoints in the display component
 2020-09-16 15:27 UTC  (3+ messages)

[PATCH v2 0/3] drm/panfrost: add Amlogic integration quirks
 2020-09-16 15:01 UTC  (4+ messages)
` [PATCH v2 1/3] drm/panfrost: add support for vendor quirk
` [PATCH v2 2/3] drm/panfrost: add amlogic reset quirk callback
` [PATCH v2 3/3] drm/panfrost: add Amlogic GPU integration quirks

[PATCH] drm/ttm: fix incorrect TT->SYSTEM move handling
 2020-09-16 14:49 UTC  (2+ messages)

[PATCH] dt-bindings: dp-connector: add binding for DisplayPort connector
 2020-09-16 14:44 UTC 

[PATCH 0/3] dma-buf: Flag vmap'ed memory as system or I/O memory
 2020-09-16 13:37 UTC  (9+ messages)
` [PATCH 2/3] dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfaces

[PATCH v2] Revert "drm/radeon: handle PCIe root ports with addressing limitations"
 2020-09-16 13:20 UTC 

[PATCH v3 0/2] Fixes for am65x and j721e dss dt-schema
 2020-09-16 13:10 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: ti, am65x-dss: add missing properties to dt-schema
` [PATCH v3 2/2] dt-bindings: display: ti, j721e-dss: "

[PATCH] Revert "drm/radeon: handle PCIe root ports with addressing limitations"
 2020-09-16 13:08 UTC  (4+ messages)

[PATCH v10 0/3] drm: Add support for Cadence MHDP8546 DPI/DP bridge and J721E wrapper
 2020-09-16 12:17 UTC  (3+ messages)
` [PATCH v10 1/3] dt-bindings: drm/bridge: Document Cadence MHDP8546 bridge bindings

[RFC PATCH 1/3] drm: use flags instead of boolean in plane check
 2020-09-16 11:26 UTC  (10+ messages)
` [RFC PATCH 2/3] drm/atomic-helper: add REQUIRE_MATCHING_FB flag

[PATCH] drm: rcar-du: add missing put_device() call in rcar_du_vsp_init()
 2020-09-16 10:26 UTC  (4+ messages)
  ` [PATCH] drm: rcar-du: Put reference to VSP device

[PATCH v3 1/7] drm: add drmm_encoder_alloc()
 2020-09-16 10:22 UTC  (4+ messages)
` [PATCH v3 5/7] drm/imx: use drmm_simple_encoder_alloc()

[PATCH v3] drm: mxsfb: check framebuffer pitch
 2020-09-16  9:41 UTC  (2+ messages)

[RESEND][PATCH v3 0/4] drm/ast: Disable HW cursor when switching modes
 2020-09-16  9:24 UTC  (2+ messages)

[PATCH] MAINTAINERS: make linux-aspeed list remarks consistent
 2020-09-16  9:19 UTC  (2+ messages)

[PATCH v2 00/16] drm/exynos: Convert driver to drm bridge
 2020-09-16  9:03 UTC  (14+ messages)
` [PATCH v2 16/16] drm/exynos: move bridge driver to bridges
  ` [PATCH v2 08/16] drm/exynos: add host_ops callback for platform drivers
  ` [PATCH v2 10/16] drm/exynos: implement a drm bridge

[PATCH] drm/aspeed: Add sysfs for output settings
 2020-09-16  8:34 UTC 

[PATCH 1/3] drm: Restore driver.preclose() for all to use
 2020-09-16  8:27 UTC  (5+ messages)
` [PATCH 3/3] drm/i915/gem: Serialise debugfs i915_gem_objects with ctx->mutex
  ` [Intel-gfx] "

[PATCH] drm/vc4: Handing the return value of drm_universal_plane_init
 2020-09-16  7:59 UTC  (3+ messages)

[PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties
 2020-09-16  7:59 UTC  (5+ messages)
  ` [RFT 09/10] arm64: dts: exynos: Correct port of USB-C connector node on Exynos5433 TM2

[Bug 206475] New: amdgpu under load drop signal to monitor until hard reset
 2020-09-16  7:52 UTC  (3+ messages)
` [Bug 206475] "

some half-baked ttm ideas
 2020-09-16  7:39 UTC  (11+ messages)

[PATCH v7 0/2]dd support for Tianma nt36672a video mode panel
 2020-09-16  4:35 UTC  (5+ messages)
` [PATCH v7 1/2] dt-bindings: display: panel: Add bindings for Novatek nt36672a
` [PATCH v7 2/2] drm: panel: Add novatek nt36672a panel driver

[PATCH RFC v6 0/6] Exynos: Simple QoS for exynos-bus using interconnect
 2020-09-15 21:40 UTC  (8+ messages)
  ` [PATCH RFC v6 1/6] dt-bindings: exynos-bus: Add documentation for interconnect properties

[PATCH -next] fbdev: nvidia: use for_each_child_of_node() macro
 2020-09-16  6:21 UTC 

[PATCH] drm/msm/a6xx: fix a potential overflow issue
 2020-09-16  2:28 UTC  (3+ messages)

[PATCH 00/13] iMX 8 - Another round of cleanups
 2020-09-16  6:38 UTC  (4+ messages)
` [PATCH 03/13] dt-bindings: arm: fsl: Fix matching Purism Librem5 phones

General protection fault: RIP: 0010:free_block+0xdc/0x1f0
 2020-09-15 21:49 UTC  (2+ messages)

[PATCH] drm: Kconfig: Update description for DRM_RCAR_DW_HDMI config
 2020-09-15 21:28 UTC  (2+ messages)

[PATCH] drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC is
 2020-09-15 21:00 UTC  (6+ messages)
` [PATCH v2] "

[PATCH -next] drm/amd/display: Create trigger_hotplug entry
 2020-09-15 19:46 UTC  (3+ messages)

[PATCH -next] drm/amd/display: Fix possible memleak in dp_trigger_hotplug()
 2020-09-15 19:44 UTC  (3+ messages)

[PATCH -next] drm/ttm/agp: Fix Wunused-variable warning
 2020-09-15 19:28 UTC  (3+ messages)

[PATCH] drm/amd/display: optimize code runtime a bit
 2020-09-15 19:18 UTC  (2+ messages)

[PATCH v2 1/1] drm/radeon: Add sclk frequency as hwmon sensor
 2020-09-15 19:05 UTC  (2+ messages)

[PATCH] drm/scheduler: fix sched_fence.c kernel-doc warnings
 2020-09-15 19:02 UTC  (3+ messages)

[PATCH] drm: amd/display: fix spelling of "function"
 2020-09-15 19:00 UTC  (2+ messages)

[PATCH -next] drm/amd/display: Remove duplicate include
 2020-09-15 19:00 UTC  (2+ messages)

[PATCH 1/2] drm/radeon: Add sclk frequency as hwmon sensor
 2020-09-15 18:40 UTC  (4+ messages)

[PATCH] drm/ttm: some cleanups
 2020-09-15 18:25 UTC  (3+ messages)

[GIT PULL FOR v5.10] R-Car display drivers miscellaneous changes
 2020-09-15 17:57 UTC  (2+ messages)

[PATCH] drm/msm: Fix the a650 hw_apriv check
 2020-09-15 16:01 UTC  (2+ messages)
` [Freedreno] "

[PATCH v3 0/2] Add LT9611UXC DSI to HDMI bridge support
 2020-09-15 17:48 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: display: bridge: Add documentation for LT9611UXC

[PATCH 5.4 000/132] 5.4.66-rc1 review
 2020-09-15 16:40 UTC  (2+ messages)

[PATCH] drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 result
 2020-09-15 17:29 UTC  (2+ messages)

[PATCH v2] drm/msm: Fix the a650 hw_apriv check
 2020-09-15 16:35 UTC 

[PATCH v2 00/10] arm64: renesas: enable HDMI Display/Sound on R-Car M3-W+ Salvator-XS
 2020-09-15 16:35 UTC  (5+ messages)
` [PATCH v2 01/10] dt-bindings: display: renesas: du: Document the r8a77961 bindings
` [PATCH v2 03/10] dt-bindings: display: renesas: dw-hdmi: Add R8A77961 support

[PATCH 0/6] drm/meson: add support for AXG & MIPI-DSI
 2020-09-15 16:28 UTC  (4+ messages)
` [PATCH 2/6] dt-bindings: display: add Amlogic MIPI DSI Host Controller bindings


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