dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-14 00:42:24 to 2020-01-15 13:17:22 UTC [more...]

[PATCH] fbdev: potential information leak in do_fb_ioctl()
 2020-01-15 13:16 UTC  (6+ messages)

[PATCH v2 0/4] Use no_vblank property for drivers without VBLANK
 2020-01-15 13:04 UTC  (6+ messages)
` [PATCH v2 1/4] drm: Document struct drm_crtc_state.no_vblank for faking VBLANK events
` [PATCH v2 2/4] drm/ast: Set struct drm_crtc_state.no_vblank in atomic_check()
` [PATCH v2 3/4] drm/cirrus: Let DRM core send VBLANK events
` [PATCH v2 4/4] drm/simple-kms: Let DRM core send VBLANK events by default

[PATCH v2 resend/trivial] drm/bridge: ti-tfp410: Update drm_connector_init_with_ddc() error message
 2020-01-15 12:56 UTC 

[PATCH v5 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2020-01-15 12:54 UTC  (5+ messages)
` [PATCH v5 1/2] mm: Add a vmf_insert_mixed_prot() function
` [PATCH v5 2/2] mm, drm/ttm: Fix vm page protection handling
` TTM or vmwgfx tree? Re: [PATCH v5 0/2] mm, drm/ttm: Fix pte insertion with customized protection

[PATCH v2 0/5] drm: Add support for Okaya RH128128T
 2020-01-15 12:45 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: display: sitronix, st7735r: Convert to DT schema
` [PATCH v2 2/5] dt-bindings: display: sitronix, st7735r: Add Okaya RH128128T
` [PATCH v2 3/5] drm/mipi_dbi: Add support for display offsets
` [PATCH v2 4/5] drm: tiny: st7735r: Prepare for adding support for more displays
` [PATCH v2 5/5] drm: tiny: st7735r: Add support for Okaya RH128128T

[PATCH v2 00/21] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-15 12:38 UTC  (23+ messages)
` [PATCH v2 01/21] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
` [PATCH v2 02/21] drm: Evaluate struct drm_device.vblank_disable_immediate on each use
` [PATCH v2 03/21] drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
` [PATCH v2 04/21] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 05/21] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH v2 06/21] drm/gma500: "
` [PATCH v2 07/21] drm/i915: "
` [PATCH v2 08/21] drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 09/21] drm/nouveau: Convert to CRTC VBLANK callbacks
` [PATCH v2 10/21] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 11/21] drm/radeon: Convert to CRTC VBLANK callbacks
` [PATCH v2 12/21] drm/msm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 13/21] drm/msm: Convert to CRTC VBLANK callbacks
` [PATCH v2 14/21] drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 15/21] drm/stm: Convert to CRTC VBLANK callbacks
` [PATCH v2 16/21] drm/sti: "
` [PATCH v2 17/21] drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v2 18/21] drm/vc4: Convert to CRTC VBLANK callbacks
` [PATCH v2 19/21] drm/vkms: "
` [PATCH v2 20/21] drm/vmwgfx: "
` [PATCH v2 21/21] drm: Clean-up VBLANK-related callbacks in struct drm_driver

[PATCH] drm/i915/dp: Add current maximum eDP link rate to sink_rate array
 2020-01-15 12:34 UTC  (8+ messages)
          ` [Intel-gfx] "

[PATCH 0/2] Add support for sun4i HDMI audio
 2020-01-15 12:31 UTC  (7+ messages)
` [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA
` [PATCH 2/2] drm: sun4i: hdmi: Add support for sun4i HDMI encoder audio

[PATCH v6 0/5] drm/tidss: New driver for TI Keystone platform Display SubSystem
 2020-01-15 12:29 UTC  (8+ messages)
` [PATCH v6 1/5] dt-bindings: display: ti, k2g-dss: Add dt-schema yaml binding
` [PATCH v6 2/5] dt-bindings: display: ti, am65x-dss: "
` [PATCH v6 3/5] dt-bindings: display: ti, j721e-dss: "
` [PATCH v6 4/5] drm/tidss: New driver for TI Keystone platform Display SubSystem
` [PATCH v6 5/5] MAINTAINERS: add entry for tidss

[PATCH 1/9] drm/vmwgfx: Don't use the HB port if memory encryption is active
 2020-01-15 11:53 UTC  (9+ messages)
` [PATCH 2/9] drm/vmwgfx: Call vmw_driver_{load, unload}() before registering device
` [PATCH 3/9] drm/vmwgfx: Replace deprecated PTR_RET
` [PATCH 4/9] drm/vmwgfx: move the require_exist handling together
` [PATCH 5/9] drm/vmwgfx: check master authentication in surface_ref ioctls
` [PATCH 6/9] drm/vmwgfx: drop DRM_AUTH for render ioctls
` [PATCH 7/9] drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add
` [PATCH 8/9] drm/vmwgfx: add ioctl for messaging from/to guest userspace to/from host
` [PATCH 9/9] drm/vmwgfx: Bump driver minor version

[PATCH v4] drm/trace: Buffer DRM logs in a ringbuffer accessible via debugfs
 2020-01-15 10:36 UTC  (6+ messages)

[[Intel-gfx] [PATCH v2 00/10] drm: Introduce struct drm_device based WARN* and use them in i915
 2020-01-15 10:02 UTC  (12+ messages)
` [[Intel-gfx] [PATCH v2 01/10] drm/print: introduce new struct drm_device based WARN* macros
` [[Intel-gfx] [PATCH v2 02/10] drm/i915/display: Make WARN* drm specific where drm_device ptr is available
` [[Intel-gfx] [PATCH v2 03/10] drm/i915/display: Make WARN* drm specific where drm_priv "
` [[Intel-gfx] [PATCH v2 04/10] drm/i915/display: Make WARN* drm specific where encoder "
` [[Intel-gfx] [PATCH v2 05/10] drm/i915/gem: Make WARN* drm specific where drm_priv "
` [[Intel-gfx] [PATCH v2 06/10] drm/i915/gt: "
` [[Intel-gfx] [PATCH v2 07/10] drm/i915/gvt: "
` [[Intel-gfx] [PATCH v2 08/10] drm/i915/gvt: Make WARN* drm specific where vgpu "
` [[Intel-gfx] [PATCH v2 09/10] drm/i915: Make WARN* drm specific where drm_priv "
` [[Intel-gfx] [PATCH v2 10/10] drm/i915: Make WARN* drm specific where uncore or stream "

[PATCH 00/23] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-15  9:41 UTC  (18+ messages)
` [PATCH 01/23] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
` [PATCH 02/23] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH 08/23] drm/stm: "
` [PATCH 09/23] drm: Remove struct drm_driver.get_scanout_position()
` [PATCH 19/23] drm/stm: Convert to CRTC VBLANK callbacks
` [PATCH 23/23] drm: Cleanup VBLANK callbacks in struct drm_driver

[PATCH v3 0/9] DP Phy compliance auto test
 2020-01-15  9:11 UTC  (7+ messages)
` [PATCH v3 3/9] drm/i915/dp: Move vswing/pre-emphasis adjustment calculation

[PATCH 0/5] drm/i915: conversion to new drm logging macros
 2020-01-14 15:00 UTC  (9+ messages)
` [PATCH 1/5] drm/i915/atomic: use new logging macros for debug
` [PATCH 2/5] drm/i915/audio: convert to new drm logging macros
` [PATCH 3/5] drm/i915/bios: "
` [PATCH 4/5] drm/i915/bw: convert to new drm_device based "
` [PATCH 5/5] drm/i915/cdclk: use new drm "

[PATCH RFT v1 0/3] devfreq fixes for panfrost
 2020-01-14 20:21 UTC  (6+ messages)
` [PATCH RFT v1 3/3] drm/panfrost: Use the mali-supply regulator for control again

[PATCH 0/2] drm/msm: Add the MSM_WAIT_IOVA ioctl
 2020-01-14 18:05 UTC  (19+ messages)
` [PATCH 1/2] drm/msm: Add a GPU-wide wait queue
  ` [Freedreno] "
` [PATCH 2/2] drm/msm: Add MSM_WAIT_IOVA ioctl
          ` [Freedreno] "

[PATCH] drm/msm: Add syncobj support
 2020-01-14 17:40 UTC  (7+ messages)
` [Freedreno] "

[PATCH] drm/i915/audio: convert to using drm_dbg_kms()
 2020-01-14 19:31 UTC 

[PATCH] drm: fix parameters documentation style
 2020-01-14 15:49 UTC  (2+ messages)

[PATCH v2] drm: fix parameters documentation style
 2020-01-14 16:04 UTC  (2+ messages)

[PATCH RFC v1 0/6] Add Unisoc's drm kms module
 2020-01-14 14:05 UTC  (6+ messages)
` [PATCH RFC v1 2/6] drm/sprd: add Unisoc's drm kms master

nouveau-next 5.6
 2020-01-15  4:09 UTC 

[[Intel-gfx] [PATCH v2 00/10] drm: Introduce struct drm_device based WARN* and use them in i915
 2020-01-15  3:43 UTC  (3+ messages)
` [[Intel-gfx] [PATCH v2 01/10] drm/print: introduce new struct drm_device based WARN* macros
` [[Intel-gfx] [PATCH v2 02/10] drm/i915/display: Make WARN* drm specific where drm_device ptr is available

[PATCH 0/2] Take SST-only branch device into account
 2020-01-15  2:43 UTC  (7+ messages)
` [PATCH 1/2] drm/dp_mst: Add a function to determine the mst end device
` [PATCH 2/2] drm/dp_mst: Handle SST-only branch device case

[PATCH 01/10] drm/todo: Add item for the plane->atomic_check confusion
 2020-01-15  1:27 UTC  (4+ messages)
` [PATCH 09/10] drm/vkms: plane_state->fb iff plane_state->crtc

[RFC PATCH v2 0/2] Security mitigation for Intel Gen7 HWs
 2020-01-14 17:45 UTC  (3+ messages)
` [RFC PATCH v2 1/2] drm/i915: Add mechanism to submit a context WA on ring submission
` [RFC PATCH v2 2/2] drm/i915/gen7: Clear all EU/L3 residual contexts

[PATCH v2] drm/dp: Add function to parse EDID descriptors for adaptive sync limits
 2020-01-15  0:02 UTC  (11+ messages)

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-14 23:29 UTC  (4+ messages)

[RFC PATCH 0/2] Security mitigation for Intel Gen7 and Gen7.5
 2020-01-14 22:35 UTC  (4+ messages)
` [RFC PATCH 1/2] drm/i915: Add mechanism to submit a context WA on ring submission
` [RFC PATCH 2/2] drm/i915/gen7: Clear all EU/L3 residual contexts

[Bug 206175] Fedora >= 5.4 kernels instantly freeze on boot without producing any display output
 2020-01-14 22:22 UTC  (2+ messages)

[Bug 206141] New: VCE UVD ring test failed -110
 2020-01-14 19:50 UTC  (4+ messages)
` [Bug 206141] "

[PATCH v2] drm/dp_mst: clear time slots for ports invalid
 2020-01-14 18:59 UTC  (2+ messages)

[pull] drm/msm: msm-next for 5.6
 2020-01-14 17:24 UTC 

[PATCH] drm/msm: Fix error about comments within a comment block
 2020-01-14 15:59 UTC  (2+ messages)

[PATCH v3 0/7] Add dts for mt8183 GPU (and misc panfrost patches)
 2020-01-14 15:16 UTC  (9+ messages)
` [PATCH v3 1/7] dt-bindings: gpu: mali-bifrost: Add Mediatek MT8183
` [PATCH v3 2/7] arm64: dts: mt8183: Add node for the Mali GPU
` [PATCH v3 3/7] drm/panfrost: Improve error reporting in panfrost_gpu_power_on
` [PATCH v3 4/7] drm/panfrost: Add support for multiple regulators
` [PATCH v3 5/7] drm/panfrost: Add support for multiple power domains
` [PATCH v3 6/7, RFC] drm/panfrost: Add mt8183-mali compatible string
` [PATCH v3 7/7, RFC] drm/panfrost: devfreq: Add support for 2 regulators

[PATCH v3] drm/i915: Re-init lspcon after HPD if lspcon probe failed
 2020-01-14 14:55 UTC  (4+ messages)

[PATCH v2] drm/syncobj: Add documentation for timeline syncobj
 2020-01-14 14:25 UTC  (2+ messages)

[PULL] drm-intel-next
 2020-01-14 12:15 UTC  (3+ messages)

[PATCH 0/2] drm/bridge: Support for Toshiba tc358768 RGB to DSI bridge
 2020-01-14 11:55 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: display: bridge: Add documentation for Toshiba tc358768

[PATCH] drm/i915: convert to new logging macros based on struct intel_engine_cs
 2020-01-14  7:58 UTC  (5+ messages)

[PATCH v2 0/4] drm/msm: use firmware-name to find zap fw
 2020-01-13 18:46 UTC  (7+ messages)
` [PATCH v2 1/4] drm/msm: support firmware-name for zap fw (v2)
` [PATCH v2 2/4] drm/msm: allow zapfw to not be specified in gpulist
` [PATCH v2 4/4] arm64: dts: sdm845: move gpu zap nodes to per-device dts

drm_cflush_sg() loops for over 3ms
 2020-01-13 14:34 UTC 

[PATCH] drm/i915: Fix too few arguments to function i915_capture_error_state
 2020-01-13  8:19 UTC 

drm_cflush_sg() loops for over 3ms - scheduler not running tasks
 2020-01-13 17:39 UTC 

[PATCH v3 1/3] dt-bindings: vendor-prefixes: Add Shenzhen Frida LCD Co., Ltd
 2020-01-13 16:17 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: panel-simple: Add compatible for Frida FRD350H54004 LCD
` [PATCH v3 3/3] drm/panel: simple: Add support for the Frida FRD350H54004 panel

[PATCH] drm/i915/dsi: Fix implicit declaration of function 'acpi_dev*' in 'mipi_exec_i2c'
 2020-01-13 10:55 UTC 

[PATCH] drm/i915: Fix multiple definition of 'i915_vma_capture_finish'
 2020-01-13 10:40 UTC 

[PATCH next] drm/i915: fix build error without ACPI
 2020-01-13 13:27 UTC 

[Intel-gfx] [PATCH 0/6]: drm: Introduce struct drm_device based WARN* and use them in i915
 2020-01-14  7:51 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915: add helper functions to get device ptr

[PATCH v2 0/7] Add dts for mt8183 GPU (and misc panfrost patches)
 2020-01-14  7:21 UTC  (10+ messages)
` [PATCH v2 4/7] drm/panfrost: Add support for a second regulator for the GPU

DRM driver and runtime suspend-resume handling?
 2020-01-14  4:29 UTC  (2+ messages)

[PATCH] drm/cirrus: Let DRM core send VBLANK events
 2020-01-14  3:52 UTC  (4+ messages)

[GIT PULL] mediatek drm next for 5.6
 2020-01-14  3:28 UTC 

[PATCH] drm/dp_mst: Have DP_Tx send one msg at a time
 2020-01-14  3:01 UTC  (3+ 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).