dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-07 05:37:44 to 2019-05-08 09:19:51 UTC [more...]

[PATCH v2 0/7] Hexdump Enhancements
 2019-05-08  9:19 UTC  (11+ messages)
` [PATCH v2 1/7] lib/hexdump.c: Fix selftests
` [PATCH v2 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer
` [PATCH v2 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags
  ` [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
  ` [PATCH v2 5/7] lib/hexdump.c: Allow multiple groups to be separated by lines '|'
  ` [PATCH v2 6/7] lib/hexdump.c: Allow multiple groups to be separated by spaces
` [PATCH v2 7/7] lib/hexdump.c: Optionally retain byte ordering

[PATCH 1/9] dma-buf: start caching of sg_table objects
 2019-05-08  9:15 UTC  (10+ messages)
` [PATCH 2/9] dma-buf: add dynamic DMA-buf handling v7
` [PATCH 3/9] drm: remove prime sg_table caching
` [PATCH 4/9] drm/ttm: remove the backing store if no placement is given
` [PATCH 5/9] drm/ttm: use the parent resv for ghost objects
` [PATCH 6/9] drm/amdgpu: use allowed_domains for exported DMA-bufs
` [PATCH 7/9] drm/amdgpu: add independent DMA-buf export v3
` [PATCH 8/9] drm/amdgpu: add independent DMA-buf import v5
` [PATCH 9/9] drm/amdgpu: add DMA-buf invalidation callback v2

[PATCH RE-RESEND 1/2] drm/panel: Add support for Armadeus ST0700 Adapt
 2019-05-08  9:06 UTC  (7+ messages)
` [PATCH RE-RESEND 2/2] ARM: dts: opos6uldev: use OF graph to describe the display

[PATCH 1/2] drm/ttm: fix busy memory to fail other user v6
 2019-05-08  9:03 UTC  (12+ messages)
  ` [PATCH 2/2] drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve

[v8 00/10] Add HDR Metadata Parsing and handling in DRM layer
 2019-05-08  9:03 UTC  (12+ messages)
` [v8 01/10] drm: Add HDR source metadata property
` [v8 02/10] drm: Parse HDR metadata info from EDID
` [v8 08/10] drm/i915:Enabled Modeset when HDR Infoframe changes

[RESEND][PATCH v3 0/6] add LCD support for SAM9X60
 2019-05-08  8:48 UTC  (4+ messages)

[PATCH v10 0/2] Mixel MIPI DPHY support for NXPs i.MX8 SOCs
 2019-05-08  8:36 UTC  (7+ messages)
` [PATCH v10 1/2] dt-bindings: phy: Add documentation for mixel dphy
` [PATCH v10 2/2] phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs

[PATCH] drm/atomic: Check that the config funcs exist drm_mode_alloc
 2019-05-08  8:35 UTC  (2+ messages)

[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
 2019-05-08  8:26 UTC  (21+ messages)
` [PATCH v5 01/20] drm: Add |struct drm_gem_vram_object| and helpers
` [PATCH v5 02/20] drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|
` [PATCH v5 03/20] drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|
` [PATCH v5 04/20] drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers
` [PATCH v5 05/20] drm: Add simple PRIME helpers for GEM VRAM
` [PATCH v5 06/20] drm: Add VRAM MM, a simple memory manager for dedicated VRAM
` [PATCH v5 07/20] drm: Add default instance for VRAM MM callback functions
` [PATCH v5 08/20] drm: Integrate VRAM MM into struct drm_device
` [PATCH v5 09/20] drm/ast: Convert AST driver to |struct drm_gem_vram_object|
` [PATCH v5 10/20] drm/ast: Convert AST driver to VRAM MM
` [PATCH v5 11/20] drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v5 12/20] drm/bochs: Convert bochs driver to |struct drm_gem_vram_object|
` [PATCH v5 13/20] drm/bochs: Convert bochs driver to VRAM MM
` [PATCH v5 14/20] drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|
` [PATCH v5 15/20] drm/mgag200: Convert mgag200 driver to VRAM MM
` [PATCH v5 16/20] drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
` [PATCH v5 17/20] drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object|
` [PATCH v5 18/20] drm/vboxvideo: Convert vboxvideo driver to VRAM MM
` [PATCH v5 19/20] drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|
` [PATCH v5 20/20] drm/hisilicon: Convert hibmc-drm driver to VRAM MM

[PATCH v6 0/6] drm/i915/dp: Support for DP YCbCr4:2:0 outputs
 2019-05-08  8:17 UTC  (7+ messages)
` [PATCH v6 1/6] drm/i915/dp: Add a config function for YCBCR420 outputs
` [PATCH v6 2/6] drm: Add a VSC structure for handling Pixel Encoding/Colorimetry Formats
` [PATCH v6 3/6] drm/i915/dp: Program VSC Header and DB for Pixel Encoding/Colorimetry Format
` [PATCH v6 4/6] drm/i915/dp: Add a support of YCBCR 4:2:0 to DP MSA
` [PATCH v6 5/6] drm/i915/dp: Change a link bandwidth computation for DP
` [PATCH v6 6/6] drm/i915/dp: Support DP ports YUV 4:2:0 output to GEN11

[PATCH 1/3] dt-bindings: Add binding for IT6505
 2019-05-08  7:48 UTC  (3+ messages)
` [PATCH 2/3] drm/bridge: add it6505 driver
` [PATCH 3/3] drm/bridge: it6505 driver add char device feature

[drm-tip:drm-tip /8] drivers/gpu/drm/i915/i915_request.c:842:1: error: redefinition of 'already_busywaiting'
 2019-05-08  7:42 UTC  (2+ messages)

[drm-tip:drm-tip 5/8] drivers/gpu/drm/i915/i915_request.c:827:1: error: redefinition of 'i915_request_await_start'
 2019-05-08  7:40 UTC  (2+ messages)

[Bug 110636] [radv] DOOM 2016 particle artifacting
 2019-05-08  7:33 UTC  (4+ messages)

[Bug 110641] lm_sensors reports "ERROR: Can't get value of subfeature in0_input: Can't read"
 2019-05-08  7:28 UTC 

[Bug 109345] drm-next-2018-12-14 -Linux PPC
 2019-05-08  7:08 UTC  (4+ messages)

[PATCH] drm/cma-helper: Fix drm_gem_cma_free_object()
 2019-05-08  6:33 UTC  (3+ messages)

[Bug 110639] enc->enc_pic.enc_pic_order_cnt_type always zero even if pic->pic_order_cnt_type non-zero that application set
 2019-05-08  5:48 UTC 

[v2 0/5] support dsi for mt8183
 2019-05-08  3:00 UTC  (11+ messages)
` [v2 1/5] drm/mediatek: move mipi_dsi_host_register to probe
` [v2 2/5] drm/mediatek: CMDQ reg address of mt8173 is different with mt2701
` [v2 3/5] drm/mediatek: add dsi reg commit control
` [v2 4/5] drm/mediatek: add frame size control
` [v2 5/5] drm/mediatek: add mt8183 dsi driver support

[Bug 107978] [amdgpu] Switching to tty fails with DisplayPort monitor going to sleep (REG_WAIT timeout / dce110_stream_encoder_dp_blank)
 2019-05-07 23:46 UTC  (2+ messages)
` [Bug 107978] [amdgpu] Switching to tty fails with DisplayPort 1.2 "

[Bug 109619] Add new alias for R600_TEX_ANISO for radeonsi
 2019-05-07 23:36 UTC  (2+ messages)

[Bug 110637] Enabling OpenCL in Libreoffice kills Vega 64
 2019-05-07 22:30 UTC 

[PATCH v3 0/5] drm: Fix fb changes for async updates
 2019-05-07 20:18 UTC  (3+ messages)
` [PATCH v3 5/5] drm: don't block fb changes for async plane updates

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-07 19:50 UTC  (3+ messages)

[PATCH 0/3] drm/msm: Handle component bind failures a bit better
 2019-05-07 19:18 UTC  (4+ messages)
  ` [PATCH 1/3] drm/msm/dpu: Fix error recovery after failing to enable clocks
  ` [PATCH 2/3] drm/msm/dpu: Avoid a null de-ref while recovering from kms init fail
  ` [PATCH 3/3] drm/msm/adreno: Call pm_runtime_force_suspend() during unbind

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-07 19:13 UTC  (17+ messages)
` [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests

[RFC][PATCH 0/3] mesa: Initial build fixups for AOSP/master
 2019-05-07 18:44 UTC  (10+ messages)
` [PATCH 3/3] mesa: android: freedreno: Fix build failure due to path change

[PATCH v2 1/3] dt-bindings: display: Document FriendlyELEC HD702E LCD panel
 2019-05-07 18:03 UTC  (5+ messages)
` [PATCH v2 2/3] drm/panel: simple: Add FriendlyELEC HD702E 800x1280 "
` [DO NOT MERGE] [PATCH v2 3/3] arm64: rockchip: rk3399: nanopc-t4: Enable FriendlyELEC HD702E eDP panel

[PATCH v1 0/3] drm/msm: Add dependencies for per-instance pagetables
 2019-05-07 18:02 UTC  (4+ messages)
  ` [PATCH v1 1/3] drm/msm/adreno: Enable 64 bit mode by default on a5xx and a6xx targets
  ` [PATCH v1 2/3] drm/msm: Print all 64 bits of the faulting IOMMU address
  ` [PATCH v1 3/3] drm/msm: Pass the MMU domain index in struct msm_file_private

[Bug 110214] amdgpu: xterm scrollback buffer disappears while paging up/down
 2019-05-07 16:47 UTC  (3+ messages)
` [Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-07 16:44 UTC  (8+ messages)
` [PATCH v15 11/17] drm/amdgpu, arm64: untag user pointers
` [PATCH v15 12/17] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v15 13/17] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()

[PATCH v7 00/11] HDCP2.2 Phase II
 2019-05-07 16:27 UTC  (12+ messages)
` [PATCH v7 01/11] drm: move content protection property to mode_config
` [PATCH v7 02/11] drm/i915: debugfs: HDCP2.2 capability read
` [PATCH v7 03/11] drm: generic fn converting be24 to cpu and vice versa
` [PATCH v7 04/11] drm: revocation check at drm subsystem
` [PATCH v7 05/11] drm/i915: SRM revocation check for HDCP1.4 and 2.2
` [PATCH v7 06/11] drm/hdcp: gathering hdcp related code into drm_hdcp.c
` [PATCH v7 07/11] drm: Add Content protection type property
` [PATCH v7 08/11] drm/i915: Attach content "
` [PATCH v7 09/11] drm: uevent for connector status change
` [PATCH v7 10/11] drm/hdcp: update content protection property with uevent
` [PATCH v7 11/11] drm/i915: update the hdcp state "

[PATCH] drm: Fix timestamp docs for variable refresh properties
 2019-05-07 15:55 UTC  (4+ messages)

XORG Endless Vacation of Code
 2019-05-07 15:35 UTC  (3+ messages)

[Bug 110635] briefly flashing corruption when playing various OGL games
 2019-05-07 13:29 UTC 

[PATCH] gpu/drm: Remove duplicate headers
 2019-05-07 13:17 UTC  (4+ messages)

[PATCH 1/2] drm/panel: simple: Add FriendlyELEC HD702E 800x1280 LCD panel
 2019-05-07 13:10 UTC  (5+ messages)

[Bug 105819] Window system hang due to GPU Fault
 2019-05-07 12:19 UTC  (2+ messages)

[PATCH v6 00/10] HDCP2.2 Phase II
 2019-05-07 12:13 UTC  (5+ messages)
` [PATCH v6 03/10] drm: revocation check at drm subsystem

[PATCH 1/2] drm/ttm: fix busy memory to fail other user v7
 2019-05-07 11:51 UTC  (3+ messages)
` [PATCH 2/2] drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve

[PATCH libdrm 1/7] addr cs chunk for syncobj timeline
 2019-05-07 11:33 UTC  (7+ messages)
` [PATCH libdrm 2/7] add timeline wait/query ioctl v2
` [PATCH libdrm 3/7] wrap syncobj timeline query/wait APIs for amdgpu v3
` [PATCH libdrm 4/7] add timeline signal/transfer ioctls v2
` [PATCH libdrm 5/7] expose timeline signal/export/import interfaces v2
` [PATCH libdrm 6/7] wrap transfer interfaces
` [PATCH libdrm 7/7] add syncobj timeline tests v3

[bug report] drm/panfrost: Add sanity checks to submit IOCTL
 2019-05-07  8:04 UTC 

[PULL] 2nd pull for malidp-next
 2019-05-07 10:37 UTC  (8+ messages)

linux-5.1/drivers/video/fbdev/via/viafbdev.c:233: bad assignment ?
 2019-05-07 10:15 UTC 

[PATCH] drm/doc: Improve docs for conn_state->best_encoder
 2019-05-07 10:02 UTC  (4+ messages)

[PATCH v2] drm/komeda: Mark the local functions as static
 2019-05-07 10:01 UTC 

[PATCH v6 0/3] backlight: lm3630a: bug fix and fwnode support
 2019-05-07  9:53 UTC  (6+ messages)
` [PATCH v6 1/3] backlight: lm3630a: return 0 on success in update_status functions

[PATCH] drm/ttm: fix busy memory to fail other user v5
 2019-05-07  9:38 UTC  (4+ messages)

[Bug 108893] Slow redrawing of menu in Gothic 2 under wine
 2019-05-07  8:37 UTC  (2+ messages)

[PATCH] drm: Fix drm.h uapi header for GNU/kFreeBSD
 2019-05-07  8:26 UTC  (7+ messages)

[Bug 110630] Random Horizontal green lines after screen resize
 2019-05-07  8:01 UTC  (2+ messages)

[Bug 110614] [Regression] Freeze at desktop manager startup
 2019-05-07  7:53 UTC  (2+ messages)

[v3 0/3] support dpi for mt8183
 2019-05-07  7:41 UTC  (5+ messages)
` [v3 2/3] drm/mediatek: dpi dual edge support
` [v3 3/3] drm/mediatek: add mt8183 dpi support

[PATCH RFC 0/6] ARM: qcom: initial Nexus 5 display support
 2019-05-07  6:39 UTC  (3+ messages)
` [PATCH RFC 4/6] ARM: dts: msm8974: add "

[Bug 109649] [raven] gfx ring timeout when running clover apps
 2019-05-07  6:01 UTC  (2+ messages)
` [Bug 109649] [bisected][raven] "

[PATCH AUTOSEL 4.4 14/14] gpu: ipu-v3: dp: fix CSC handling
 2019-05-07  5:42 UTC 

[PATCH AUTOSEL 3.18 10/10] gpu: ipu-v3: dp: fix CSC handling
 2019-05-07  5:42 UTC 

[PATCH AUTOSEL 4.9 20/25] drm/sun4i: Set device driver data at bind time for use in unbind
 2019-05-07  5:41 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 22/25] gpu: ipu-v3: dp: fix CSC handling

[PATCH AUTOSEL 4.14 28/95] drm/sun4i: Set device driver data at bind time for use in unbind
 2019-05-07  5:38 UTC  (6+ messages)
` [PATCH AUTOSEL 4.14 30/95] gpu: ipu-v3: dp: fix CSC handling
` [PATCH AUTOSEL 4.14 31/95] drm/imx: don't skip DP channel disable for background plane
` [PATCH AUTOSEL 4.14 55/95] drm/i915: Downgrade Gen9 Plane WM latency error
` [PATCH AUTOSEL 4.14 67/95] drm/rockchip: psr: do not dereference encoder before it is null checked
` [PATCH AUTOSEL 4.14 82/95] drm/rockchip: fix for mailbox read validation

[PATCH AUTOSEL 4.19 59/81] drm/sun4i: Unbind components before releasing DRM and memory
 2019-05-07  5:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox