dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-13 23:08:31 to 2016-12-14 19:46:35 UTC [more...]

[PATCH 00/11] drm/vc4: DSI panel support + Raspberry Pi touchscreen
 2016-12-14 19:46 UTC  (8+ messages)
` [PATCH 01/11] clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers
` [PATCH 02/11] clk: bcm2835: Register the DSI0/DSI1 pixel clocks
` [PATCH 03/11] clk: bcm2835: Add leaf clock measurement support, disabled by default
` [PATCH 04/11] drm/vc4: Set up SCALER_DISPCTRL at boot
` [PATCH 05/11] drm/vc4: Add support for feeding DSI encoders from the pixel valve
` [PATCH 08/11] dt-bindings: Document the Raspberry Pi Touchscreen nodes
` [PATCH 10/11] ARM: bcm2835: dt: Add the DSI module nodes and clocks

[PATCH v2 0/7] Host1x IOMMU support + VIC support
 2016-12-14 18:26 UTC  (24+ messages)
  ` [PATCH v2 1/7] drm/tegra: Add Tegra DRM allocation API
  ` [PATCH v2 2/7] drm/tegra: Add falcon helper library
  ` [PATCH v2 3/7] drm/tegra: Add VIC support
  ` [PATCH v2 4/7] gpu: host1x: Add IOMMU support
  ` [PATCH v2 5/7] dt-bindings: Add bindings for the Tegra VIC
  ` [PATCH v2 7/7] arm64: tegra: Enable IOMMU for Host1x on Tegra210
` [PATCH v2 6/7] arm64: tegra: Enable VIC on T210

[Bug 98897] Macbook pro 11,5 screen flicker when AC adapter plugged in
 2016-12-14 18:20 UTC  (4+ messages)

[RFC] Using DC in amdgpu for upcoming GPU
 2016-12-14 18:16 UTC  (15+ messages)

[PATCH v3 1/2] dt-bindings: display: Add BOE nv101wxmn51 panel binding
 2016-12-14 18:08 UTC  (3+ messages)
` [PATCH v3 2/2] drm/panel: simple: Add support BOE nv101wxmn51

[PATCH] drm/tegra: hdmi: Fix audio to work with any pixel clock rate
 2016-12-14 17:20 UTC 

[PATCH libdrm] libkms/exynos: fix memory leak in error path
 2016-12-14 17:12 UTC  (6+ messages)
` [RESEND][PATCH] "

[PATCH libdrm] xf86drm: fix aliasing violation
 2016-12-14 17:11 UTC  (5+ messages)

[PATCH libdrm] autogen.sh: set format.subjectPrefix and sendemail.to if needed
 2016-12-14 17:08 UTC  (3+ messages)

[PATCH 00/13] some stuff, and then connector_list locking
 2016-12-14 16:59 UTC  (17+ messages)
` [PATCH 03/13] drm/radeon|amdgpu: Remove redundant num_connectors check
` [PATCH 04/13] drm: Drop locking cargo-cult from drm_mode_config_init
  ` [Intel-gfx] "
` [PATCH 05/13] drm: locking&new iterators for connector_list
      ` [Intel-gfx] "
` [PATCH 07/13] drm: Clean up connectors by unreferencing them
` [PATCH 08/13] drm: prevent double-(un)registration for connectors
` [PATCH 10/13] drm/i915: Use drm_connector_list_iter in debugfs
    ` [Intel-gfx] "
` [PATCH 11/13] drm/i915: use drm_connector_list_iter in intel_hotplug.c

[PATCH v13 0/3] New debugfs API for capturing CRC of frames
 2016-12-14 16:59 UTC  (6+ messages)
` [PATCH v13 1/3] drm: Move locking into drm_debugfs_crtc_crc_add
` [PATCH v13 2/3] drm/i915: Use new CRC debugfs API
` [PATCH v13 3/3] drm/i915: Put "cooked" vlank counters in frame CRC lines

[PATCH v4 0/5] Cleanup DRM bridge attach/detach
 2016-12-14 16:46 UTC  (10+ messages)
` [PATCH v4 1/5] drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
` [PATCH v4 2/5] drm: Fix compilation warning caused by static inline forward declaration
` [PATCH v4 3/5] drm: bridge: Link encoder and bridge in core code
` [PATCH v4 4/5] drm: bridge: Detach bridge from encoder at encoder cleanup time
` [PATCH v4 5/5] drm: bridge: Detach all bridges in a chain "

[PATCH 1/1] drm/amd/amdgpu: get maximum and used UVD handles (v3)
 2016-12-14 15:56 UTC  (2+ messages)

[PATCH v2 0/4] Generic HDMI codec: Add channel mapping control
 2016-12-14 15:16 UTC  (5+ messages)
` [PATCH v2 1/4] DRM: add help to get ELD speaker allocation
` [PATCH v2 2/4] ALSA pcm: allow non constant snd_pcm_chmap_elem
` [PATCH v2 3/4] ASoC: core: add optional pcm_new callback for DAI driver
` [PATCH v2 4/4] ASoC: hdmi-codec: add channel mapping control

[Bug 98914] mesa-vdpau-drivers: breaks vdpau for mpeg2video
 2016-12-14 15:09 UTC  (3+ messages)

[PATCH/RFC 0/7] Remove the omapdrm device from platform code
 2016-12-14 15:05 UTC  (16+ messages)
` [PATCH/RFC 1/7] drm: omapdrm: Add OMAP revision to omapdss platform data
` [PATCH/RFC 2/7] ARM: OMAP2+: Populate the omapdss platform data OMAP revision
` [PATCH/RFC 3/7] drm: omapdrm: Retrieve OMAP revision from omapdss
` [PATCH/RFC 4/7] ARM: OMAP2+: Remove omapdrm platform data
` [PATCH/RFC 5/7] drm: omapdrm: "
` [PATCH/RFC 6/7] drm: omapdrm: Register omapdrm platform device in omapdss driver
` [PATCH/RFC 7/7] ARM: OMAP2+: Remove unused omapdrm platform device
` [PATCH/RFC 8/7] drm: omapdrm: Handle DSI pin muxing internally
  ` [PATCH/RFC 9/7] drm: omapdrm: Don't forward set_min_bus_tput() to no-op platform code
  ` [PATCH/RFC 10/7] ARM: OMAP2+: Remove DSI pin muxing
  ` [PATCH/RFC 11/7] ARM: OMAP2+: Remove omapdss set_min_bus_tput platform data callback
  ` [PATCH/RFC 12/7] drm: omapdrm: Remove unused omapdss platform data fields

[PATCH v4 00/22] OMAP DRM fixes and improvements
 2016-12-14 14:54 UTC  (35+ messages)
` [PATCH v4 01/22] drm: omapdrm: fb: Limit number of planes per framebuffer to two
` [PATCH v4 02/22] drm: omapdrm: fb: Use format information provided by the DRM core
` [PATCH v4 03/22] drm: omapdrm: fb: Simplify objects lookup when creating framebuffer
` [PATCH v4 04/22] drm: omapdrm: fb: Simplify mode command checks "
` [PATCH v4 05/22] drm: omapdrm: fb: Turn framebuffer creation error messages into debug
` [PATCH v4 06/22] drm: omapdrm: Handle FIFO underflow IRQs internally
` [PATCH v4 07/22] drm: omapdrm: Handle CRTC error IRQs directly
` [PATCH v4 08/22] drm: omapdrm: Handle OCP error IRQ directly
` [PATCH v4 09/22] drm: omapdrm: Replace DSS manager state check with omapdrm CRTC state
` [PATCH v4 10/22] drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs
` [PATCH v4 11/22] drm: omapdrm: Check the CRTC software state at enable/disable time
` [PATCH v4 12/22] drm: omapdrm: Prevent processing the same event multiple times
` [PATCH v4 13/22] drm: omapdrm: Use a spinlock to protect the CRTC pending flag
` [PATCH v4 14/22] drm: omapdrm: Keep vblank interrupt enabled while CRTC is active
` [PATCH v4 15/22] drm: omapdrm: Don't expose the omap_irq_(un)register() functions
` [PATCH v4 16/22] drm: omapdrm: Remove unused parameter from omap_drm_irq handler
` [PATCH v4 17/22] drm: omapdrm: Don't call DISPC power handling in IRQ wait functions
` [PATCH v4 18/22] drm: omapdrm: Inline the pipe2vbl function
` [PATCH v4 19/22] drm: omapdrm: Simplify IRQ wait implementation
` [PATCH v4 20/22] drm: omapdrm: Remove global variables
` [PATCH v4 21/22] drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures
` [PATCH v4 22/22] drm: omapdrm: Perform initialization/cleanup at probe/remove time

Issue with DRM and "reimplement IDR and IDA using the radix tree"
 2016-12-14 14:08 UTC  (2+ messages)

[PATCH 0/2] Add support for the S6E3HA2 panel on TM2 board
 2016-12-14 14:14 UTC  (4+ messages)
` [PATCH 1/2] drm/panel: Add support for S6E3HA2 panel driver "
` [PATCH 2/2] arm64: dts: exynos: Add support for S6E3HA2 panel device "

[PATCH 00/23] Nokia N950 display support
 2016-12-14 14:03 UTC  (7+ messages)
` [PATCH 12/23] drm: omapdrm: plane: update fifo size on atomic update

[PATCH v2 0/4] drm/atomic: Add accessor macros for all atomic state
 2016-12-14 13:17 UTC  (2+ messages)

[PATCH v2 2/4] drm/atomic: Add accessor macros for the current state
 2016-12-14 13:15 UTC  (11+ messages)
                ` [PATCH v2.1 2/4] drm/atomic: Add accessor macros for the current state, v2

[PATCH 0/2] video/sti/cec: add HDMI notifier support
 2016-12-14 12:57 UTC  (3+ messages)
` [PATCH 1/2] sti: hdmi: "
` [PATCH 2/2] stih-cec: add hdmi-notifier support

struct drm_mm fixes
 2016-12-14 12:51 UTC  (20+ messages)
` [PATCH 03/34] drm: Add drm_mm_for_each_node_safe()
` [PATCH 08/34] drm: kselftest for drm_mm_reserve_node()
` [PATCH 09/34] drm: kselftest for drm_mm_insert_node()
` [PATCH 10/34] drm: kselftest for drm_mm_replace_node()
` [PATCH 15/34] drm: kselftest for drm_mm and top-down allocation
` [PATCH 16/34] drm: kselftest for drm_mm and top-down alignment
` [PATCH 31/34] drm: Simplify drm_mm scan-list manipulation
` [PATCH 34/34] drm: kselftest for drm_mm and bottom-up allocation

[PATCH] drm: Move vblank cleanup from unregister to release
 2016-12-14 11:18 UTC  (3+ messages)

[Bug 98016] [bisected] Fury fails to boot since vce3: add support for third vce ring
 2016-12-14 10:58 UTC  (2+ messages)
` [Bug 98016] [bisected] Fury fails to boot on drm-next-4.9

[Bug 98903] [AMDGPU] System hang with latest CS:GO update
 2016-12-14 10:58 UTC  (2+ messages)

Passing multi-screen layout to KMS driver
 2016-12-14 10:11 UTC  (2+ messages)

[PATCH] drm/bridge: analogix_dp: set the DPCD600 during disabling the psr
 2016-12-14 10:00 UTC  (4+ messages)

[PATCH v7 0/5] ARM: dts: da850: tilcdc related DT changes
 2016-12-14  9:57 UTC  (9+ messages)
` [PATCH v7 1/5] ARM: dts: da850: rename the display node label
` [PATCH v7 2/5] drm: bridge: add DT bindings for TI ths8135
` [PATCH v7 3/5] drm: bridge: add support "
` [PATCH v7 4/5] ARM: dts: da850-lcdk: add the vga-bridge node

[PATCH] drm/etnaviv: Add new GC3000 sensitive states
 2016-12-14  8:53 UTC 

[PATCH 0/8] Host1x IOMMU support + VIC support
 2016-12-14  8:50 UTC  (7+ messages)
` [PATCH 4/8] drm/tegra: Add "
` [PATCH 5/8] gpu: host1x: Add IOMMU support

[RFC 0/4] Introduce drmfs pseudo filesystem for drm subsystem
 2016-12-14  8:49 UTC  (4+ messages)

[PATCH] drm/etnaviv: Set up initial PULSE_EATER register
 2016-12-14  8:39 UTC 

[PATCH] drm/mxsfb: use bus_format to determine LCD bus width
 2016-12-14  8:13 UTC  (6+ messages)

[PATCH] drm/mxsfb: fix pixel clock polarity
 2016-12-14  8:04 UTC  (9+ messages)

[PATCH v2] drm/mxsfb: use bus_format to determine LCD bus width
 2016-12-14  7:52 UTC  (2+ messages)

[Bug 98812] video and switching windows causing flickering
 2016-12-14  7:51 UTC 

Patch to fix null termination of string buffer
 2016-12-14  7:22 UTC  (4+ messages)
` [PATCH libdrm] xf86drm: "

[PATCH] drm/mediatek: Support UYVY and YUYV format for overlay
 2016-12-14  5:14 UTC 

[PATCH 0/6] drm/atomic: Remove drm_atomic_helper_framebuffer_changed
 2016-12-14  3:19 UTC  (10+ messages)
` [PATCH 6/6] drm/i915: Add a cursor hack to allow converting legacy page flip to atomic
    ` [PATCH v2 6/6] drm/i915: Add a cursor hack to allow converting legacy page flip to atomic, v3
` [Intel-gfx] [PATCH 2/6] drm/atomic: Unconditionally call prepare_fb

[git pull] vmwgfx-fixes
 2016-12-14  2:46 UTC 

[PATCH v2 1/2] dt-bindings: display: Add BOE nv101wxmn51 panel binding
 2016-12-14  3:01 UTC  (4+ messages)
` [PATCH v2 2/2] drm/panel: simple: Add support BOE nv101wxmn51

[PATCH v3 00/20] OMAP DRM fixes and improvements
 2016-12-13 23:56 UTC  (4+ messages)
` [PATCH v3 11/20] drm: omapdrm: Check DSS manager state in the enable/disable helpers

[PATCH 2/4] drm/fsl: don't use drm_put_dev
 2016-12-13 23:29 UTC  (5+ messages)
` [PATCH] "


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