dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-13 10:16:54 to 2016-12-14 09:09:37 UTC [more...]

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

[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 v4 00/22] OMAP DRM fixes and improvements
 2016-12-14  8:48 UTC  (24+ 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

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

[PATCH 00/13] some stuff, and then connector_list locking
 2016-12-14  8:35 UTC  (16+ messages)
` [PATCH 01/13] drm/irq: drm_legacy_ prefix for legacy ioctls
` [PATCH 02/13] drm: Move atomic debugfs functions into drm_crtc_internal.h
` [PATCH 03/13] drm/radeon|amdgpu: Remove redundant num_connectors check
` [PATCH 04/13] drm: Drop locking cargo-cult from drm_mode_config_init
` [PATCH 05/13] drm: locking&new iterators for connector_list
` [PATCH 06/13] drm: Convert all helpers to drm_connector_list_iter
` [PATCH 07/13] drm: Clean up connectors by unreferencing them
` [PATCH 08/13] drm: prevent double-(un)registration for connectors
` [PATCH 09/13] drm: Tighten locking in drm_mode_getconnector
` [PATCH 10/13] drm/i915: Use drm_connector_list_iter in debugfs
` [PATCH 11/13] drm/i915: use drm_connector_list_iter in intel_hotplug.c
` [PATCH 12/13] drm/i915: use drm_connector_list_iter in intel_opregion.c
` [PATCH 13/13] drm/i915: Make intel_get_pipe_from_connector atomic

struct drm_mm fixes
 2016-12-14  8:27 UTC  (33+ messages)
` [PATCH 04/34] drm: Add some kselftests for the DRM range manager (struct drm_mm)
` [PATCH 06/34] drm: Add a simple linear congruent generator PRNG
` [PATCH 23/34] drm: Simplify drm_mm_clean()
` [PATCH 24/34] drm: Compile time enabling for asserts in drm_mm
` [PATCH 25/34] drm: Extract struct drm_mm_scan from struct drm_mm
` [PATCH 26/34] drm: Rename prev_node to hole in drm_mm_scan_add_block()
` [PATCH 27/34] drm: Unconditionally do the range check "
` [PATCH 29/34] drm: Compute tight evictions for drm_mm_scan
` [PATCH 30/34] drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
` [PATCH 31/34] drm: Simplify drm_mm scan-list manipulation
` [PATCH 32/34] drm: Apply tight eviction scanning to color_adjust

[PATCH/RFC 0/7] Remove the omapdrm device from platform code
 2016-12-14  8:20 UTC  (14+ 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 libdrm] libkms/exynos: fix memory leak in error path
 2016-12-14  8:16 UTC  (2+ messages)
` [RESEND][PATCH] "

[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 libdrm] autogen.sh: set format.subjectPrefix and sendemail.to if needed
 2016-12-14  7:04 UTC  (5+ messages)

[PATCH 0/2] Add support for the S6E3HA2 panel on TM2 board
 2016-12-14  6:04 UTC  (3+ 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] drm/mediatek: Support UYVY and YUYV format for overlay
 2016-12-14  5:14 UTC 

[PATCH v7 0/5] ARM: dts: da850: tilcdc related DT changes
 2016-12-14  5:05 UTC  (5+ messages)
` [PATCH v7 2/5] drm: bridge: add DT bindings for TI ths8135
` [PATCH v7 3/5] drm: bridge: add support "

[PATCH] drm/bridge: analogix_dp: set the DPCD600 during disabling the psr
 2016-12-14  5:03 UTC  (3+ messages)

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

[PATCH 0/6] drm/atomic: Remove drm_atomic_helper_framebuffer_changed
 2016-12-14  3:19 UTC  (14+ messages)
` [PATCH 2/6] drm/atomic: Unconditionally call prepare_fb
    ` [Intel-gfx] "
` [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

[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

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

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

[PATCH 1/4] drm/etnaviv: Use drm_dev_unref, not drm_put_dev
 2016-12-13 23:29 UTC  (12+ messages)
` [PATCH 2/4] drm/fsl: don't use drm_put_dev
  ` [PATCH] "
` [PATCH 3/4] drm/mediatek: "

[PATCH 0/2] omapdrm: Remove .load/.unload midlayer
 2016-12-13 22:31 UTC  (9+ messages)
` [PATCH 1/2] drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures
` [PATCH 2/2] drm: omapdrm: Perform initialization/cleanup at probe/remove time

[PATCH] drm: Provide a driver hook for drm_dev_release()
 2016-12-13 22:04 UTC  (2+ messages)

[PATCH 0/2] exynosdrm: Remove .load/.unload midlayer
 2016-12-13 21:54 UTC  (11+ messages)
` [PATCH 1/2] drm: exynos: Perform initialization/cleanup at probe/remove time
` [PATCH 2/2] drm: Remove unused drm_platform midlayer

[PATCH] drm: shmobile: Perform initialization/cleanup at probe/remove time
 2016-12-13 21:28 UTC  (6+ messages)
` [PATCH v2] "

[patch] drm: mxsfb: drm_dev_alloc() returns error pointers
 2016-12-13 21:25 UTC  (3+ messages)

[PATCH] drm: Use atomic state for FB in legacy ioctls
 2016-12-13 21:22 UTC  (5+ messages)

[PATCH] drm_fourcc: Fix DRM_FORMAT_MOD_LINEAR #define
 2016-12-13 21:02 UTC  (2+ messages)

Passing multi-screen layout to KMS driver
 2016-12-13 19:59 UTC 

Fwd: kvmgt-vfio-mdev-for-v4.10 pull request content
 2016-12-13 19:31 UTC 

[Bug 60879] New: X11 can't start with acceleration enabled
 2016-12-13 18:27 UTC  (2+ messages)
` [Bug 60879] [radeonsi] Tahiti LE: GFX block is not functional, CP is okay

[PATCH 0/7] Tests for sync infrastructure
 2016-12-13 16:46 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] selftest: sync: basic tests for sw_sync framework

[git pull] drm tree for 4.10
 2016-12-13 15:47 UTC  (3+ messages)

[PATCH] drm: Fix for invalid pruning of modes in dual display cases
 2016-12-13 15:46 UTC  (5+ messages)
` [Intel-gfx] "

[PATCH 1/4] drm: Protect master->unique with dev->master_mutex
 2016-12-13 15:20 UTC  (6+ messages)

[RFC PATCH 0/3] staging: remove fbdev drivers
 2016-12-13 15:17 UTC  (4+ messages)

[PATCH 0/4] video/exynos/cec: add HDMI state notifier & use in s5p-cec
 2016-12-13 15:08 UTC  (5+ messages)
` [PATCH 1/4] video: add HDMI state notifier support
` [PATCH 2/4] exynos_hdmi: add HDMI "
` [PATCH 3/4] cec: integrate "
` [PATCH 4/4] s5p-cec: add hdmi-notifier support, move out of staging

[PATCH] drm: tilcdc: simplify the recovery from sync lost error on rev1
 2016-12-13 15:07 UTC 

[PATCH 0/2] Generic HDMI codec: Add channel mapping control
 2016-12-13 14:49 UTC  (9+ messages)
` [PATCH 2/2] ASoC: hdmi-codec: add "

[PATCH 3/4] drm/i915: Find fallback link rate/lane count
 2016-12-13 14:36 UTC  (4+ messages)
` [PATCH v7 "

[PATCH 0/4] Link Training failure handling by sending Hotplug Uevent
 2016-12-13 14:28 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: Compute sink's max lane count/link BW at Hotplug

[PATCH 0/5] sphinxification for dma-buf docs
 2016-12-13 12:34 UTC  (7+ messages)

[RFC 1/5] drm/virtio: add virtio_gpu_alloc_fence()
 2016-12-13 11:53 UTC  (3+ messages)

[Bug 99019] "Star Ruler 2" game will freeze the system
 2016-12-13 10:45 UTC  (2+ messages)

[bug report] drm/amdgpu: Add support for CIK parts
 2016-12-13 10:34 UTC 

[RESEND PATCH v12] drm/i915/debugfs: Move out pipe CRC code
 2016-12-13 10:28 UTC  (2+ messages)

[PATCH v6 0/5] ARM: dts: da850: tilcdc related DT changes
 2016-12-13 10:18 UTC  (4+ messages)
` [PATCH v6 4/5] ARM: dts: da850-lcdk: add the vga-bridge node


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