dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 15:17:01 to 2021-04-19 22:55:42 UTC [more...]

[PATCH v3 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-04-19 22:55 UTC 

[git pull] drm/vmwgfx fixes for 5.12-rc8
 2021-04-19 18:48 UTC  (2+ messages)

[PATCH v3] drm/bridge/sii8620: fix dependency on extcon
 2021-04-19 17:54 UTC  (4+ messages)

[PATCH v4] drm/doc/rfc: i915 DG1 uAPI
 2021-04-19 16:44 UTC 

[PATCH] drm/nouveau: fix an error code in nouveau_backlight_init()
 2021-04-19 15:30 UTC  (2+ messages)
` [Nouveau] "

[PATCH 1/2] dt-bindings: Add E Ink to vendor bindings
 2021-04-18 21:09 UTC  (2+ messages)
` [PATCH 2/2] drm/panel: Add support for E Ink VB3300-KCA

[PATCH] drm/ttm: remove special handling for non GEM drivers
 2021-04-19 16:39 UTC  (3+ messages)

[PATCH v4] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-19 16:37 UTC  (16+ messages)
` [External] "

[RFC] Linux Graphics Next: Explicit fences everywhere and no BO fences - initial proposal
 2021-04-19 15:48 UTC  (2+ messages)

[PATCH v4 00/27] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-19 15:43 UTC  (28+ messages)
` [PATCH v4 01/27] drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
` [PATCH v4 02/27] drm/bridge: ti-sn65dsi86: Simplify refclk handling
` [PATCH v4 03/27] drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc comment
` [PATCH v4 04/27] drm/bridge: ti-sn65dsi86: Reorder remove()
` [PATCH v4 05/27] drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()
` [PATCH v4 06/27] drm/bridge: ti-sn65dsi86: Get rid of the useless detect() function
` [PATCH v4 07/27] drm/panel: panel-simple: Use runtime pm to avoid excessive unprepare / prepare
` [PATCH v4 08/27] drm/bridge: ti-sn65dsi86: Rename the main driver data structure
` [PATCH v4 09/27] drm/bridge: ti-sn65dsi86: More renames in prep for sub-devices
` [PATCH v4 10/27] drm/bridge: ti-sn65dsi86: Clean debugfs code
` [PATCH v4 11/27] drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probe
` [PATCH v4 12/27] drm/bridge: ti-sn65dsi86: Cleanup managing of drvdata
` [PATCH v4 13/27] drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disable
` [PATCH v4 14/27] drm/bridge: ti-sn65dsi86: Move all the chip-related init to the start
` [PATCH v4 15/27] drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-drivers
` [PATCH v4 16/27] drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg code
` [PATCH v4 17/27] drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspend
` [PATCH v4 18/27] drm/bridge: ti-sn65dsi86: Code motion of refclk management functions
` [PATCH v4 19/27] drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enable
` [PATCH v4 20/27] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v4 22/27] drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()
` [PATCH v4 23/27] drm/panel: panel-simple: Power the panel when reading the EDID
` [PATCH v4 24/27] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [PATCH v4 25/27] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v4 27/27] drm/panel: panel-simple: Prepare/unprepare are refcounted, not forced

[PATCH v3 1/4] drm/i915/uapi: hide kernel doc warnings
 2021-04-19 15:19 UTC  (11+ messages)
` [PATCH v3 3/4] drm/i915/uapi: convert i915_query and friend to kernel doc
  ` [Mesa-dev] "
` [PATCH v3 4/4] drm/doc/rfc: i915 DG1 uAPI

[PATCH v2 0/2] Replace drm_modeset_*_all with DRM_MODESET_LOCK_ALL_*
 2021-04-19 15:03 UTC  (3+ messages)
` [PATCH v2 1/2] drm/amd/amdgpu/amdgpu_device.c: "
` [PATCH v2 2/2] drm/amd/amdgpu/amdgpu_drv.c: "

[PATCH 00/19] More DG1 enabling
 2021-04-19 15:01 UTC  (19+ messages)
` [PATCH 03/19] drm/i915: Create stolen memory region from local memory
  ` [Intel-gfx] "
` [PATCH 11/19] drm/i915: Update the helper to set correct mapping
  ` [Intel-gfx] "
` [PATCH 12/19] drm/i915/lmem: Bypass aperture when lmem is available
  ` [Intel-gfx] "

[PATCH 0/2] drm/amd/amdgpu: Replace drm_modeset_*_all with DRM_MODESET_LOCK_ALL_*
 2021-04-19 14:50 UTC  (6+ messages)
` [PATCH 1/2] drm/amd/amdgpu/amdgpu_device.c: "
  ` [Outreachy kernel] "
` [PATCH 2/2] drm/amd/amdgpu/amdgpu_drv.c: "

[RFC v1 PATCH 0/3] support soc_device_match to return -EPROBE_DEFER
 2021-04-19 13:36 UTC  (15+ messages)
` [RFC v1 PATCH 1/3] drivers: soc: add support for soc_device_match returning -EPROBE_DEFER
` [RFC v1 PATCH 2/3] caam: add defer probe when the caam driver cannot identify SoC
` [RFC v1 PATCH 3/3] driver: update all the code that use soc_device_match

[PATCH 5.11 068/122] drm/vmwgfx: Make sure we unpin no longer needed buffers
 2021-04-19 13:05 UTC 

Split render/display SoCs, Mesa's renderonly, and Wayland dmabuf hints
 2021-04-19 12:05 UTC 

[PATCH 00/40] [Set 16] Rid W=1 warnings from GPU!
 2021-04-19 11:49 UTC  (47+ messages)
` [PATCH 01/40] drm/nouveau/nvkm/subdev/bios/init: Demote obvious abuse of kernel-doc
  ` [Nouveau] "
` [PATCH 02/40] drm/nouveau/dispnv50/disp: Remove unused variable 'ret'
  ` [Nouveau] "
` [PATCH 05/40] drm/nouveau/nvkm/subdev/volt/gk20a: Demote non-conformant kernel-doc headers
  ` [Nouveau] "
` [PATCH 06/40] drm/nouveau/nvkm/engine/gr/gf100: Demote non-conformant kernel-doc header
  ` [Nouveau] "
` [PATCH 07/40] drm/nouveau/nouveau_bo: Remove unused variables 'dev'
  ` [Nouveau] "
` [PATCH 09/40] drm/nouveau/dispnv04/crtc: Demote non-conforming kernel-doc headers
` [PATCH 10/40] drm/nouveau/dispnv50/disp: Remove unused variable 'ret' from function returning void
  ` [Nouveau] "
` [PATCH 11/40] drm/nouveau/dispnv50/headc57d: Make local function 'headc57d_olut' static
  ` [Nouveau] "
` [PATCH 12/40] drm/nouveau/nv50_display: Remove superfluous prototype for local static functions
  ` [Nouveau] "
` [PATCH 13/40] drm/nouveau/dispnv50/disp: Include header containing our prototypes
  ` [Nouveau] "
` [PATCH 14/40] drm/nouveau/nouveau_ioc32: File headers are not good candidates for kernel-doc
` [PATCH 15/40] drm/nouveau/nouveau_svm: Remove unused variable 'ret' from void function
  ` [Nouveau] "
` [PATCH 16/40] drm/nouveau/nouveau_ioc32: Demote kernel-doc abuse to standard comment block
  ` [Nouveau] "
` [PATCH 22/40] drm/ttm/ttm_tt: Demote non-conformant kernel-doc header
` [PATCH 23/40] drm/ttm/ttm_bo: Fix incorrectly documented function 'ttm_bo_cleanup_refs'
` [PATCH 25/40] drm/radeon/radeon_device: Provide function name in kernel-doc header
` [PATCH 27/40] drm/ttm/ttm_device: Demote kernel-doc abuses
` [PATCH 29/40] drm/amd/amdgpu/amdgpu_fence: Provide description for 'sched_score'
` [PATCH 31/40] drm/amd/amdgpu/amdgpu_gart: Correct a couple of function names in the docs
` [PATCH 32/40] drm/amd/amdgpu/amdgpu_ttm: Fix incorrectly documented function 'amdgpu_ttm_copy_mem_to_mem()'
` [PATCH 33/40] drm/amd/amdgpu/amdgpu_ring: Provide description for 'sched_score'
` [PATCH 35/40] drm/amd/amdgpu/amdgpu_cs: Repair some function naming disparity

[PATCH] drm/tegra: Remove duplicate struct declaration
 2021-04-19 11:18 UTC 

[PATCH v2 1/4] drm/i915/uapi: fix kernel doc warnings
 2021-04-19 10:57 UTC  (4+ messages)
` [PATCH v2 2/4] drm/doc: add section for driver uAPI
` [PATCH v2 3/4] drm/i915/uapi: convert i915_user_extension to kernel doc
` [PATCH v2 4/4] drm/i915/uapi: convert i915_query and friend "

[PATCH v6 1/4] mfd: rt4831: Adds support for Richtek RT4831
 2021-04-19  9:55 UTC  (6+ messages)

[PULL] topic/intel-gen-to-ver -> drm-intel-next and drm-intel-gt-next
 2021-04-19  9:53 UTC 

[PATCH] ASoC: fsl: imx-pcm-dma: Don't request dma channel in probe
 2021-04-19  9:46 UTC  (8+ messages)

[PATCH v4 0/3] drm/bridge: Add it66121 driver
 2021-04-19  9:44 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: display: bridge: add it66121 bindings
` [PATCH v4 2/3] drm: bridge: add it66121 driver
` [PATCH v4 3/3] MAINTAINERS: add it66121 HDMI bridge driver entry

[PATCH 1/2] drm/gma500: correct kerneldoc
 2021-04-19  8:18 UTC  (2+ messages)
` [PATCH 2/2] drm/gma500: remove trailing whitespaces

[PATCH v4 0/9] drm: Support simple-framebuffer devices and firmware fbs
 2021-04-19  8:00 UTC  (2+ messages)

[PATCH v3 0/5] mediatek: hdmi: add MT8167 configuration
 2021-04-19  7:32 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: display: mediatek, hdmi: Convert to use graph schema
` [PATCH v3 2/5] dt-bindings: mediatek: add mt8167 to hdmi, hdmi-ddc and cec bindings
` [PATCH v3 3/5] gpu/drm: mediatek: hdmi: add check for CEA modes only
` [PATCH v3 4/5] gpu/drm: mediatek: hdmi: add optional limit on maximal HDMI mode clock
` [PATCH v3 5/5] gpu/drm: mediatek: hdmi: add MT8167 configuration

[PATCH v4 0/6] Add Unisoc's drm kms module
 2021-04-18 23:01 UTC  (13+ messages)
` [PATCH v4 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v4 5/6] dt-bindings: display: add Unisoc's mipi dsi controller bindings

[PATCH] drm/drm_edid: Read within initialized memory bounds (fix off by one)
 2021-04-19  3:04 UTC 

[RESEND PATCH] drm/rockchip: dsi: move all lane config except LCDC mux to bind()
 2021-04-19  2:04 UTC 

[RESEND PATCH] drm/rockchip: dsi: remove extra component_del() call
 2021-04-19  2:03 UTC 

[PATCH v5 0/7] Add devcoredump support for DPU
 2021-04-18 23:33 UTC  (9+ messages)
` [PATCH v5 1/7] drm: allow drm_atomic_print_state() to accept any drm_printer
` [PATCH v5 2/7] drm/msm: add support to take dpu snapshot
` [PATCH v5 3/7] drm/msm/dsi: add API to take DSI register snapshot
` [PATCH v5 4/7] drm/msm/dp: add API to take DP "
` [PATCH v5 5/7] drm/msm/disp/dpu1: add API to take DPU "
` [PATCH v5 6/7] drm/msm: add support to take dsi, dp and dpu snapshot
` [PATCH v5 7/7] drm/msm: add disp snapshot points across dpu driver

[Bug 212369] New: AMDGPU: GPU hangs with '*ERROR* Couldn't update BO_VA (-12)' on MIPS64
 2021-04-18 17:40 UTC  (2+ messages)
` [Bug 212369] "

Patch "drm/vmwgfx: Make sure we unpin no longer needed buffers" has been added to the 5.11-stable tree
 2021-04-18 12:39 UTC 

Patch "drm/vmwgfx: Make sure we unpin no longer needed buffers" has been added to the 5.1-stable tree
 2021-04-18 12:39 UTC 

[git pull] drm/vmwgfx fixes for 5.12-rc8
 2021-04-18  3:29 UTC  (2+ messages)

[PATCH] drm/nouveau/dispnv50: disp.c: Replace drm_modeset_*_all with DRM_MODESET_LOCK_ALL_*
 2021-04-17 19:12 UTC 

[PATCH] drm/msm: always parse interconnects
 2021-04-17 17:52 UTC  (2+ messages)

[PATCH v5] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-17 16:38 UTC 

[PATCH v2] drm/drm_bufs.c: In switch, add break in default case
 2021-04-17 16:15 UTC 

[PATCH Resend] drm/drm_bufs.c: In switch, add break in default case
 2021-04-17 16:04 UTC  (4+ messages)
` [Outreachy kernel] "

[Bug 212469] New: plymouth animation freezes during shutdown
 2021-04-17 13:39 UTC  (2+ messages)
` [Bug 212469] "

[PATCH v3] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-17  9:28 UTC  (3+ messages)
` [External] "

[PATCH v2 1/4] fbtft: Replace custom ->reset() with generic one
 2021-04-17  7:18 UTC  (2+ messages)

[PATCH 0/2] drm/bridge: dw-hdmi: disable loading of DW-HDMI CEC sub-driver
 2021-04-17  6:31 UTC  (4+ messages)

[v1 0/3] drm: Add support for backlight control of eDP panel on ti-sn65dsi86 bridge
 2021-04-16 23:02 UTC  (2+ messages)

[PATCH 1/2] drm/msm/dp: service only one irq_hpd if there are multiple irq_hpd pending
 2021-04-16 20:27 UTC 

[PATCH 1/4] drm/i915/uapi: fix kernel doc warnings
 2021-04-16 18:32 UTC  (5+ messages)
` [PATCH 3/4] drm/i915/uapi: convert i915_user_extension to kernel doc
` [PATCH 4/4] drm/i915/uapi: convert i915_query and friend "

[PATCH] drm: Fix fbcon blank on QEMU graphics drivers
 2021-04-16 18:30 UTC  (4+ messages)

[PATCH v3 3/3] drm/msm/dp: check main link status before start aux read
 2021-04-16 17:38 UTC 

[PATCH v3 2/3] drm/msm/dp: initialize audio_comp when audio starts
 2021-04-16 17:38 UTC 

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

[Bug 13170] Macbook 5,2 only boots with acpi=off, or nosmp, or maxcpus=1
 2021-04-16 16:54 UTC  (4+ messages)

[PATCH v5 0/1] Fixes 30e2ae943c26 "drm/bridge: Introduce LT8912B DSI to HDMI"
 2021-04-16 15:16 UTC  (5+ messages)
` [PATCH v5 1/1] drm/bridge: lt8912b: fix incorrect handling of of_* return values


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