public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-03-26 08:35:20 to 2015-03-27 11:09:50 UTC [more...]

[Linux v4.0-rc5] Warnings in drm_framebuffer_reference() and drm_atomic_check_only()
 2015-03-27 11:09 UTC  (8+ messages)
        ` [Intel-gfx] "

[PATCH v2] drm/i915: Compare GGTT view structs instead of types
 2015-03-27 11:09 UTC  (4+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 10/49] drm/i915/bxt: map GTT as uncached
 2015-03-27 11:07 UTC  (2+ messages)
` [PATCH v2] "

A picking of low hanging fruit
 2015-03-27 11:02 UTC  (50+ messages)
` [PATCH 01/49] drm/i915: Cache last obj->pages location for i915_gem_object_get_page()
` [PATCH 02/49] drm/i915: Agressive downclocking on Baytrail
` [PATCH 03/49] drm/i915: Fix computation of last_adjustment for RPS autotuning
` [PATCH 04/49] drm/i915: Add i915_gem_request_unreference__unlocked
` [PATCH 05/49] drm/i915: Fix race on unreferencing the wrong mmio-flip-request
` [PATCH 06/49] drm/i915: Boost GPU frequency if we detect outstanding pageflips
` [PATCH 07/49] drm/i915: Deminish contribution of wait-boosting from clients
` [PATCH 08/49] drm/i915: Re-enable RPS wait-boosting for all engines
` [PATCH 09/49] drm/i915: Split i915_gem_batch_pool into its own header
` [PATCH 10/49] drm/i915: Tidy batch pool logic
` [PATCH 11/49] drm/i915: Split the batch pool by engine
` [PATCH 12/49] drm/i915: Free batch pool when idle
` [PATCH 13/49] drm/i915: Split batch pool into size buckets
` [PATCH 14/49] drm/i915: Include active flag when describing objects in debugfs
` [PATCH 15/49] drm/i915: Suppress empty lines from debugfs/i915_gem_objects
` [PATCH 16/49] drm/i915: Optimistically spin for the request completion
` [PATCH 17/49] drm/i915: Implement inter-engine read-read optimisations
` [PATCH 18/49] drm/i915: Reduce frequency of unspecific HSW reg debugging
` [PATCH 19/49] drm/i915: Record ring->start address in error state
` [PATCH 20/49] drm/i915: Use simpler form of spin_lock_irq(execlist_lock)
` [PATCH 21/49] drm/i915: Use the global runtime-pm wakelock for a busy GPU for execlists
` [PATCH 22/49] drm/i915: Map the execlists context regs once during pinning
` [PATCH 23/49] drm/i915: Remove vestigal DRI1 ring quiescing code
` [PATCH 24/49] drm/i915: Tidy execlist submission
` [PATCH 25/49] drm/i915: Move the execlists retirement to the right spot
` [PATCH 26/49] drm/i915: Map the ringbuffer using WB on LLC machines
` [PATCH 27/49] drm/i915: Use a separate slab for requests
` [PATCH 28/49] drm/i915: Use the new rq->i915 field where appropriate
` [PATCH 29/49] drm/i915: Reduce the pointer dance of i915_is_ggtt()
` [PATCH 30/49] drm/i915: Squash more pointer indirection for i915_is_gtt
` [PATCH 31/49] drm/i915: Reduce locking in execlist command submission
` [PATCH 32/49] drm/i915: Reduce more "
` [PATCH 33/49] drm/i915: Reduce locking in gen8 IRQ handler
` [PATCH 34/49] drm/i915: Tidy "
` [PATCH 35/49] drm/i915: Remove request retirement before each batch
` [PATCH 36/49] drm/i915: Cache the GGTT offset for the execlists context
` [PATCH 37/49] drm/i915: Prefer to check for idleness in worker rather than sync-flush
` [PATCH 38/49] drm/i915: Skip allocating shadow batch for 0-length batches
` [PATCH 39/49] drm/i915: Remove request->uniq
` [PATCH 40/49] drm/i915: Cache the reset_counter for the request
` [PATCH 41/49] drm/i915: Allocate context objects from stolen
` [PATCH 42/49] drm/i915: Introduce an internal allocator for disposable private objects
` [PATCH 43/49] drm/i915: Do not zero initialise page tables
` [PATCH 44/49] drm/i915: The argument for postfix is redundant
` [PATCH 45/49] drm/i915: Record the position of the start of the request
` [PATCH 46/49] drm/i915: Cache the execlist ctx descriptor
` [PATCH 47/49] drm/i915: Treat ringbuffer writes as write to normal memory
` [PATCH 48/49] drm/i915: Eliminate vmap overhead for cmd parser
` [PATCH 49/49] drm/i915: Cache last cmd descriptor when parsing

[PATCH 0/5] drm/i915: gmbus pin/port cleanup and bxt enabling
 2015-03-27 10:05 UTC  (12+ messages)
` [PATCH 1/5] drm/i915: rename GMBUS_PORT_* macros as GMBUS_PIN_*
` [PATCH 2/5] drm/i915: refer to pin instead of port in the intel_i2c.c interfaces
` [PATCH 3/5] drm/i915: index gmbus tables using the pin pair number
` [PATCH 4/5] drm/i915: base gmbus pin validity check on the gmbus pin map array
` [PATCH 5/5] drm/i915: add bxt gmbus support
  ` [PATCH] "
  ` [PATCH v4] "
` [PATCH 1/2] drm/i915: don't register nonexisting gmbus pins for bdw
  ` [PATCH 2/2] drm/i915: don't register nonexisting gmbus pins for skl

[PATCH] drm/i915: Add module param to test the load detect code
 2015-03-27  9:57 UTC  (2+ messages)

[PATCH v3 00/20] Remove depencies on staged config for atomic transition
 2015-03-27  9:43 UTC  (24+ messages)
` [PATCH 03/20] drm/i915: Allocate a drm_atomic_state for the legacy modeset code
` [PATCH 05/20] drm/i915: Update dummy connector atomic state with current config
` [PATCH 08/20] drm/i915: Don't use encoder->new_crtc in intel_modeset_pipe_config()
` [PATCH 09/20] drm/i915: Don't use encoder->new_crtc in compute_baseline_pipe_bpp()
` [PATCH 12/20] drm/i915: Use atomic state in intel_ddi_crtc_get_new_encoder()
` [PATCH 13/20] drm/i915: Don't use staged config in intel_dp_mst_compute_config()
` [PATCH 16/20] drm/i915: Check lane sharing between pipes B & C using atomic state
` [PATCH 17/20] drm/i915: Convert intel_pipe_will_have_type() to "
` [PATCH 18/20] drm/i915: Don't look at staged config crtc when changing DRRS state
` [PATCH 19/20] drm/i915: Remove usage of encoder->new_crtc from clock computations

Addressing the intel VCH on the i2c bus / R31 dithering
 2015-03-27  9:33 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Add psr_enabled on pipe_config
 2015-03-27  9:00 UTC  (11+ messages)
` [PATCH 2/2] drm/i915: Only enabled DRRS if PRS won't be enabled on this pipe
  ` [PATCH 1/2] drm/i915: Add psr_ready on pipe_config

[PATCH 00/18] Command submission via GuC for SKL
 2015-03-27  8:59 UTC  (26+ messages)
` [PATCH 01/18] drm/i915: Add guc firmware interface headers
` [PATCH 02/18] drm/i915: Add i915_gem_object_write() to i915_gem.c
` [PATCH 03/18] drm/i915: Unified firmware loading mechanism
` [PATCH 04/18] drm/i915: GuC firmware loader
` [PATCH 05/18] drm/i915: Add firmware version check
` [PATCH 06/18] drm/i915: Defer default hardware context initialisation until first open
` [PATCH 07/18] drm/i915: Move execlists defines from .c to .h
` [PATCH 08/18] drm/i915: Make several execlist helper functions external
` [PATCH 09/18] drm/i915: Add functions to allocate / release gem obj for GuC
` [PATCH 10/18] drm/i915: Functions to support command submission via GuC
` [PATCH 11/18] drm/i915: Integration of GuC client
` [PATCH 12/18] drm/i915: Interrupt routing for GuC scheduler
` [PATCH 13/18] drm/i915: Enable commands submission via GuC
` [PATCH 14/18] drm/i915: debugfs of GuC status
` [PATCH 15/18] drm/i915: Enable GuC firmware log
` [PATCH 16/18] drm/i915: Ring Context allocating for GuC
` [PATCH 17/18] drm/i915: Taking forcewake during GuC load
` [PATCH 18/18] drm/i915: Notify GuC when RC6 state is changed

[PATCH i-g-t] tests: install test programs to libexec
 2015-03-27  8:56 UTC  (9+ messages)
  ` [PATCH i-g-t v2] "
      ` [PATCH i-g-t v3] "

[PATCH 0/5] Finish gen6/7 ppgtt dynamic page allocations
 2015-03-27  8:26 UTC  (3+ messages)

[RFC 0/4] Convert requests to use struct fence
 2015-03-27  8:24 UTC  (8+ messages)
` [RFC 3/4] drm/i915: Interrupt driven fences

[PATCH] drm/i915: Rip out GET_SPRITE_COLORKEY ioctl
 2015-03-27  8:13 UTC  (2+ messages)

[PATCH] drm/i915: fix definition of the DRM_IOCTL_I915_GET_SPRITE_COLORKEY ioctl
 2015-03-27  8:04 UTC  (3+ messages)
    ` [Intel-gfx] "

[PATCH v2 0/4] CHV PM fix & Improvements
 2015-03-27  4:56 UTC  (8+ messages)
` [PATCH v2 2/4] drm/i915: Re-adjusting rc6 promotional timer for chv
` [PATCH v2 3/4] drm/i915/chv: Set min freq to efficient frequency on chv

[PATCH] drm/atomic-helpers: Properly avoid full modeset dance
 2015-03-27  3:59 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Add initial_ prefix to bios fb takeover code
 2015-03-27  3:35 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: always preserve bios swizzling

stable 3.19 backport request
 2015-03-26 22:55 UTC  (3+ messages)

[PATCH] drm/i915/skl: fix semicolon.cocci warnings
 2015-03-26 22:51 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: Remove unecessary ; in intel_pm.c
 2015-03-26 22:50 UTC  (2+ messages)

[PATCH 00/49] Basic Broxton enabling
 2015-03-26 22:24 UTC  (4+ messages)
` [PATCH 22/49] drm/i915/bxt: Avoid registering unused gmbus ports as i2c adapter

[PATCH v2] drm/i915: Implement inter-engine read-read optimisations
 2015-03-26 21:31 UTC  (7+ messages)
` [PATCH v4] "
  `  "
    ` [PATCH] drm/i915: Implement "

[PATCH] drm/i915: Attach a PSR property on eDP
 2015-03-26 21:04 UTC  (6+ messages)

[PATCH] drm/i915: Move drm_framebuffer_unreference out of struct_mutex for takeover
 2015-03-26 20:13 UTC  (4+ messages)

intel_sprite_get_colorkey oops
 2015-03-26 19:56 UTC 

[PATCH] drm/edid: set ELD for firmware and debugfs override EDIDs
 2015-03-26 17:32 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 02/49] drm/i915/bxt: BXT FBC enablement
 2015-03-26 15:35 UTC  (2+ messages)
` [PATCH 02.1/49] drm/i915: use proper FBC base register on all new platforms

[PATCH] drm/i915/skl: Enabling PSR2 SU with frame sync
 2015-03-26 15:01 UTC  (4+ messages)

[PATCH] drm/i915: s/9/intel_freq_opcode(450)/
 2015-03-26 14:17 UTC  (2+ messages)

[PATCH] drm/i915: Fixup legacy plane->crtc link for initial fb config
 2015-03-26 13:32 UTC  (7+ messages)

[PATCH 1/2] lib/batchbuffer: Fix COLOR_BLIT_COPY_BATCH_START
 2015-03-26 13:27 UTC  (9+ messages)
` [PATCH 2/2] tests/kms_fbc_crc: Fill entire target framebuffer to adds crc FIXMES

[PATCH] drm/i915: kill i915.powersave
 2015-03-26 12:26 UTC  (5+ messages)

[PATCH] drm/i915: Remove duplicated psr.active unset
 2015-03-26 12:22 UTC  (3+ messages)

[git pull] drm fixes
 2015-03-26 12:06 UTC  (24+ messages)
      ` [Intel-gfx] "

[PULL] drm-intel-fixes
 2015-03-26 11:56 UTC 

infinite loop on shutdown
 2015-03-26 10:49 UTC  (3+ messages)

[PATCH 1/7] lib: add igt_wait()
 2015-03-26 10:19 UTC  (7+ messages)
` [PATCH 2/7] tests/kms_fb_crc: call gem_sync() instead of gem_bo_busy()
` [PATCH 3/7] tests/kms_fbc_crc: add wait_for_fbc_enabled()
` [PATCH 7/7] lib: add igt_draw


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