dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-17 20:53:58 to 2020-01-20 21:02:46 UTC [more...]

[PATCH v8 0/5] drm/tidss: New driver for TI Keystone platform Display SubSystem
 2020-01-20 21:02 UTC  (5+ messages)
` [PATCH v8 1/5] dt-bindings: display: ti, k2g-dss: Add dt-schema yaml binding
` [PATCH v8 2/5] dt-bindings: display: ti, am65x-dss: "
` [PATCH v8 3/5] dt-bindings: display: ti, j721e-dss: "
` [PATCH v8 4/5] drm/tidss: New driver for TI Keystone platform Display SubSystem

[PATCH v2] drm: fix parameters documentation style
 2020-01-20 20:21 UTC  (4+ messages)

[PATCH 0/3] Generic DPI panel on Colibri iMX7 / Col.Eval.board
 2020-01-20 20:20 UTC  (5+ messages)
` [PATCH 1/3] drm/panel: make LVDS panel driver DPI capable

[PATCH v1 0/3] dt-bindings: convert timing + panel-dpi to DT schema
 2020-01-20 20:06 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: display: add panel-timing.yaml
` [PATCH v1 2/3] dt-bindings: display: convert display-timings to DT schema
` [PATCH v1 3/3] dt-bindings: display: convert panel-dpi "

[RFC PATCH v1 0/5] Add pardata bus + tinydrm driver
 2020-01-20 19:23 UTC  (6+ messages)
` [PATCH v1 2/5] pardata: new bus for parallel data access

[PATCH v2 0/5] drm: Add support for Okaya RH128128T
 2020-01-20 19:02 UTC  (8+ messages)
` [PATCH v2 1/5] dt-bindings: display: sitronix, st7735r: Convert to DT schema
    ` [PATCH] dt-bindings: restrict properties for sitronix,st7735r
` [PATCH v2 3/5] drm/mipi_dbi: Add support for display offsets

[PATCH v4] drm/trace: Buffer DRM logs in a ringbuffer accessible via debugfs
 2020-01-20 18:56 UTC  (3+ messages)

[PATCH v2 00/24] drivers, fs: y2038 updates
 2020-01-20 18:47 UTC  (5+ messages)
` [PATCH v2 13/24] drm/etnaviv: reject timeouts with tv_nsec >= NSEC_PER_SEC

[PATCH] fbdev: wait for references go away
 2020-01-20 17:54 UTC  (3+ messages)

[PATCH 0/4] Add support for devices in the Energy Model
 2020-01-20 16:20 UTC  (11+ messages)
` [PATCH 1/4] PM / EM: and devices to "

[PATCH 0/5] drm/rockchip: Fix unbind/bind
 2020-01-20 17:06 UTC  (6+ messages)
` [PATCH 1/5] component: Add an API to cleanup before unbind
` [PATCH 2/5] drm/rockchip: Fix the device unbind order
` [PATCH 3/5] drm/rockchip: vop: Fix CRTC unbind
` [PATCH 4/5] drm/rockchip: lvds: Fix component unbind
` [PATCH 5/5] drm/rockchip: rk3066_hdmi: Cleanup "

[PATCH -next] backlight: qcom-wled: fix unsigned comparison to zero
 2020-01-20 13:01 UTC 

rk3399 mipi phy force stop mode
 2020-01-20 11:41 UTC 

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

[PATCH v3 0/7] Add dts for mt8183 GPU (and misc panfrost patches)
 2020-01-20 17:09 UTC  (7+ messages)
` [PATCH v3 4/7] drm/panfrost: Add support for multiple regulators
` [PATCH v3 5/7] drm/panfrost: Add support for multiple power domains

[PATCH libdrm] intel: drm_intel_bo_gem_create_from_* on platforms w/o HW tiling
 2020-01-20 16:43 UTC 

[PATCH v2] drm/msm: Add syncobj support
 2020-01-20 16:06 UTC  (5+ messages)
    ` [Freedreno] "

[PATCH v3 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
 2020-01-20 15:40 UTC  (27+ messages)
` [PATCH v3 01/22] drm: Remove internal setup of struct drm_device.vblank_disable_immediate
` [PATCH v3 02/22] drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
` [PATCH v3 03/22] drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
  ` [Intel-gfx] "
` [PATCH v3 04/22] drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v3 05/22] drm/amdgpu: Convert to CRTC VBLANK callbacks
` [PATCH v3 06/22] drm/gma500: "
` [PATCH v3 07/22] drm/i915: "
` [PATCH v3 08/22] drm/nouveau: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v3 09/22] drm/nouveau: Convert to CRTC VBLANK callbacks
` [PATCH v3 10/22] drm/radeon: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v3 11/22] drm/radeon: Convert to CRTC VBLANK callbacks
` [PATCH v3 12/22] drm/msm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v3 13/22] drm/msm: Convert to CRTC VBLANK callbacks
` [PATCH v3 14/22] drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v3 15/22] drm/stm: Convert to CRTC VBLANK callbacks
` [PATCH v3 16/22] drm/sti: "
` [PATCH v3 17/22] drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
` [PATCH v3 18/22] drm/vc4: Convert to CRTC VBLANK callbacks
` [PATCH v3 19/22] drm/vkms: "
` [PATCH v3 20/22] drm/vmwgfx: "
` [PATCH v3 21/22] drm: Clean-up VBLANK-related callbacks in struct drm_driver
` [PATCH v3 22/22] drm: Remove legacy version of get_scanout_position()

[Bug 206017] New: Kernel 5.4.x unusable with GUI due to [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* Waiting for fences timed out!
 2020-01-20 15:14 UTC  (4+ messages)
` [Bug 206017] Kernel 5.4.x unusable with GUI due to crashes (some hard)

[PATCH] drm/stm: ltdc: enable/disable depends on encoder
 2020-01-20 13:46 UTC 

[PATCH v2] drm/syncobj: Add documentation for timeline syncobj
 2020-01-20 13:34 UTC  (4+ messages)

drm/i915 GPU hang
 2020-01-20 13:27 UTC  (2+ messages)

[PATCH] drm/ast: Allocate initial CRTC state of the correct size
 2020-01-20 13:16 UTC 

[PATCH v7 0/5] drm/tidss: New driver for TI Keystone platform Display SubSystem
 2020-01-20 13:07 UTC  (5+ messages)
` [PATCH v7 5/5] MAINTAINERS: add entry for tidss
` [PATCH v7 4/5] drm/tidss: New driver for TI Keystone platform Display SubSystem

[PATCH v3 0/4] Use no_vblank property for drivers without VBLANK
 2020-01-20 12:20 UTC  (5+ messages)
` [PATCH v3 1/4] drm: Add drm_crtc_has_vblank()
` [PATCH v3 2/4] drm: Initialize struct drm_crtc_state.no_vblank from device settings
` [PATCH v3 3/4] drm/ast: Don't set struct drm_crtc_state.no_vblank explictly
` [PATCH v3 4/4] drm/udl: "

[PATCH] drm/scheduler: fix inconsistent locking of job_list_lock
 2020-01-20 11:11 UTC  (3+ messages)

[RFC PATCH v3 0/2] Security mitigation for Intel Gen7 HWs
 2020-01-20  9:54 UTC  (3+ messages)
` [RFC PATCH v3 2/2] drm/i915/gen7: Clear all EU/L3 residual contexts

[PATCH v6 0/4] IT6505 cover letter
 2020-01-20  7:09 UTC  (5+ messages)
` [PATCH v6 2/4] Revert "drm/tegra: Move drm_dp_link helpers to Tegra DRM"
` [PATCH v6 3/4] dt-bindings: Add binding for IT6505
` [PATCH v6 4/4] drm/bridge: add it6505 driver

[PATCH v2 1/3] dt-bindings: add vendor prefix for logic technologies limited
 2020-01-19 21:38 UTC  (7+ messages)
` [PATCH v2 3/3] dt-bindings: display: panel: add bindings for logic technologies displays

[PATCH] video: remove set but not used variable 'mach64RefFreq'
 2020-01-20  6:15 UTC  (2+ messages)

[PATCH 0/4] cleanup patches for unused variables
 2020-01-19 12:17 UTC  (5+ messages)
` [PATCH 1/4] video: fbdev: remove set but not used variable 'hSyncPol'
` [PATCH 2/4] video: fbdev: remove set but not used variable 'vSyncPol'
` [PATCH 3/4] "
` [PATCH 4/4] video: fbdev: remove set but not used variable 'bytpp'

[PATCH V2] video: remove set but not used variable 'mach64RefFreq'
 2020-01-20  6:33 UTC 

[PATCH] drm/msm/mdp5: rate limit pp done timeout warnings
 2020-01-18 20:41 UTC 

[PATCH v3 2/3] drm/panel: simple: add display timings for logic technologies displays
 2020-01-20  7:59 UTC  (2+ messages)

[Regression 5.5-rc1] Extremely low GPU performance on NVIDIA Tegra20/30
 2020-01-20  2:53 UTC  (4+ messages)

general protection fault in fbcon_invert_region
 2020-01-20  8:40 UTC 

[PATCH -next] drm/ttm: remove unnecessary conversion to bool
 2020-01-19 13:19 UTC 

[PATCH RFC v2] drm/msm/mdp5: enable autorefresh
 2020-01-18 21:02 UTC  (4+ messages)

[PATCH] video: remove set but not used variable 'ulScaleRight'
 2020-01-19 12:19 UTC 

backend-drm and scanning really large resolutions
 2020-01-20  8:58 UTC 

[RFC PATCH 0/4] Support for out-of-tree hypervisor modules in i915/gvt
 2020-01-20  6:33 UTC  (6+ messages)
  ` [RFC PATCH 1/4] drm/i915/gvt: make gvt oblivious of kvmgt data structures
  ` [RFC PATCH 2/4] drm/i915/gvt: remove unused vblank_done completion

[PATCH v3] dt-bindings: display: Convert a bunch of panels to DT schema
 2020-01-19 21:09 UTC 

[PATCH v2] dt-bindings: display: Convert a bunch of panels to DT schema
 2020-01-19 20:46 UTC  (3+ messages)

[Bug 206225] New: nouveau: Screen distortion and lockup on resume
 2020-01-19 20:42 UTC  (8+ messages)
` [Bug 206225] "

[Bug 201957] New: amdgpu: ring gfx timeout
 2020-01-19 17:13 UTC  (5+ messages)
` [Bug 201957] "

[PATCH v3 02/12] drm/i915: Clear the repeater bit on HDCP disable
 2020-01-19 15:26 UTC  (2+ messages)

[PATCH v3 01/12] drm/i915: Fix sha_text population code
 2020-01-19 15:26 UTC  (2+ messages)

[Bug 206231] New: R9 280X low performance with all games
 2020-01-19 14:23 UTC  (15+ messages)
` [Bug 206231] "

[PATCH RFC 0/3] mm/memcontrol drm/ttm: charge ttm buffer backed by system memory
 2020-01-19 13:03 UTC  (5+ messages)
` [PATCH RFC 3/3] drm/ttm: support memcg for ttm_tt

[PATCH v10 0/5] add driver for "boe, tv101wum-nl6", "boe, tv101wum-n53", "auo, kd101n80-45na" and "auo, b101uan08.3" panels
 2020-01-19  6:56 UTC  (7+ messages)
` [PATCH v10 1/5] dt-bindings: display: panel: Add boe tv101wum-n16 panel bindings
` [PATCH v10 2/5] drm/panel: support for boe tv101wum-nl6 wuxga dsi video mode panel
` [PATCH v10 3/5] drm/panel: support for auo, kd101n80-45na "
` [PATCH v10 4/5] drm/panel: support for boe, tv101wum-n53 "
` [PATCH v10 5/5] drm/panel: support for auo, b101uan08.3 "

[git pull] drm fixes for 5.5-rc7
 2020-01-18 22:05 UTC  (2+ messages)

[radeon-alex:amd-19.50 1794/2704] configure: error: in `drivers/gpu/drm/scheduler/dkms':
 2020-01-18 18:16 UTC 

[PATCH AUTOSEL 5.4 002/205] drm/panfrost: Add missing check for pfdev->regulator
 2020-01-18 13:18 UTC  (5+ messages)

[Bug 206247] New: 5.4.x: WARNING: CPU: 1 PID: 561 at drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c:1464 dcn_bw_update_from_pplib+0xa5/0x2e0 [amdgpu]
 2020-01-18 12:51 UTC  (3+ messages)
` [Bug 206247] "

[PATCH v2 0/2] drm/msm: Add the MSM_WAIT_IOVA ioctl
 2020-01-17 20:47 UTC  (2+ messages)

[PATCH -next] drm/drm_dp_mst:remove set but not used variable 'origlen'
 2020-01-18  8:06 UTC 

[PATCH 0/4] drm/i915/display: conversion to new logging macros
 2020-01-17 19:25 UTC  (3+ messages)

[RESEND v3 0/2] drm: bridge: adv7511: Add support For ADV7535
 2020-01-17 12:51 UTC  (5+ messages)
  ` [RESEND v3 2/2] drm: bridge: adv7511: Add support for ADV7535

[PATCH] drm/amd/display: do not allocate display_mode_lib unnecessarily
 2020-01-17 10:59 UTC  (2+ messages)

[PATCH v3] drm/dp_mst: Fix W=1 warnings
 2020-01-18  8:31 UTC  (7+ messages)

[Bug 206155] New: amdgpu several warnings while booting Fiji GPU, GPU not activated
 2020-01-18  7:16 UTC  (2+ messages)
` [Bug 206155] "

[Bug 206141] New: VCE UVD ring test failed -110
 2020-01-18  6:40 UTC  (3+ messages)
` [Bug 206141] "

[PATCH -next] drm/nouveau/kms/nv50: remove set but not unused variable 'nv_connector'
 2020-01-18  0:19 UTC  (2+ messages)

[PATCH v2 0/1] Take SST-only branch device into account
 2020-01-18  0:18 UTC  (3+ messages)
` [PATCH v2 1/1] drm/dp_mst: Handle SST-only branch device case

[PATCH v3 4/5] drm/i915: Don't use VBT for detecting DPCD backlight controls
 2020-01-17 23:21 UTC  (2+ messages)
` [PATCH v4] "

[PATCH 1/2] drm/dp_mst: Fix indenting in drm_dp_mst_topology_mgr_set_mst()
 2020-01-17 22:47 UTC  (2+ messages)
` [PATCH 2/2] drm/dp_mst: Fix clearing payload state on topology disable

[pull] amdgpu, amdkfd, scheduler, drm drm-next-5.6
 2020-01-17 21:36 UTC 

[PATCH 1/4] drm/mst: Don't do atomic checks over disabled managers
 2020-01-17 21:24 UTC  (5+ messages)
` [PATCH 2/4] drm/mst: Some style improvements in drm_dp_mst_topology_mgr_set_mst()

[PATCH] Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"
 2020-01-17 20:53 UTC  (2+ 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).