public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-03-04 00:57:34 to 2015-03-05 16:57:33 UTC [more...]

[PATCH] drm/i915: Reudce CHV DPLL min vco frequency to 4.8 GHz
 2015-03-05 16:57 UTC  (7+ messages)
    ` checkpatch spell checking (was: Re: [PATCH] drm/i915: Reudce CHV DPLL min vco frequency to 4.8 GHz)
      ` checkpatch spell checking (was: Re: [Intel-gfx] "
      ` [PATCH] checkpatch: Add spell checking of email subject line

[PATCH 00/51] Remove the outstanding_lazy_request
 2015-03-05 16:53 UTC  (52+ 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 02/53] drm/i915: Add missing trace point to LRC execbuff code path
  ` [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 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 libdrm 00/12] Introduce drm_intel_device and use i915_pciid.h
 2015-03-05 16:20 UTC  (13+ 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

[PATCH 4/5] drm/i915: Modifying RC6 Promotion timer for Media workloads
 2015-03-05 15:57 UTC  (2+ messages)
` [PATCH v2] "

[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 1/3] drm/i915/skl: Allow universal planes to position
 2015-03-05 15:56 UTC  (9+ messages)
` [PATCH 2/3] drm/i915: Using plane state parameters instead of pipe's
` [PATCH 3/3] drm/i915/skl: Support for 90/270 rotation

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

Preventing zero GPU virtual address allocation
 2015-03-05 15:27 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH 1/2] drm/i915: Don't require primary->fb in intel_crtc_active()
 2015-03-05 15:07 UTC  (14+ messages)
` [PATCH 2/2] drm/i915: Don't assume primary & cursor are always on for wm calculation

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

[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] "

[PATCH v3 0/7] Skylake 90/270 display rotation
 2015-03-05 14:07 UTC  (8+ 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

i915 when using vaapi, screen only refreshes on mouse movement
 2015-03-05 14:06 UTC  (8+ messages)

[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] "

[PATCH 21/53] drm/i915: Set context in request from creation even in legacy mode
 2015-03-05 13:42 UTC  (2+ messages)

[PATCH 0/4] drm/i915/skl: Support for edp1.4 intermediate frequencies
 2015-03-05 13:11 UTC  (11+ messages)
` [PATCH 2/4] drm/i915/skl: Read sink supported rates from edp panel
    ` [PATCH] "
` [PATCH 3/4] drm/i915/skl: Add support for edp 1.4 intermediate frequencies
    ` [PATCH] "
` [PATCH 4/4] drm/i915/skl: Program PLL for edp1.4 "

[PATCH] drm/i915: Add debugfs entry for DRRS
 2015-03-05 13:04 UTC  (6+ messages)

[PATCH] drm/i915: Make WAIT_IOCTL negative timeouts be indefinite again
 2015-03-05 12:27 UTC  (3+ messages)

[PATCH] drm/i915: Setup all page directories for gen8
 2015-03-05 12:14 UTC  (4+ messages)

[PATCH] drm/i915: Setup all page directories for gen8
 2015-03-05 12:13 UTC  (5+ messages)

[PATCH 1/7] drm/i915: PSR: Remove wrong LINK_DISABLE
 2015-03-05 12:06 UTC  (11+ messages)
` [PATCH 4/7] drm/i915: PSR VLV: Add single frame update
` [PATCH 5/7] drm/i915: Make sure we invalidate frontbuffer on fbcon

[PATCH 0/7] FBC frontbuffer tracking conversion, v3
 2015-03-05 11:52 UTC  (9+ messages)
` [PATCH 5/7] drm/i915: also do frontbuffer tracking on pwrites
` [PATCH 6/7] drm/i915: add frontbuffer tracking to FBC

[PATCH 0/6] eDP DRRS based on frontbuffer tracking
 2015-03-05 11:49 UTC  (4+ messages)
` [PATCH] drm/i915: Fixing mutex deadlock window at eDP DRRS

[PULL] drm-intel-fixes
 2015-03-05 11:29 UTC 

[PATCH] drm/i915: Remove wait for for punit to updates freq
 2015-03-05 10:30 UTC  (4+ messages)
` [PATCH] drm/i915: Update PM interrupts before updating the freq

[PATCH v3 00/10] Added missing changes for Turbo feature on SKL
 2015-03-05 10:26 UTC  (16+ messages)
` [PATCH 1/8] drm/i915/skl: Added new macros
` [PATCH 2/8] drm/i915/skl: Updated intel_gpu_freq() and intel_freq_opcode()
` [PATCH 3/8] drm/i915/skl: Updated the gen6_init_rps_frequencies function
` [PATCH 4/8] drm/i915/skl: Updated the gen6_set_rps function
` [PATCH 6/8] drm/i915/skl: Updated the gen6_rps_limits function
` [PATCH 09/10] drm/i915/skl: Updated the act_freq_mhz_show sysfs function

[PATCH] drm/i915: Export total subslice and EU counts
 2015-03-05  4:35 UTC  (2+ messages)

[PATCH] drm/i915/skl: power on DP AUX well when getting CRTC power domains
 2015-03-04 22:58 UTC  (2+ messages)

[4.0-rc2] WARNING at intel_check_page_flip
 2015-03-04 18:32 UTC  (2+ messages)

[PATCH 00/23] Remove depencies on staged config for atomic transition
 2015-03-04 17:51 UTC  (20+ messages)
` [PATCH 01/23] drm/i915: Set crtc backpointer when duplicating crtc state
` [PATCH 04/23] drm/i915: Add intel_atomic_get_crtc_state() helper function
` [PATCH 05/23] drm/i915: Allocate a drm_atomic_state for the legacy modeset code
` [PATCH 06/23] drm/i915: Add an optional atomic state argument to intel_set_mode()
` [PATCH 11/23] drm/i915: Copy the staged connector config to the legacy atomic state
` [PATCH 20/23] drm/i915: Use atomic state in pipe_has_enabled_pch()
` [PATCH 21/23] drm/i915: Convert intel_pipe_will_have_type() to using atomic state

[PATCH v2 0/8] Skylake 90/270 display rotation
 2015-03-04 16:58 UTC  (3+ messages)
` [PATCH 1/8] drm: Pass in new and old plane state to prepare_fb and cleanup_fb
  ` [Intel-gfx] "

[PATCH] drm/mm: Support 4 GiB and larger ranges
 2015-03-04 16:20 UTC  (2+ messages)

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

[PATCH] drm/i915: Add I915_PARAM_REVISION
 2015-03-04 16:16 UTC  (2+ messages)

[PATCH 00/12] drm/i915: Redo VLV/CHV watermark code
 2015-03-04 15:26 UTC  (11+ messages)
` [PATCH 10/12] drm/i915: Support maxfifo with two planes on CHV
` [PATCH 11/12] drm/i915: Program PFI credits for VLV
` [PATCH 12/12] drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV

[PATCH i-g-t v2] tests/gem_render_tiled_blits: split into subtests
 2015-03-04 15:18 UTC  (2+ messages)

[PATCH 0/5] Skylake 90/270 display rotation
 2015-03-04 15:04 UTC  (6+ messages)
` [PATCH 3/5] drm/i915/skl: Support secondary (rotated) frame buffer mapping

[PATCH] demos/intel_sprite_on : Sprite Stress Testing
 2015-03-04 14:48 UTC  (2+ messages)

[PATCH 1/2] acpi/video: Load the module even if ACPI is disabled
 2015-03-04 14:39 UTC  (3+ messages)

[PATCH 00/12] PPGTT with 48b addressing
 2015-03-04 13:08 UTC  (10+ messages)
` [PATCH 02/12] drm/i915/bdw: Abstract PDP usage
` [PATCH 05/12] drm/i915/bdw: implement alloc/free for 4lvl
` [PATCH 06/12] drm/i915/bdw: Add 4 level switching infrastructure

[PATCH] drm/i915: Fix modeset state confusion in the load detect code
 2015-03-04 12:41 UTC  (2+ messages)

[PATCH 1/3] drm/i915: DP link training optimization
 2015-03-04 10:03 UTC  (2+ messages)
` [PATCH 2/3] "

[PATCH 8/8] drm/i915/skl: Take 90/270 rotation into account in watermark calculations
 2015-03-04  9:10 UTC  (2+ messages)

[PATCH v2] drm/i915: gen4: work around hang during hibernation
 2015-03-04  8:15 UTC  (4+ messages)

[PATCH 23/23] drm/i915: Remove usage of encoder->new_crtc from clock computations
 2015-03-04  7:22 UTC  (2+ messages)

[PATCH] drm/i915: Changes for calculating dsi clk for CHT
 2015-03-04  2:17 UTC  (2+ messages)


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