dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-20 07:32:06 to 2018-09-21 10:36:38 UTC [more...]

[Bug 104602] Graphical artifacts in Civilization VI on RX Vega
 2018-09-21 10:36 UTC  (3+ messages)
` [Bug 104602] [apitrace] "

[PATCH 1/5] drm/tegra: dc: Do not register DC without primary plane
 2018-09-21 10:27 UTC  (5+ messages)
` [PATCH 2/5] drm/tegra: hub: Add Tegra194 support
` [PATCH 3/5] drm/tegra: dc: "
` [PATCH 4/5] drm/tegra: dpaux: "
` [PATCH 5/5] drm/tegra: sor: "

[PATCH v3 00/13] drm/mediatek: support hdmi output for mt2701 and mt7623
 2018-09-21 10:10 UTC  (19+ messages)
` [PATCH v3 01/12] drm/mediatek: add refcount for DPI power on/off
` [PATCH v3 02/12] drm/mediatek: move hardware register to node data
` [PATCH v3 03/12] drm/mediatek: adjust EDGE to match clock and data
` [PATCH v3 04/12] drm/mediatek: add clock factor for different IC
` [PATCH v3 05/12] drm/mediatek: convert dpi driver to use drm_of_find_panel_or_bridge
` [PATCH v3 06/12] drm/mediatek: add dpi driver for mt2701 and mt7623
` [PATCH v3 07/12] drm/mediatek: separate hdmi phy to different file
` [PATCH v3 08/12] drm/mediatek: add support for SPDIF audio in HDMI
` [PATCH v3 09/12] drm/mediatek: add hdmi driver for MT2701 and MT7623
` [PATCH v3 10/12] drm/mediatek: implement connection from BLS to DPI0
` [PATCH v3 11/12] drm/mediatek: add a error return value when clock driver has been prepared
` [PATCH v3 12/12] drm/mediatek: config component output by device node port

[PATCH] drm/exynos: simplify DMA mapping
 2018-09-21  9:57 UTC  (2+ messages)

[PATCH v3 0/5] drm: more byteorder fixes
 2018-09-21  9:40 UTC  (4+ messages)
` [PATCH v3 1/5] drm: move native byte order quirk to new drm_mode_legacy_fb_format2 function

[PATCH 1/2] drm: Use default dma_fence hooks where possible for null syncobj
 2018-09-21  9:39 UTC  (5+ messages)
` [PATCH 2/2] drm: Fix syncobj handing of schedule() returning 0
  ` [Intel-gfx] "

[PATCH] drm/i915: set i915 driver probe to asynchronous
 2018-09-21  9:30 UTC  (2+ messages)

[PATCH 0/6] Fix legacy DPMS changes with MST
 2018-09-21  9:27 UTC  (8+ messages)
` [PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
` [PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
  ` [Intel-gfx] "
` [PATCH 6/6] drm/amdgpu/dm/mst: Use drm_dp_mst_connector_atomic_check()

[PATCH v3] drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMS
 2018-09-21  9:21 UTC  (3+ messages)

[PATCH 1/2] drm/fourcc: rename Intel modifiers to follow the naming convention
 2018-09-21  9:18 UTC  (2+ messages)

[PATCH] drm/probe_helper: Don't bother probing when connectors are forced off
 2018-09-21  8:59 UTC  (6+ messages)

[PATCH] drm: fix use of freed memory in drm_mode_setcrtc
 2018-09-21  8:55 UTC  (2+ messages)

[PATCH -next] drm/vkms: Fix possible memory leak in _vkms_get_crc()
 2018-09-21  8:50 UTC  (2+ messages)

[PATCH] drm: rcar-du: Revert "drm: rcar-du: Use __drm_atomic_helper_plane_reset instead of copying the logic"
 2018-09-21  8:48 UTC  (6+ messages)

[PATCH v4 0/5] drm: add support for Cadence MHDP DPI/DP bridge
 2018-09-21  8:41 UTC  (8+ messages)
` [PATCH v4 3/5] drm/dp: make dp_get_lane_status usable from outside of the core
  ` [PATCH v4 1/5] drm/rockchip: prepare common code for cdns and rk dpi/dp driver
  ` [PATCH v4 2/5] drm/dp: fix link probing for devices supporting DP 1.4+
  ` [PATCH v4 4/5] dt-bindings: drm/bridge: Document Cadence MHDP bridge bindings
` [PATCH v4 5/5] drm: bridge: add support for Cadence MHDP DPI/DP bridge

[PATCH 00/18] drm/i915: Infoframe precompute/check
 2018-09-21  8:41 UTC  (26+ messages)
` [PATCH 01/18] video/hdmi: Constify 'buffer' to the unpack functions
` [PATCH 02/18] video/hdmi: Pass buffer size to infoframe "
` [PATCH 03/18] video/hdmi: Constify infoframe passed to the log functions
` [PATCH 04/18] video/hdmi: Constify infoframe passed to the pack functions
` [PATCH 05/18] video/hdmi: Add an enum for HDMI packet types
` [PATCH 06/18] video/hdmi: Handle the MPEG Source infoframe
` [PATCH 07/18] video/hdmi: Handle the NTSC VBI infoframe
` [PATCH 08/18] drm/i915: Use memmove() for punching the hole into infoframes
` [PATCH 09/18] drm/i915: Pass intel_encoder to infoframe functions
` [PATCH 10/18] drm/i915: Add the missing HDMI gamut metadata packet stuff
` [PATCH 11/18] drm/i915: Return the mask of enabled infoframes from ->inforame_enabled()
` [PATCH 12/18] drm/i915: Store mask of enabled infoframes in the crtc state
` [PATCH 13/18] drm/i915: Precompute HDMI infoframes
` [PATCH 14/18] drm/i915: Read out "
` [PATCH 15/18] drm/i915/sdvo: Precompute "
` [PATCH 16/18] drm/i915/sdvo: Read out "
` [PATCH 17/18] drm/i915: Check infoframe state in intel_pipe_config_compare()
` [PATCH 18/18] drm/i915: Include infoframes in the crtc state dump

[PATCH v2 00/16] R-Car D3/E3 display support (with LVDS PLL)
 2018-09-21  8:41 UTC  (6+ messages)
` [PATCH v2 13/16] arm64: dts: renesas: r8a77990: Add display output support

[PATCH v4 00/25] Display Stream Compression enabling on eDP/DP
 2018-09-21  8:34 UTC  (10+ messages)
` [PATCH v4 19/25] drm/i915/dsc: Add a power domain for VDSC on eDP/MIPI DSI

[PATCH 2/3] drm/exynos: scaler: Add support for tiled formats
 2018-09-21  8:22 UTC  (3+ messages)

Bug report: HiBMC crash
 2018-09-21  8:11 UTC  (4+ messages)

[PATCH libdrm 1/3] intel: add missing drm_public exports
 2018-09-21  7:48 UTC  (20+ messages)
` [PATCH libdrm 2/3] nouveau: "
` [PATCH libdrm 3/3] radeon: "
      ` [PATCH libdrm] omap: fix symbol annotations

[git pull] drm fixes for 4.19-rc5
 2018-09-21  7:39 UTC  (2+ messages)

[PATCH libdrm] intel: annotate the intel genx helpers as private
 2018-09-21  7:32 UTC  (8+ messages)

[PATCH 1/6] drm: add flags to drm_syncobj_find_fence
 2018-09-21  7:21 UTC  (11+ messages)
  ` [PATCH 2/6] drm: add syncobj timeline support v8
  ` [PATCH 3/6] drm: add support of syncobj timeline point wait v2
  ` [PATCH 4/6] drm: add timeline syncobj payload query ioctl
  ` [PATCH 5/6] drm/amdgpu: add timeline support in amdgpu CS
  ` [PATCH 6/6] drm/amdgpu: update version for timeline syncobj support in amdgpu

[PATCH v5 0/8] drm/rockchip: migrate to common dw-mipi-dsi bridge and dual-dsi
 2018-09-21  6:11 UTC  (5+ messages)
` [PATCH v5 7/7] drm/rockchip: dsi: add dual mipi support

[PATCH 0/2] drm/virtio: add iommu support
 2018-09-21  5:47 UTC  (13+ messages)
` [PATCH 2/2] "
    ` [virtio-dev] "

[PATCH] drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d,3d}
 2018-09-21  4:53 UTC  (2+ messages)

[Bug 107652] amdgpu couldn't resume after suspend
 2018-09-21  3:22 UTC  (4+ messages)

[Bug 101978] [bisected] war thunder performance reduced by ~28%
 2018-09-21  3:16 UTC  (2+ messages)

[PATCH v4] gpu/drm/exynos: Convert drm_atomic_helper_suspend/resume()
 2018-09-21  3:14 UTC  (4+ messages)

[PATCH v2 00/13] drm/mediatek: support hdmi output for mt2701 and mt7623
 2018-09-21  3:02 UTC  (4+ messages)
` [PATCH v2 13/13] drm/mediatek: config component output by device node port

linux-next: Signed-off-by missing for commit in the drm tree
 2018-09-21  0:21 UTC 

[PATCH v2 0/6] Fix legacy DPMS changes with MST
 2018-09-20 23:56 UTC  (3+ messages)
` [PATCH v2 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()

[Bug 201183] New: AMDGPU Dual displays and only DP screen works after grub
 2018-09-20 23:19 UTC  (7+ messages)
` [Bug 201183] "

[PATCH] drm/msm/a6xx: Poll for HFI responses
 2018-09-20 23:04 UTC 

[PATCH v8 1/2] drm/panel: Add support for Truly NT35597 panel driver
 2018-09-20 22:52 UTC  (2+ messages)
` [PATCH v8 2/2] dt-bindings: Add Truly NT35597 panel driver bindings

[PATCH v2 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration
 2018-09-20 20:58 UTC  (4+ messages)
` [PATCH v3 "

[Bug 107334] Artifacts in Unigine Valley with RX 580
 2018-09-20 20:36 UTC  (3+ messages)

[PATCH] video: fbdev: sis: Remove unnecessary parentheses and commented code
 2018-09-20 20:22 UTC 

[PATCH 1/2] drm: Use default dma_fence hooks where possible for null syncobj
 2018-09-20 20:05 UTC  (2+ messages)
` [PATCH 2/2] drm: Fix syncobj handing of schedule() returning 0

[PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree
 2018-09-20 20:02 UTC  (5+ messages)
` [PATCH 2/2] MAINTAINERS: Move mxsfb "

[PATCH 1/2] drm/nouveau: Disable atomic support on a per-device basis
 2018-09-20 18:55 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Use per-device driver_features to disable atomic

EVoC Program
 2018-09-20 18:30 UTC  (6+ messages)

[PATCH v7 1/2] drm/panel: Add support for Truly NT35597 panel driver
 2018-09-20 17:45 UTC  (5+ messages)

[RFC PATCH v1 0/6] Resolve unwanted DMA backing with IOMMU
 2018-09-20 17:09 UTC  (6+ messages)

[RFC PATCH v4 0/2] drm: Add generic colorkey plane properties
 2018-09-20 16:46 UTC  (10+ messages)
` [RFC PATCH v4 1/2] drm: Add generic colorkey properties for display planes

[RESEND 0/5] drm/mxsfb: Fix runtime PM for unpowering lcdif block
 2018-09-20 16:39 UTC  (5+ messages)

[PATCH] backlight: pwm_bl: Fix brightness levels for non-DT case
 2018-09-20 16:23 UTC  (3+ messages)
  `  "

[PATCH] drm/i2c/tda9950.c: set MAX_RETRIES for errors only
 2018-09-20 16:09 UTC  (2+ messages)

[pull] amdgpu drm-fixes-4.19
 2018-09-20 15:58 UTC 

[pull] amdgpu/kfd, radeon, ttm, scheduler drm-next-4.20
 2018-09-20 15:04 UTC 

[Bug 108002] [CI][BAT] igt@drv_selftest@live_contexts - dmesg-warn - RPM wakelock ref not held during HW access
 2018-09-20 13:38 UTC  (2+ messages)

[PATCH] drm/fb_helper: Allow leaking fbdev smem_start
 2018-09-20 13:04 UTC 

Request for commit rights on libdrm
 2018-09-20 12:29 UTC  (4+ messages)
` [PATCH libdrm] CONTRIBUTING: clarify how to request a Developer role

[PATCH libdrm] android: make symbols hidden by default
 2018-09-20 12:24 UTC  (2+ messages)

[PATCH libdrm v2] CONTRIBUTING: clarify how to request a Developer role
 2018-09-20 12:18 UTC  (3+ messages)
` [PATCH libdrm v3] "

[PATCH libdrm v2 00/13] hide library symbols by default
 2018-09-20 12:16 UTC  (2+ messages)

[PATCH 1/2] drm/scheduler: add a current job field to scheduler
 2018-09-20 11:30 UTC  (5+ messages)
` [PATCH 2/2] drm/scheduler: remove timeout work_struct from drm_sched_job

[PATCH 0/2] drm: Alpha blending issue
 2018-09-20 11:22 UTC  (9+ messages)
` [PATCH 1/2] drm/atomic: Initialise planes with opaque alpha values
` [PATCH 2/2] drm: rcar-du: Enable alpha property on primary planes

[Bug 107694] [wine] RAGE: texture problems
 2018-09-20 10:49 UTC  (4+ messages)

[PATCH 00/12] staging: vboxvideo: Preparation work for moving to atomic modesetting
 2018-09-20 10:32 UTC  (2+ messages)

[PATCH 2/6] [RFC]drm: add syncobj timeline support v7
 2018-09-20  9:48 UTC  (5+ messages)

[PATCH] etnaviv: Add more offsets to sensitive state
 2018-09-20  9:09 UTC 

[Bug 107898] "kfd: Failed to resume IOMMU for device 1002:15dd" on Raven Ridge
 2018-09-20  9:01 UTC  (3+ messages)

[Bug 107991] RX580 ~ ring gfx timeout ~ particular shaders created by a dolphin-emu game can bring down AMDGPU
 2018-09-20  8:22 UTC  (6+ messages)
` [Bug 107991] RX580 ~ ring gfx timeout ~ particular shaders created by a dolphin-emu game can bring down AMDGPU ~ attached apitrace

[BUG] i915 HDMI connector status is connected after disconnection
 2018-09-20  7:32 UTC  (9+ 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).