dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-03 06:39:48 to 2019-12-03 15:53:54 UTC [more...]

[Bug 201957] New: amdgpu: ring gfx timeout
 2019-12-03 15:53 UTC  (2+ messages)
` [Bug 201957] "

[PATCH] drm/panel: rpi: Drop unused GPIO includes
 2019-12-03 15:26 UTC 

[PATCH 00/12] Clean up drm_pci.{c,h}
 2019-12-03 15:23 UTC  (21+ messages)
` [PATCH 01/12] drm/pci: Only build drm_pci.c if CONFIG_PCI is set
` [PATCH 02/12] drm/pci: Hide legacy PCI functions from non-legacy code
` [PATCH 03/12] drm/ast: Don't include <drm/drm_pci.h>
` [PATCH 04/12] drm/i810: "
` [PATCH 05/12] drm/mga: "
` [PATCH 06/12] drm/mgag200: "
` [PATCH 07/12] drm/r128: "
` [PATCH 08/12] drm/radeon: "
` [PATCH 09/12] drm/savage: "
` [PATCH 10/12] drm/sis: "
` [PATCH 11/12] drm/tdfx: "
` [PATCH 12/12] drm/via: "

[PATCH v1 0/26] drm/panel infrastructure + backlight update
 2019-12-03 15:20 UTC  (36+ messages)
` [PATCH v1 03/26] drm/panel: simple: use drm_panel backlight support
` [PATCH v1 04/26] drm: get drm_bridge_panel connector via helper
` [PATCH v1 05/26] drm/panel: add drm_connector argument to get_modes()
` [PATCH v1 06/26] drm/panel: decouple connector from drm_panel
` [PATCH v1 07/26] drm/panel: remove get_timings
` [PATCH v1 08/26] drm/panel: drop drm_device from drm_panel
` [PATCH v1 13/26] drm/panel: lvds: use drm_panel backlight support
` [PATCH v1 25/26] drm/panel: tpo-td028ttec1: "
` [PATCH v1 26/26] drm/panel: tpo-tpg110: "

[PATCH v4 0/3] drm: LogiCVC display controller support
 2019-12-03 15:06 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: display: Document the Xylon LogiCVC display controller
` [PATCH v4 2/3] drm: Add support for the "
` [PATCH v4 3/3] WIP: drm/logicvc: Add plane colorkey support

[PATCH v12 0/7] drm/sun4i: Allwinner A64 MIPI-DSI support
 2019-12-03 14:39 UTC  (9+ messages)
` [PATCH v12 1/7] dt-bindings: sun6i-dsi: Document A64 MIPI-DSI controller
` [PATCH v12 2/7] dt-bindings: sun6i-dsi: Add A64 DPHY compatible (w/ A31 fallback)
` [PATCH v12 3/7] drm/sun4i: dsi: Add has_mod_clk quirk
` [PATCH v12 4/7] drm/sun4i: dsi: Handle bus clock via regmap_mmio_attach_clk
` [PATCH v12 5/7] drm/sun4i: dsi: Add Allwinner A64 MIPI DSI support
` [PATCH v12 6/7] arm64: dts: allwinner: a64: Add MIPI DSI pipeline
` [DO NOT MERGE] [PATCH v12 7/7] arm64: dts: allwinner: bananapi-m64: Enable Bananapi S070WV20-CT16 DSI panel

[PATCH v8 00/17] DSC MST support for DRM and AMDGPU
 2019-12-03 14:35 UTC  (18+ messages)
` [PATCH v8 01/17] drm/dp_mst: Add PBN calculation for DSC modes
` [PATCH v8 02/17] drm/dp_mst: Parse FEC capability on MST ports
` [PATCH v8 03/17] drm/dp_mst: Add MST support to DP DPCD R/W functions
` [PATCH v8 04/17] drm/dp_mst: Fill branch->num_ports
` [PATCH v8 05/17] drm/dp_mst: Add helpers for MST DSC and virtual DPCD aux
` [PATCH v8 06/17] drm/dp_mst: Add new quirk for Synaptics MST hubs
` [PATCH v8 07/17] drm/amd/display: Initialize DSC PPS variables to 0
` [PATCH v8 08/17] drm/amd/display: Validate DSC caps on MST endpoints
` [PATCH v8 09/17] drm/amd/display: Write DSC enable to MST DPCD
` [PATCH v8 10/17] drm/dp_mst: Manually overwrite PBN divider for calculating timeslots
` [PATCH v8 11/17] drm/dp_mst: Add DSC enablement helpers to DRM
` [PATCH v8 12/17] drm/dp_mst: Add branch bandwidth validation to MST atomic check
` [PATCH v8 13/17] drm/amd/display: Add PBN per slot calculation for DSC
` [PATCH v8 14/17] drm/amd/display: MST DSC compute fair share
` [PATCH v8 15/17] drm/amd/display: Recalculate VCPI slots for new DSC connectors
` [PATCH v8 16/17] drm/dp_mst: Add helper to trigger modeset on affected DSC MST CRTCs
` [PATCH v8 17/17] drm/amd/display: Trigger modesets on MST DSC connectors

[PATCH v4 00/11] drm: Add support for bus-format negotiation
 2019-12-03 14:15 UTC  (12+ messages)
` [PATCH v4 01/11] drm/bridge: Rename bridge helpers targeting a bridge chain
` [PATCH v4 02/11] drm/bridge: Introduce drm_bridge_get_next_bridge()
` [PATCH v4 03/11] drm: Stop accessing encoder->bridge directly
` [PATCH v4 04/11] drm/bridge: Make the bridge chain a double-linked list
` [PATCH v4 05/11] drm/bridge: Add the drm_for_each_bridge_in_chain() helper
` [PATCH v4 06/11] drm/bridge: Add the drm_bridge_get_prev_bridge() helper
` [PATCH v4 07/11] drm/bridge: Clarify the atomic enable/disable hooks semantics
` [PATCH v4 08/11] drm/bridge: Add a drm_bridge_state object
` [PATCH v4 09/11] drm/bridge: Patch atomic hooks to take a drm_bridge_state
` [PATCH v4 10/11] drm/bridge: Add an ->atomic_check() hook
` [PATCH v4 11/11] drm/bridge: Add the necessary bits to support bus format negotiation

[PATCH v3 00/21] drm: Add support for bus-format negotiation
 2019-12-03 13:50 UTC  (21+ messages)
` [PATCH v3 12/21] drm/bridge: Add an ->atomic_check() hook
` [PATCH v3 14/21] drm/bridge: Add the necessary bits to support bus format negotiation
` [PATCH v3 15/21] drm/imx: pd: Use bus format/flags provided by the bridge when available
` [PATCH v3 16/21] drm/bridge: lvds-encoder: Implement basic bus format negotiation
` [PATCH v3 17/21] dt-bindings: display: bridge: lvds-transmitter: Add new props
` [PATCH v3 18/21] drm/bridge: panel: Propage bus format/flags
` [PATCH v3 19/21] drm/panel: simple: Add support for Toshiba LTA089AC29000 panel

[PATCH] drm/i915: Remove tautological compare in eb_relocate_vma
 2019-12-03 13:42 UTC  (5+ messages)

[PATCH 0/8] Huge page-table entries for TTM
 2019-12-03 13:22 UTC  (9+ messages)
` [PATCH 1/8] mm: Introduce vma_is_special_huge
` [PATCH 2/8] mm: Split huge pages on write-notify or COW
` [PATCH 3/8] mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries
` [PATCH 4/8] drm/ttm, drm/vmwgfx: Support huge TTM pagefaults
` [PATCH 5/8] drm/vmwgfx: Support huge page faults
` [PATCH 6/8] drm: Add a drm_get_unmapped_area() helper
` [PATCH 7/8] drm/ttm: Introduce a huge page aligning TTM range manager
` [PATCH 8/8] drm/vmwgfx: Hook up the helpers to align buffer objects

[PATCH] drm/tilcdc: Switch to using GPIO descriptors
 2019-12-03 13:09 UTC 

[PATCH libdrm v3] modetest: Use floating vrefresh while dumping mode
 2019-12-03 13:01 UTC  (6+ messages)

[PATCH] drm/edid: Add modes from CTA-861-G
 2019-12-03 12:53 UTC  (6+ messages)

[PATCH v1 00/15] PHY: Update Cadence Torrent PHY driver with reconfiguration
 2019-12-03 10:13 UTC  (16+ messages)
` [PATCH v1 01/15] phy: Add DisplayPort configuration options
` [PATCH v1 02/15] dt-bindings:phy: Convert Cadence MHDP PHY bindings to YAML
` [PATCH v1 03/15] phy: cadence-dp: Rename to phy-cadence-torrent
` [PATCH v1 04/15] phy: cadence-torrent: Adopt Torrent nomenclature
` [PATCH v1 05/15] phy: cadence-torrent: Add wrapper for PHY register access
` [PATCH v1 06/15] phy: cadence-torrent: Add wrapper for DPTX "
` [PATCH v1 07/15] phy: cadence-torrent: Refactor code for reusability
` [PATCH v1 08/15] dt-bindings: phy: phy-cadence-torrent: Add clock bindings
` [PATCH v1 09/15] phy: cadence-torrent: Add 19.2 MHz reference clock support
` [PATCH v1 10/15] phy: cadence-torrent: Add PHY lane reset support
` [PATCH v1 11/15] phy: cadence-torrent: Implement PHY configure APIs
` [PATCH v1 12/15] phy: cadence-torrent: Use regmap to read and write Torrent PHY registers
` [PATCH v1 13/15] phy: cadence-torrent: Use regmap to read and write DPTX "
` [PATCH v1 14/15] dt-bindings: phy: phy-cadence-torrent: Add platform dependent compatible string
` [PATCH v1 15/15] phy: cadence-torrent: Add platform dependent initialization structure

[PATCH v1 0/3] drm: Add support for Cadence MHDP DPI/DP bridge and J721E wrapper
 2019-12-03 10:16 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: drm/bridge: Document Cadence MHDP bridge bindings in yaml format
` [PATCH v1 2/3] drm: bridge: Add support for Cadence MHDP DPI/DP bridge
` [PATCH v1 3/3] drm/mhdp: add j721e wrapper

[PATCH v8 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2019-12-03  9:50 UTC  (3+ messages)
` [PATCH v8 2/2] drm/bridge: "
  ` [EXT] "

[PATCH 0/5] drm/i915: eDP DPCD aux backlight fixes
 2019-12-03 12:42 UTC  (9+ messages)
` [PATCH 2/5] drm/i915: Assume 100% brightness when not in DPCD control mode
` [PATCH 3/5] drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight()
` [PATCH 4/5] drm/i915: Auto detect DPCD backlight support by default
` [PATCH 5/5] drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel

[PATCH] backlight: corgi: Convert to use GPIO descriptors
 2019-12-03 12:31 UTC 

[PATCH 0/7] drm/udl: Convert to simple-pipe helpers and clean up
 2019-12-03 11:31 UTC  (4+ messages)
` [PATCH 7/7] drm/udl: Move udl_handle_damage() into udl_modeset.c

[PATCH v2 0/2] mm, drm/ttm: Fix pte insertion with customized protection
 2019-12-03 10:48 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Add and export vmf_insert_mixed_prot()
` [PATCH v2 2/2] drm/ttm: Fix vm page protection handling

[PATCH v2 0/2] drm/komeda: Add new product "D32" support
 2019-12-03  9:59 UTC  (10+ messages)
` [PATCH v2 1/2] drm/komeda: Update the chip identify
` [PATCH v2 2/2] drm/komeda: Enable new product D32 support

[PATCH] drm: remove no longer used .master_{create, destroy} callbacks
 2019-12-03  9:35 UTC  (2+ messages)
` [PATCH] drm: remove no longer used .master_{create,destroy} callbacks

[PATCH] drm/dp_mst: Fix build on systems with STACKTRACE_SUPPORT=n
 2019-12-03  9:33 UTC  (5+ messages)

[PATCH 0/9] drm/tegra: Miscellaneous fixes
 2019-12-03  9:27 UTC  (7+ messages)
` [PATCH 8/9] drm/tegra: dpaux: Add missing runtime PM references

[PATCH v2 00/14] video, drm, etc: constify fbops in struct fb_info
 2019-12-03  9:16 UTC  (3+ messages)
` [PATCH v2 07/14] video: omapfb: use const pointer for fb_ops

[PATCH v2] ARM: dts: am335x-evm: Use drm simple-panel instead of tilcdc-panel
 2019-12-03  9:11 UTC 

[PATCH v3 0/5] Replace hibmc code with generic implmentation
 2019-12-03  8:38 UTC  (6+ messages)
` [PATCH v3 1/5] drm/hisilicon/hibmc: Switch to generic fbdev emulation
` [PATCH v3 2/5] drm/hisilicon/hibmc: Replace struct hibmc_framebuffer with generic code
` [PATCH v3 3/5] drm/vram: Support scanline alignment for dumb buffers
` [PATCH v3 4/5] drm/hisilicon/hibmc: Implement hibmc_dumb_create() with generic helpers
` [PATCH v3 5/5] drm/hisilicon/hibmc: Export VRAM MM information to debugfs

[PATCH v1, 0/2] drm/mediatek: Fix external display issue
 2019-12-03  8:25 UTC  (10+ messages)
` [PATCH v1, 1/2] drm/mediatek: Fixup external display black screen issue
` [PATCH v1, 2/2] drm/mediatek: Fix external display vblank timeout issue

[DPU PATCH v3 3/5] drm/msm/dp: add displayPort driver support
 2019-12-02 13:48 UTC  (2+ messages)

[PATCH 0/2] drm/i915/vlv_dsi: Control panel and backlight enable GPIOs on BYT
 2019-12-02 13:09 UTC  (4+ messages)
` [PATCH 1/2] pinctrl: baytrail: Add GPIO lookup and pinctrl-map for i915 DSI panel ctrl

[PATCH v2 1/3] dt-bindings: vendor-prefixes: Add Shenzhen Frida LCD Co., Ltd
 2019-12-02 15:41 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: panel: Document Frida FRD350H54004 LCD panel
` [PATCH v2 3/3] drm/panel: simple: Add support for the Frida FRD350H54004 panel

[PATCH] drm/msm/mdp5: enable autocommit
 2019-12-03  1:40 UTC  (5+ messages)

[PATCH v2] drm/edid: Add modes from CTA-861-G
 2019-12-02 23:47 UTC  (2+ messages)

[RFC PATCH v2 00/11] Simple QoS for exynos-bus driver using interconnect
 2019-12-02 17:05 UTC  (5+ messages)
  ` [RFC PATCH v2 09/11] devfreq: exynos-bus: Add interconnect functionality to exynos-bus

[PATCH] drm/edid: fixup EDID 1.3 and 1.4 judge reduced-blanking timings logic
 2019-12-03  8:02 UTC  (6+ messages)

[GIT PULL] Please pull hmm changes
 2019-12-03  2:42 UTC  (5+ messages)

[PATCH v2] drm/mediatek: add ctm property support
 2019-12-02  9:03 UTC  (2+ messages)

[PATCH v2] drm/amd/display: Reduce HDMI pixel encoding if max clock is exceeded
 2019-12-02 21:47 UTC  (2+ messages)

[PATCH] drm/dp_mst: Remove VCPI while disabling topology mgr
 2019-12-03  7:47 UTC  (4+ messages)

[PATCH] ARM: dts: am335x-evm: Use drm simple-panel instead of tilcdc-panel
 2019-12-03  7:29 UTC  (2+ messages)

[PATCH v2 0/6] drm/mediatek: fix cursor issue and apply CMDQ in MTK DRM
 2019-12-03  7:10 UTC  (14+ messages)
` [PATCH v2 1/6] drm/mediatek: use DRM core's atomic commit helper
` [PATCH v2 2/6] drm/mediatek: handle events when enabling/disabling crtc
` [PATCH v2 3/6] drm/mediatek: update cursors by using async atomic update
` [PATCH v2 4/6] drm/mediatek: remove unused external function
` [PATCH v2 5/6] drm/mediatek: support CMDQ interface in ddp component
` [PATCH v2 6/6] drm/mediatek: apply CMDQ control flow


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