public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-03-05 13:49:32 to 2015-03-06 20:17:54 UTC [more...]

[PATCH 00/51] Remove the outstanding_lazy_request
 2015-03-06 20:17 UTC  (93+ messages)
` [PATCH 05/51] drm/i915: Add return code check to i915_gem_execbuffer_retire_commands()
` [PATCH 00/53] Remove the outstanding_lazy_request
  ` [PATCH 01/53] drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading
  ` [PATCH 03/53] drm/i915: Cache ringbuf pointer in request structure
  ` [PATCH 04/53] drm/i915: Merged the many do_execbuf() parameters into a structure
  ` [PATCH 05/53] drm/i915: Add return code check to i915_gem_execbuffer_retire_commands()
  ` [PATCH 06/53] drm/i915: Wrap request allocation with a function pointer
  ` [PATCH 07/53] drm/i915: Early alloc request in execbuff
  ` [PATCH 08/53] drm/i915: Update alloc_request to return the allocated request
  ` [PATCH 09/53] drm/i915: Add request to execbuf params and add explicit cleanup
  ` [PATCH 10/53] drm/i915: Update the dispatch tracepoint to use params->request
  ` [PATCH 11/53] drm/i915: Update move_to_gpu() to take a request structure
  ` [PATCH 12/53] drm/i915: Update execbuffer_move_to_active() "
  ` [PATCH 14/53] drm/i915: Update pin_to_display_plane() to do explicit request management
  ` [PATCH 15/53] drm/i915: Update i915_gem_object_sync() to take a request structure
  ` [PATCH 16/53] drm/i915: Update i915_gpu_idle() to manage its own request
  ` [PATCH 17/53] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
  ` [PATCH 18/53] drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()
  ` [PATCH 19/53] drm/i915: Add explicit request management to i915_gem_init_hw()
  ` [PATCH 20/53] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
  ` [PATCH 21/53] drm/i915: Set context in request from creation even in legacy mode
  ` [PATCH 22/53] drm/i915: Update i915_switch_context() to take a request structure
  ` [PATCH 23/53] drm/i915: Update do_switch() "
  ` [PATCH 24/53] drm/i915: Update deferred context creation to do explicit request management
  ` [PATCH 25/53] drm/i915: Update init_context() to take a request structure
  ` [PATCH 26/53] drm/i915: Update render_state_init() "
  ` [PATCH 27/53] drm/i915: Update overlay code to do explicit request management
  ` [PATCH 28/53] drm/i915: Update queue_flip() "
  ` [PATCH 29/53] drm/i915: Update add_request() to take a request structure
  ` [PATCH 30/53] drm/i915: Update [vma|object]_move_to_active() to take request structures
  ` [PATCH 31/53] drm/i915: Update l3_remap to take a request structure
  ` [PATCH 32/53] drm/i915: Update mi_set_context() "
  ` [PATCH 33/53] drm/i915: Update a bunch of execbuffer heplers to take request structures
  ` [PATCH 54/56] drm/i915: Rename 'do_execbuf' to 'execbuf_submit'
    ` [PATCH 55/56] drm/i915: Remove 'faked' request from LRC submission
    ` [PATCH 56/56] drm/i915: Update a bunch of LRC functions to take requests
  ` [PATCH 01/53] drm/i915: Remove ironlake rc6 support

[PATCH v4 00/11] Added missing changes for Turbo feature on SKL
 2015-03-06 19:44 UTC  (13+ messages)
` [PATCH 01/11] drm/i915/skl: Added new macros
` [PATCH 02/11] drm/i915/skl: Updated intel_gpu_freq() and intel_freq_opcode()
` [PATCH 03/11] drm/i915/skl: Updated the gen6_init_rps_frequencies function
` [PATCH 04/11] drm/i915/skl: Updated the gen6_set_rps function
` [PATCH 05/11] drm/i915/skl: Restructured the gen6_set_rps_thresholds function
` [PATCH 06/11] drm/i915/skl: Updated the gen6_rps_limits function
` [PATCH 07/11] drm/i915/skl: Updated the gen9_enable_rps function
` [PATCH 08/11] drm/i915/skl: Updated the i915_frequency_info debugfs function
` [PATCH 09/11] drm/i915/skl: Updated the act_freq_mhz_show sysfs function
` [PATCH 10/11] drm/i915/skl: Enabling processing of Turbo interrupts
` [PATCH 11/11] drm/i915/skl: Enable the RPS interrupts programming

[PATCH 0/6] SKL post-enable power well hook (v2)
 2015-03-06 19:28 UTC  (8+ messages)
` [PATCH 1/6] drm/i915/skl: Make gen8_irq_power_well_post_enable() take a pipe mask
` [PATCH 2/6] drm/i915/skl: Introduce enable_requested and is_enabled in the power well code
` [PATCH 3/6] drm/i915/skl: Mirror what we do on HSW for the power well enable log message
` [PATCH 4/6] drm/i915/skl: Restore pipe interrupt registers after power well enabling
` [PATCH 5/6] drm/i915: Remove unused condition in hsw_power_well_post_enable()
` [PATCH 6/6] drm/i915/skl: Restore the DDI translation tables when enabling PW1

[PATCH] drm/i915: Export total subslice and EU counts
 2015-03-06 19:23 UTC  (4+ messages)
  ` [Beignet] "

[PATCH] Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"
 2015-03-06 18:19 UTC  (2+ messages)

[PATCH v2 00/12] drm/i915: Redo VLV/CHV watermark code (v2)
 2015-03-06 18:14 UTC  (18+ messages)
` [PATCH v2 01/12] drm/i915: Reduce CHV DDL multiplier to 16/8
` [PATCH v2 02/12] drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines
` [PATCH 03/12] drm/i915: Simplify VLV drain latency computation
` [PATCH 04/12] drm/i915: Hide VLV DDL precision handling
` [PATCH 05/12] drm/i915: Reorganize VLV DDL setup
` [PATCH v2 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()
` [PATCH v2 07/12] drm/i915: Read out display FIFO size on VLV/CHV
` [PATCH 08/12] drm/i915: Make sure PND deadline mode is enabled "
` [PATCH v2 09/12] drm/i915: Rewrite VLV/CHV watermark code
` [PATCH v4 10/12] drm/i915: Program PFI credits for VLV
` [PATCH v3 11/12] drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV
` [PATCH 12/12] drm/i915: Disable DDR DVFS "

[PATCH 1/7] drm/i915: Relax RPS contraints to allows setting minfreq on idle
 2015-03-06 17:58 UTC  (9+ messages)
` [PATCH 2/7] drm/i915: Fix computation of last_adjustment for RPS autotuning
` [PATCH 3/7] drm/i915: Improved w/a for rps on Baytrail
` [PATCH 4/7] drm/i915: Use down ei for manual Baytrail RPS calculations
` [PATCH 5/7] drm/i915: Agressive downclocking on Baytrail
` [PATCH 6/7] drm/i915: Boost GPU frequency if we detect outstanding pageflips
` [PATCH 7/7] drm/i915: Deminish contribution of wait-boosting from clients

[PATCH] Revert "intel: Fix documentation for drm_intel_gem_bo_wait()"
 2015-03-06 17:56 UTC 

[PATCH 1/3] drm/i915/skl: Allow universal planes to position
 2015-03-06 17:38 UTC  (9+ messages)
` [PATCH 3/3] drm/i915/skl: Support for 90/270 rotation

[PULL] drm-intel-next
 2015-03-06 17:36 UTC 

[PATCH i-g-t] igt.cocci: Replace igt_assert() with igt_assert_CMP() where possible
 2015-03-06 17:06 UTC  (2+ messages)

[PATCH] drm/i915: Don't clobber plane state on internal disables
 2015-03-06 16:55 UTC  (5+ messages)
` [PATCH i-g-t] tests/kms_plane: Ensure planes recover from DPMS

[PATCH] drm/i915: Make WAIT_IOCTL negative timeouts be indefinite again
 2015-03-06 16:48 UTC  (4+ messages)

[4.0-rc2] WARNING at intel_check_page_flip
 2015-03-06 16:46 UTC  (9+ messages)
` Kernel 3.19rc6 flooding intel_check_page_flip warnings when using compton
            ` [PATCH] drm/i915: use in_interrupt() not in_irq() to check context

[PATCH 1/2] drm/i915: Don't require primary->fb in intel_crtc_active()
 2015-03-06 16:44 UTC  (5+ messages)

[PATCH 4/5] drm/i915: Modifying RC6 Promotion timer for Media workloads
 2015-03-06 16:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 7/9] drm/i915: Update intel_dp_hpd_pulse() to check link status for non-MST operation
 2015-03-06 16:34 UTC  (3+ messages)
` [PATCH] "

[PATCH 0/2] Crystal Cove PMIC based Panel Control
 2015-03-06 16:23 UTC  (4+ messages)
` [PATCH 1/2] gpio/crystalcove: Export Panel and backlight en/disable signals as GPIO

[PATCH libdrm 00/12] Introduce drm_intel_device and use i915_pciid.h
 2015-03-06 14:35 UTC  (18+ messages)
` [PATCH 01/12] intel: Remove unused define IS_MOBILE()
` [PATCH 02/12] intel: Introduce an drm_intel_device object
` [PATCH 03/12] intel: Use drm_intel_device in the gem buffer manager
` [PATCH 04/12] intel: Make drm_intel_decode use a drm_intel_device
` [PATCH 05/12] intel: Use '||' for the boolean or
` [PATCH 06/12] intel: Kill the IS_9XX() macro
` [PATCH 07/12] intel: Kill the IS_GEN4() macro
` [PATCH 08/12] intel: Remove direct usage of IS_915()
` [PATCH 09/12] intel: Provide IS_GENX() macros taking a drm_intel_device as argument
` [PATCH 10/12] intel: Make test_decode fail gracefully the decode context is NULL
` [PATCH 11/12] intel: Make test_decode not depend on intel_chipset.h
` [PATCH 12/12] intel: Remove intel_chipset.h

[QA 2015/03/06 ww10] Testing report for `drm-intel-testing` (was: Updated -next)
 2015-03-06 14:13 UTC 

[PATCH v3 0/7] Skylake 90/270 display rotation
 2015-03-06 14:11 UTC  (9+ messages)
` [PATCH 1/7] drm/i915/skl: Extract tile height code into a helper function
` [PATCH 2/7] drm/i915: Use GGTT view when (un)pinning objects to planes
` [PATCH 3/7] drm/i915: Pass in plane state when (un)pinning frame buffers
` [PATCH 4/7] drm/i915: Helper function to determine GGTT view from plane state
` [PATCH 5/7] drm/i915/skl: Support secondary (rotated) frame buffer mapping
` [PATCH 6/7] drm/i915/skl: Query display address through a wrapper
` [PATCH 7/7] drm/i915/skl: Take 90/270 rotation into account in watermark calculations

[PATCH v3] drm/i915: Disable the mmio.debug WARN after it fires
 2015-03-06 14:02 UTC  (5+ messages)

[PATCH 2/2] drm/i915: Don't assume primary & cursor are always on for wm calculation
 2015-03-06 12:57 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Don't assume primary & cursor are always on for wm calculation (v2)

i915 when using vaapi, screen only refreshes on mouse movement
 2015-03-06 12:23 UTC  (10+ messages)

[PATCH] drm/i915: Reudce CHV DPLL min vco frequency to 4.8 GHz
 2015-03-06 11:41 UTC  (8+ messages)
    ` checkpatch spell checking (was: Re: [PATCH] drm/i915: Reudce CHV DPLL min vco frequency to 4.8 GHz)
      ` [PATCH] checkpatch: Add spell checking of email subject line
        ` [PATCH] checkpatch: spell check reudce

[PATCH] drm/i915: Add soft-pinning API for execbuffer
 2015-03-06  9:44 UTC 

[PATCH] core: Make the start of the debug output more clear
 2015-03-06  8:57 UTC 

Preventing zero GPU virtual address allocation
 2015-03-06  8:39 UTC  (7+ messages)
` [Intel-gfx] "
        ` [Beignet] "

[PATCH 0/9] external/drm: Fix static analysis issues
 2015-03-06  5:45 UTC  (10+ messages)
` [PATCH 1/9] external/drm: Validate bo_fake before using
` [PATCH 2/9] external/drm: Validate output of realloc()
` [PATCH 3/9] external/drm: Use snprintf instead of sprintf
` [PATCH 4/9] external/drm: Validate pointer before using
` [PATCH 5/9] external/drm: Validate function return value
` [PATCH 6/9] external/drm: Avoid negative array index value
` [PATCH 7/9] external/drm: Check function return value
` [PATCH 8/9] external/drm: Validate all memory allocations
` [PATCH 9/9] external/drm: Avoid uninitialized variable

[PATCH 1/2] drm/i915: Disable DDR DVFS on CHV
 2015-03-05 17:32 UTC  (3+ messages)

[PATCH 00/12] drm/i915: Redo VLV/CHV watermark code
 2015-03-05 17:22 UTC  (3+ messages)
` [PATCH 09/12] drm/i915: Rewrite "

[PATCH] drm/i915: More DPIO magic for CHV HDMI & DP
 2015-03-05 15:59 UTC  (6+ messages)
` [v2 0/5] "
  ` [v2 2/5] drm/i915: Limit max VCO supported in CHV to 6.48GHz

[PATCH] drm/i915: fix simple_return.cocci warnings
 2015-03-05 15:30 UTC  (2+ messages)

[PATCH v6 06/32] drm/i915: Extract context switch skip and pd load logic
 2015-03-05 14:37 UTC  (3+ messages)
` [PATCH] drm/i915: Extract context switch skip and add "

[PATCH 3/3] drm/i915: Update prop, int co-eff and gain threshold for CHV
 2015-03-05 14:35 UTC  (3+ messages)

[regression in linux-next] i915: broken graphics on laptop
 2015-03-05 14:27 UTC  (6+ messages)
` [Intel-gfx] "
      ` [Regression] WARNING: drivers/gpu/drm/i915/i915_gem.c:4525 i915_gem_free_object
        ` [Intel-gfx] "

[v2 4/5] drm/i915: Initialize CHV digital lock detect threshold
 2015-03-05 14:02 UTC  (5+ messages)
` [PATCH 2/3] "

[v2 3/5] drm/i915: Disable M2 frac division for integer case
 2015-03-05 14:00 UTC  (5+ messages)
` [PATCH 1/3] "


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