dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-25 10:38:26 to 2018-01-26 13:58:02 UTC [more...]

[PATCH v3 0/2] drm/virtio: Add window server support
 2018-01-26 13:58 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] drm/virtio: Handle buffers from the compositor

[PATCH 1/2] [WIP]drm/ttm: add waiter list to prevent allocation not in order
 2018-01-26 13:50 UTC  (12+ messages)
` [PATCH 2/2] [WIP]drm/amdgpu: fix scheduling balance

[PATCH] drm/nouveau/therm/gp100: Do not report temperature when subdev is shadowed
 2018-01-26 13:40 UTC  (4+ messages)
` [Nouveau] "

[PATCH 1/2] drm/panel: Device tree bindings for ARM Versatile panels
 2018-01-26 13:33 UTC  (2+ messages)
` [PATCH 2/2] drm/panel: Add support "

[PATCH] drm/pl111: Use max memory bandwidth for resolution
 2018-01-26 13:27 UTC  (3+ messages)

[PATCH libdrm 1/7] remove unnecessary empty statements
 2018-01-26 13:26 UTC  (10+ messages)
` [PATCH libdrm 2/7] tests/amdgpu: add parentheses to make operation priority explicit
` [PATCH libdrm 3/7] tests/amdgpu: drop unused variables
` [PATCH libdrm 4/7] tests/amdgpu: fix bad sign comparisons
` [PATCH libdrm 5/7] tests/util: fix signed/unsigned comparisons
` [PATCH libdrm 6/7] tests/util: drop unused parameters
` [PATCH libdrm 7/7] tests/etnaviv: drop unused `return 0`

[PATCH 1/4] drm/pl111: Error handling for CMA framebuffer
 2018-01-26 13:20 UTC  (4+ messages)
` [PATCH 2/4] drm/pl111: Properly detect the PL110+ variant
` [PATCH 3/4] drm/pl111: Handle the Versatile RGB/BGR565 mode
` [PATCH 4/4] drm/pl111: Support multiple endpoints on the CLCD

[PATCH v2 00/43] DRM Rockchip rk3399 (Kevin)
 2018-01-26 13:17 UTC  (44+ messages)
` [PATCH v2 07/43] drm/bridge: analogix_dp: detect Sink PSR state after configuring the PSR
` [PATCH v2 15/43] drm/bridge: analogix_dp: Don't use fast link training when panel just powered up
` [PATCH v2 22/43] drm/bridge: analogix_dp: Check dpcd write/read status
` [PATCH v2 27/43] drm/bridge: analogix_dp: Fix timeout of video streamclk config
` [PATCH v2 33/43] drm/panel: simple: Change mode for Sharp lq123p1jx31
  ` [PATCH v2 01/43] drm/rockchip: Get rid of unnecessary struct fields
  ` [PATCH v2 02/43] drm/rockchip: support prime import sg table
  ` [PATCH v2 03/43] drm/rockchip: Respect page offset for PRIME mmap calls
  ` [PATCH v2 04/43] drm/bridge: analogix_dp: set psr activate/deactivate when enable/disable bridge
  ` [PATCH v2 05/43] drm/bridge: analogix_dp: Don't power bridge in analogix_dp_bind
  ` [PATCH v2 06/43] drm/rockchip: Don't use atomic constructs for psr
  ` [PATCH v2 08/43] drm/rockchip: Remove analogix psr worker
  ` [PATCH v2 09/43] drm/bridge: analogix_dp: Don't change psr while bridge is disabled
  ` [PATCH v2 10/43] drm/rockchip: add mutex vop lock
  ` [PATCH v2 11/43] drm/bridge: analogix_dp: add fast link train for eDP
  ` [PATCH v2 12/43] drm/rockchip: Only wait for panel ACK on PSR entry
  ` [PATCH v2 13/43] drm/bridge: analogix_dp: Move enable video into config_video()
  ` [PATCH v2 14/43] drm/bridge: analogix_dp: Check AUX_EN status when doing AUX transfer
  ` [PATCH v2 16/43] drm/bridge: analogix_dp: Retry bridge enable when it failed
  ` [PATCH v2 17/43] drm/bridge: analogix_dp: Wait for HPD signal before configuring link
  ` [PATCH v2 18/43] drm/bridge: analogix_dp: Set PD_INC_BG first when powering up edp phy
  ` [PATCH v2 19/43] drm/bridge: analogix_dp: Ensure edp is disabled when shutting down the panel
  ` [PATCH v2 20/43] drm/bridge: analogix_dp: Extend hpd check time to 100ms
  ` [PATCH v2 21/43] drm/bridge: analogix_dp: Fix incorrect usage of enhanced mode
  ` [PATCH v2 23/43] drm/bridge: analogix_dp: Fix AUX_PD bit for Rockchip
  ` [PATCH v2 24/43] drm/bridge: analogix_dp: Reset aux channel if an error occurred
  ` [PATCH v2 25/43] drm/rockchip: Restore psr->state when enable/disable psr failed
  ` [PATCH v2 26/43] drm/bridge: analogix_dp: Don't use ANALOGIX_DP_PLL_CTL to control pll
  ` [PATCH v2 28/43] drm/bridge: analogix_dp: Fix incorrect operations with register ANALOGIX_DP_FUNC_EN_1
  ` [PATCH v2 29/43] drm/bridge: analogix_dp: Move fast link training detect to set_bridge
  ` [PATCH v2 30/43] drm/bridge: analogix_dp: Reorder plat_data->power_off to happen sooner
  ` [PATCH v2 31/43] drm/bridge: analogix_dp: Properly log AUX CH errors
  ` [PATCH v2 32/43] drm/bridge: analogix_dp: Properly disable aux chan retries on rockchip
  ` [PATCH v2 34/43] drm/rockchip: pre dither down when output bpc is 8bit
  ` [PATCH v2 35/43] drm/bridge: analogix_dp: Split the platform-specific poweron in two parts
  ` [PATCH v2 36/43] drm/rockchip: analogix_dp: Do not call Analogix code before bind
` [PATCH v2 37/43] drm/rockchip: Disable PSR on input events
` [PATCH v2 38/43] drm/rockchip: Cancel PSR enable work before changing the state
` [PATCH v2 39/43] drm/rockchip: psr: Avoid redundant calls to .set() callback
` [PATCH v2 40/43] drm/rockchip: psr: Sanitize semantics of allow/disallow API
` [PATCH v2 41/43] drm/rockchip: Disable PSR from reboot notifier
` [PATCH v2 42/43] drm/rockchip: Disallow PSR for the whole atomic commit
` [PATCH v2 43/43] drm/rockchip: psr: Remove flush by CRTC

[RFC v2 0/6] DRM logging tidy
 2018-01-26 13:10 UTC  (7+ messages)
` [RFC 3/6] drm/i915: Give our log messages our name
  ` [Intel-gfx] "
` [Intel-gfx] [RFC v2 0/6] DRM logging tidy

[PATCH 1/2] drm/dp: Add HBR3 support in existing DRM DP helpers
 2018-01-26 11:38 UTC  (3+ messages)

[RFC v2 0/4] Implement full clockgating for Kepler1 and 2
 2018-01-26 11:34 UTC  (7+ messages)
  ` [RFC v2 1/4] drm/nouveau: Add support for basic clockgating on Kepler1
    ` [Nouveau] "
  ` [RFC v2 2/4] drm/nouveau: Add support for BLCG "
  ` [RFC v2 4/4] drm/nouveau: Add support for SLCG for Kepler2
` [RFC v2 3/4] drm/nouveau: Add support for BLCG on Kepler2

[PATCH libdrm 1/7] meson, configure: add warning when using undefined preprocessor tokens
 2018-01-26 11:30 UTC  (7+ messages)
` [PATCH libdrm 2/7] nouveau: remove always-true #ifdef guards
` [PATCH libdrm 3/7] xf86drmHash: remove always-false #if guards
` [PATCH libdrm 4/7] configure: always define HAVE_LIBDRM_ATOMIC_PRIMITIVES and HAVE_LIB_ATOMIC_OPS
` [PATCH libdrm 5/7] exynos/tests: use #ifdef for never-defined token
` [PATCH libdrm 6/7] meson, configure: turn undefined preprocessor tokens warnings into errors
` [PATCH libdrm 7/7] meson: cleanup whitespace

[git pull] drm fixes for final (second pull)
 2018-01-26 11:01 UTC 

[Bug 104281] black / corrupted screen when resuming from S3 [AMDGPU]
 2018-01-26 10:17 UTC  (2+ messages)

[PATCH] drm/bridge/synopsys: dsi: use adjusted_mode in mode_set
 2018-01-26  9:54 UTC  (3+ messages)

[PATCH v19 00/10] Add backlight helper functions
 2018-01-26  9:48 UTC  (13+ messages)
` [PATCH v19 03/10] video: backlight: Add of_find_backlight helper in backlight.c
` [PATCH v19 07/10] drm/panel: Use backlight_enable/disable helpers
` [PATCH v19 09/10] drm/panel: Use of_find_backlight helper
` [PATCH v19 10/10] drm/omapdrm: "

[PATCH v3 0/6] drm: zpos normalization cleanup and omapdrm to use it
 2018-01-26  9:29 UTC  (11+ messages)
` [PATCH v3 1/6] drm: Add drm_mode_config->normalize_zpos boolean
` [PATCH v3 2/6] drm/exynos: Let core take care of normalizing the zpos
` [PATCH v3 3/6] drm/tegra: "
` [PATCH v3 4/6] drm/sti: "
` [PATCH v3 5/6] drm: rcar-du: "
` [PATCH v3 6/6] drm/omap: Use normalized zpos for plane placement

[Bug 99353] Kaveri 7400K shows random colored noise instead of GUI in X or Wayland
 2018-01-26  8:54 UTC  (3+ messages)

[Bug 104397] New account request for DRM/vmwgfx and xorg/driver/xf86-video-vmware
 2018-01-26  7:54 UTC  (2+ messages)

[PATCH] drm/i915: Fix DSI panels with v1 MIPI sequences without a DEASSERT sequence v2
 2018-01-26  7:52 UTC 

[PATCH] drm/i915: Fix DSI panels with v1 MIPI sequences without a DEASSERT sequence
 2018-01-26  7:49 UTC  (3+ messages)

[Bug 198123] New: Console is the wrong color at boot with radeon 6670
 2018-01-26  6:50 UTC  (2+ messages)
` [Bug 198123] "

[RFC][PATCH 0/4 v2] drm_hwcomposer: Changes to support HiKey/HiKey960
 2018-01-26  5:23 UTC  (4+ messages)
` [RFC][PATCH 2/4 v2] drm_hwcomposer: Add platformhisi buffer importer for hikey and hikey960

[PATCH 1/5] drm/rcar-du: Use drm_mode_get_hv_timing() to populate plane clip rectangle
 2018-01-26  5:23 UTC  (3+ messages)
` [PATCH 5/5] drm: Don't pass clip to drm_atomic_helper_check_plane_state()

[PATCH] drm/msm: Replace gem_object deprecated functions
 2018-01-26  3:55 UTC 

[PATCH v3] drm/nouveau: Move irq setup/teardown to pci ctor/dtor
 2018-01-26  2:36 UTC  (3+ messages)

[RFC v2 00/10] Support for formats with non-byte aligned components
 2018-01-26  2:04 UTC  (11+ messages)
` [RFC v2 01/10] drm: drm:fourcc: Add bpp information to struct drm_format_info
` [RFC v2 02/10] drm: drm_fourcc: Introduce macro-pixel info to drm_format_info
` [RFC v2 03/10] drm: fourcc: Add drm_format_plane_width_bytes()
` [RFC v2 04/10] drm: xlnx: zynqmp: use drm_format_width_bytes
` [RFC v2 05/10] drm: fb_cma_helper: Use drm_format_plane_width_bytes()
` [RFC v2 06/10] uapi: drm: New fourcc codes needed by Xilinx Video IP
` [RFC v2 07/10] drm: drm_fourcc: Add new 10bit formats to drm_format_info table
` [RFC v2 08/10] drm: xlnx: zynqmp: Add XV15 and XV20 formats
` [RFC v2 09/10] uapi: drm: drm_fourcc: Add new formats for Xilinx IPs
` [RFC v2 10/10] drm: drm_fourcc: Add new formats to the drm format table

[PATCH v3 1/8] dt-bindings: display: xlnx: Add bindings for Xilinx display pipeline
 2018-01-26  1:36 UTC  (4+ messages)
` [PATCH v3 2/8] drm: xlnx: Xilinx DRM KMS driver

[PATCH v4 1/5] drm: xlnx: Xilinx DRM KMS module
 2018-01-26  1:34 UTC  (5+ messages)
  ` [PATCH v4 2/5] dt-bindings: display: xlnx: Add ZynqMP DP subsystem bindings
  ` [PATCH v4 3/5] drm: xlnx: DRM KMS driver for Xilinx ZynqMP DP subsystem display
  ` [PATCH v4 4/5] drm: xlnx: DRM KMS driver for Xilinx ZynqMP DisplayPort
  ` [PATCH v4 5/5] drm: xlnx: ZynqMP DP subsystem DRM KMS driver

[Bug 98974] Can't see borders/empires in Stellaris
 2018-01-26  1:17 UTC  (2+ messages)

[Bug 104762] Various segfaults/problems in qt/plasma
 2018-01-26  0:58 UTC  (3+ messages)

[PATCH v2 0/2] drm/bridge/synopsys: dsi: Add fix & warning in dsi_host_transfer()
 2018-01-26  0:46 UTC  (5+ messages)
` [PATCH v2 1/2] drm/bridge/synopsys: dsi: Add a warning msg on dsi read requests
` [PATCH v2 2/2] drm/bridge/synopsys: dsi: Fix dsi_host_transfer() return value

[PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories
 2018-01-26  0:14 UTC 

[Bug 104790] When using OpenGL 4.x some applications crash
 2018-01-26  0:08 UTC  (5+ messages)

Standalone DRM application
 2018-01-25 23:55 UTC 

[PATCH] drm/bridge/sii8620: fix display modes validation
 2018-01-25 23:27 UTC  (2+ messages)

[amd-staging-drm-next] regression - *ERROR* Don't have enable_spread_spectrum_on_ppll for v4
 2018-01-25 23:11 UTC  (4+ messages)

[PATCH v1 0/2] drm/bridge/synopsys: dsi: Add fix & warning in dsi_host_transfer()
 2018-01-25 22:51 UTC  (7+ messages)
` [PATCH v1 1/2] drm/bridge/synopsys: dsi: Fix dsi_host_transfer() return value

[PATCH v2] drm/nouveau: Move irq setup/teardown to pci ctor/dtor
 2018-01-25 22:33 UTC 

[PATCH] drm/nouveau: Move irq setup/teardown to pci ctor/dtor
 2018-01-25 22:31 UTC 

DRM: double free in rcar_du_vsp.c
 2018-01-25 22:00 UTC  (2+ messages)

[Bug 103900] [SUMO][TURKS] Launching War Thunder make GPU stuck, and then system is hard lockup
 2018-01-25 18:54 UTC  (2+ messages)

[PATCH 0/2] Small fixes for the meson build
 2018-01-25 18:26 UTC  (4+ messages)
` [PATCH 1/2] meson: set proper pkg-config version for libdrm_freedreno

[PATCH libdrm 1/2] amdgpu: Update deadlock test to not assert on -ECANCELED
 2018-01-25 18:26 UTC  (3+ messages)
  ` [PATCH libdrm 2/2] amdgpu: Fix segfault in deadlock test

[PATCH] [RFC]drm/ttm: fix scheduling balance
 2018-01-25 17:39 UTC  (5+ messages)

[PATCH 1/2] drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGE
 2018-01-25 16:50 UTC  (8+ messages)
` [PATCH 2/2] drm/sun4i: Handle DRM_MODE_FLAG_**SYNC_POSITIVE correctly

[PATCH] dt-bindings: display: stm32: add pixel clock mandatory property
 2018-01-25 16:08 UTC  (2+ messages)

[PATCH v3] drm/bridge/synopsys: dsi: add optional pixel clock
 2018-01-25 16:06 UTC  (6+ messages)

[PATCH] drm/stm: ltdc: use crtc_mode_fixup to update adjusted_mode clock
 2018-01-25 16:01 UTC 

[PATCH] drm: Warn if plane/crtc/encoder/connector index exceeds our 32bit bitmasks
 2018-01-25 15:12 UTC  (7+ messages)
` [PATCH v2] "
      ` [Intel-gfx] "
` [PATCH v3] "

[Bug 104736] Kernel panic with agd5's drm-next-4.17-wip & GFX8/Polaris10/Ellesmere/Rx-480-8GiB
 2018-01-25 14:50 UTC  (2+ messages)

[PATCH] drm/mgag200: fix a test in mga_vga_mode_valid()
 2018-01-25 14:26 UTC 

[PATCH 2/5] drm: add ARM flush implementation
 2018-01-25 14:06 UTC  (5+ messages)

[Bug 87172] UHD 4K (DisplayPort 1.2) monitor autodetects at 60Hz on Radeon 5870, which fails as this card doesn't support DP1.2
 2018-01-25 13:53 UTC  (2+ messages)

[PATCH] drm/bridge/synopsys: dsi: use common mipi_dsi_create_packet()
 2018-01-25 11:38 UTC  (9+ messages)

[PATCH/RFC 0/4] Implement standard color keying properties
 2018-01-25 10:57 UTC  (5+ messages)
` [PATCH/RFC 1/4] drm: Add colorkey properties
` [PATCH/RFC 4/4] drm: rcar-du: Add support for color keying on Gen3


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