dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-15 16:01:09 to 2016-12-16 19:25:25 UTC [more...]

drm_mm fixes, take 3, final?
 2016-12-16 19:25 UTC  (14+ messages)
` [PATCH v3 01/38] drm/i915: Use the MRU stack search after evicting
` [PATCH v3 02/38] drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
` [PATCH v3 03/38] drm: Compile time enabling for asserts in drm_mm
` [PATCH v3 04/38] lib: Add a simple prime number generator
` [PATCH v3 05/38] drm: Add a simple generator of random permutations
` [PATCH v3 06/38] drm: Add some kselftests for the DRM range manager (struct drm_mm)
` [PATCH v3 07/38] drm: kselftest for drm_mm_init()
` [PATCH v3 08/38] drm: kselftest for drm_mm_debug()
` [PATCH v3 09/38] drm: kselftest for drm_mm_reserve_node()
` [PATCH v3 10/38] drm: kselftest for drm_mm_insert_node()
` [PATCH v3 11/38] drm: kselftest for drm_mm_replace_node()
` [PATCH v3 12/38] drm: kselftest for drm_mm_insert_node_in_range()
` [PATCH v3 13/38] drm: kselftest for drm_mm and alignment

[PATCH] drm/amdgpu: Don't save new cursor size before updating CUR_SIZE register
 2016-12-16 19:16 UTC  (2+ messages)

[RFC 00/10] implement alternative and much simpler id allocator
 2016-12-16 19:14 UTC  (3+ messages)

drm_mm range manager fixes, take 2
 2016-12-16 18:47 UTC  (77+ messages)
` [PATCH v2 01/40] drm/i915: Use the MRU stack search after evicting
` [PATCH v2 02/40] drm/i915: Simplify i915_gtt_color_adjust()
` [PATCH v2 03/40] drm: Add drm_mm_for_each_node_safe()
` [PATCH v2 04/40] drm: Constify the drm_mm API
` [PATCH v2 05/40] drm: Compile time enabling for asserts in drm_mm
` [PATCH v2 06/40] drm: Add some kselftests for the DRM range manager (struct drm_mm)
` [PATCH v2 07/40] drm: Add a simple generator of random permutations
` [PATCH v2 08/40] drm: Add a simple prime number generator
  ` [PATCH] lib: "
    ` [PATCH v3] "
` [PATCH v2 09/40] drm: kselftest for drm_mm_init()
` [PATCH v2 10/40] drm: kselftest for drm_mm_debug()
` [PATCH v2 11/40] drm: kselftest for drm_mm_reserve_node()
` [PATCH v2 12/40] drm: kselftest for drm_mm_insert_node()
` [PATCH v2 13/40] drm: kselftest for drm_mm_replace_node()
` [PATCH v2 14/40] drm: kselftest for drm_mm_insert_node_in_range()
` [PATCH v2 15/40] drm: kselftest for drm_mm and alignment
` [PATCH v2 16/40] drm: kselftest for drm_mm and eviction
` [PATCH v2 17/40] drm: kselftest for drm_mm and range restricted eviction
` [PATCH v2 18/40] drm: kselftest for drm_mm and top-down allocation
` [PATCH v2 19/40] drm: kselftest for drm_mm and color adjustment
` [PATCH v2 20/40] drm: kselftest for drm_mm and color eviction
` [PATCH v2 21/40] drm: kselftest for drm_mm and restricted "
` [PATCH v2 22/40] drm/i915: Build DRM range manager selftests for CI
` [PATCH v2 23/40] drm: Promote drm_mm alignment to u64
` [PATCH v2 24/40] drm: Fix kerneldoc for drm_mm_scan_remove_block()
` [PATCH v2 25/40] drm: Detect overflow in drm_mm_reserve_node()
` [PATCH v2 26/40] drm: Simplify drm_mm_clean()
` [PATCH v2 27/40] drm: Add asserts to catch overflow in drm_mm_init() and drm_mm_init_scan()
` [PATCH v2 28/40] drm: Extract struct drm_mm_scan from struct drm_mm
` [PATCH v2 29/40] drm: Rename prev_node to hole in drm_mm_scan_add_block()
` [PATCH v2 30/40] drm: Unconditionally do the range check "
` [PATCH v2 31/40] drm: Fix application of color vs range restriction when scanning drm_mm
` [PATCH v2 32/40] drm: Compute tight evictions for drm_mm_scan
` [PATCH v2 33/40] drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
` [PATCH v2 34/40] drm: Simplify drm_mm scan-list manipulation
` [PATCH v2 35/40] drm: Apply tight eviction scanning to color_adjust
` [PATCH v2 36/40] drm: Wrap drm_mm_node.hole_follows
` [PATCH v2 37/40] drm: Apply range restriction after color adjustment when allocation
` [PATCH v2 38/40] drm: Use drm_mm_insert_node_in_range_generic() for everyone
` [PATCH v2 39/40] drm: Improve drm_mm search (and fix topdown allocation) with rbtrees
` [PATCH v2 40/40] drm: kselftest for drm_mm and bottom-up allocation

[PATCH v2 04/11] locking/ww_mutex: Set use_ww_ctx even when locking without a context
 2016-12-16 18:12 UTC  (15+ messages)
` [PATCH v2 05/11] locking/ww_mutex: Add waiters in stamp order

[PATCH 0/2] exynosdrm: Remove .load/.unload midlayer
 2016-12-16 18:02 UTC  (3+ messages)
` [PATCH 1/2] drm: exynos: Perform initialization/cleanup at probe/remove time

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

[drm-intel:drm-intel-nightly 922/930] include/linux/list.h:385:29: error: initialization discards 'const' qualifier from pointer target type
 2016-12-16 15:48 UTC 

Question about Radeon DRM and fan speed control
 2016-12-16 15:36 UTC  (2+ messages)

[drm-intel:drm-intel-nightly 922/930] drivers/gpu/drm/i915/i915_gem_gtt.c:2732:9: note: in expansion of macro 'list_first_entry_or_null'
 2016-12-16 15:21 UTC 

[PATCH 00/13] some stuff, and then connector_list locking
 2016-12-16 15:03 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 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 09/13] drm: Tighten locking in drm_mode_getconnector

[PATCH 06/13] drm: Convert all helpers to drm_connector_list_iter
 2016-12-16 15:03 UTC  (8+ messages)
` [PATCH] "
      ` [kbuild-all] "

[PATCH 0/2] drm: link status property and DP link training failure handling
 2016-12-16 14:47 UTC  (5+ messages)
` [PATCH 1/2] drm: Add a new connector atomic property for link status
` [PATCH 2/2] drm/i915: Implement Link Rate fallback on Link training failure

[PATCH] drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
 2016-12-16 14:27 UTC 

[PATCH v4 00/22] OMAP DRM fixes and improvements
 2016-12-16 13:54 UTC  (8+ messages)
` [PATCH v4 19/22] drm: omapdrm: Simplify IRQ wait implementation
` [PATCH v4 20/22] drm: omapdrm: Remove global variables
` [PATCH v4 22/22] drm: omapdrm: Perform initialization/cleanup at probe/remove time

[PATCH 2/3] drm: Fix spelling of clock in drm_connector.h
 2016-12-16 13:24 UTC 

[PATCH 1/3] drm/hisilicon: Fix spelling of clock in hisi-ade.txt
 2016-12-16 13:25 UTC 

[Bug 94900] Regression: HD6950 GPU lockup with octodad: dadliest catch
 2016-12-16 13:32 UTC  (2+ messages)
` [Bug 94900] HD6950 GPU lockup loop with various steam games (octodad[always], saints row 4[always], dead island[always], grid autosport[sometimes])

[PATCH v4 0/5] Cleanup DRM bridge attach/detach
 2016-12-16 13:29 UTC  (7+ messages)
` [PATCH v4 3/5] drm: bridge: Link encoder and bridge in core code

[RESEND][GIT PULL] i915/gvt KVMGT tree for 4.10
 2016-12-16 13:26 UTC 

[alsa-lib][PATCH] ASoC: hdmi-codec: use unsigned type to structure members with bit-field instead of signed type
 2016-12-16 12:31 UTC  (5+ messages)
` [alsa-devel][PATCH] "
` Applied "ASoC: hdmi-codec: use unsigned type to structure members with bit-field" to the asoc tree

[RFC v2 00/11] vb2: Handle user cache hints, allow drivers to choose cache coherency
 2016-12-16 12:06 UTC  (13+ messages)
` [RFC v2 01/11] vb2: Rename confusingly named internal buffer preparation functions
` [RFC v2 02/11] vb2: Move buffer cache synchronisation to prepare from queue
` [RFC v2 03/11] vb2: Move cache synchronisation from buffer done to dqbuf handler
` [RFC v2 04/11] v4l: Unify cache management hint buffer flags
` [RFC v2 05/11] v4l2-core: Don't sync cache for a buffer if so requested
` [RFC v2 06/11] vb2: Improve struct vb2_mem_ops documentation; alloc and put are for MMAP
` [RFC v2 07/11] vb2: dma-contig: Remove redundant sgt_base field
` [RFC v2 08/11] vb2: dma-contig: Don't warn on failure in obtaining scatterlist
` [RFC v2 09/11] vb2: dma-contig: Move vb2_dc_get_base_sgt() up
` [RFC v2 10/11] vb2: dma-contig: Let drivers decide DMA attrs of MMAP and USERPTR bufs
` [RFC v2 11/11] vb2: dma-contig: Add WARN_ON_ONCE() to check for potential bugs

Passing multi-screen layout to KMS driver
 2016-12-16 11:33 UTC  (4+ messages)

Radeon X200M device suspend problem
 2016-12-16 10:01 UTC  (2+ messages)

[Bug 98869] Electronic Super Joy graphic artefacts (regression)
 2016-12-16  9:45 UTC  (3+ messages)

[PATCH V2] drm/i915: relax uncritical udelay_range()
 2016-12-16  9:25 UTC  (2+ messages)

[bug report] drm/i915: Small compaction of the engine init code
 2016-12-16  8:38 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] kref: prefer atomic_inc_not_zero to atomic_add_unless
 2016-12-16  7:36 UTC  (4+ messages)

Patch for drm-next WAS Re: [PATCH] kref: prefer atomic_inc_not_zero to atomic_add_unless
 2016-12-16  7:33 UTC  (3+ messages)
`  "

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

[PATCH 0/5] drm/ttm, amdgpu: fix crashes due to shadow page table evictions
 2016-12-16  2:50 UTC  (13+ messages)
  ` [PATCH 1/5] drm/ttm: add evict parameter to ttm_bo_driver::move_notify
  ` [PATCH 2/5] drm/amd/amdgpu: move eviction counting to amdgpu_bo_move_notify
  ` [PATCH 3/5] drm/amd/amdgpu: add amdgpu_bo_gpu_accessible helper function
  ` [PATCH 4/5] drm/amd/amdgpu: add check that shadow page directory is GPU-accessible
  ` [PATCH 5/5] drm/amd/amdgpu: add check that shadow page tables are GPU-accessible
      ` [PATCH v2] "

[PATCH V2] drm/i915: relax uncritical udelay_range() settings
 2016-12-16  1:59 UTC 

[PATCH] drivers/gpu/drm/ast: Fix infinite loop if read fails
 2016-12-16  1:08 UTC  (2+ messages)
`  "

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

[PATCH] fbdev: remove current maintainer
 2016-12-15 20:12 UTC  (2+ messages)

[PATCH] drm: Fix kernel docs for drm_helper_mode_fill_fb_struct()
 2016-12-15 17:58 UTC  (4+ messages)

[PATCH 0/6] drm/atomic: Remove drm_atomic_helper_framebuffer_changed
 2016-12-15 16:14 UTC  (6+ messages)
` [PATCH 3/6] drm/atomic: Clean up wait_for_vblanks
    ` [PATCH v2 3/6] drm/atomic: Clean up wait_for_vblanks, v2


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox