public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-03-30 12:02:59 to 2015-04-01 02:36:04 UTC [more...]

[PATCH] drm/i915: Pass along pipe_config to intel_psr_ready()
 2015-04-01  2:36 UTC  (3+ messages)

[PATCH] drm/i915/bdw: WaProgramL3SqcReg1Default
 2015-03-31 23:03 UTC 

[PATCH] drm/i915: Simplify and fix object to display tracking
 2015-03-31 23:01 UTC  (13+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PULL] drm-intel-next
 2015-03-31 22:22 UTC  (2+ messages)

[PATCH 0/5] i965/skl: Add YF/YS tiling support
 2015-03-31 22:16 UTC  (14+ messages)
` [PATCH 1/5] i965/skl: Add macros for Yf/Ys tiling formats
` [PATCH 2/5] i965/skl: Move tile_width computations out of drm_intel_gem_bo_tile_pitch
` [PATCH 3/5] i965/skl: Set tile width and height for YF/YS tiling
` [PATCH 4/5] Align YS tile base address to 64KB
` [PATCH 5/5] build: Bump the version to 2.4.61

[PATCH 1/7] lib: add igt_wait()
 2015-03-31 22:05 UTC  (8+ messages)
` [PATCH 7/7] lib: add igt_draw

[PATCH] drm/i915: Set best_encoder field of connector_state also when disabling
 2015-03-31 20:40 UTC  (3+ messages)

[PATCH 00/59] Remove the outstanding_lazy_request
 2015-03-31 18:32 UTC  (71+ messages)
` [PATCH 01/59] drm/i915: Rename 'do_execbuf' to 'execbuf_submit'
` [PATCH 02/59] drm/i915: Make intel_logical_ring_begin() static
` [PATCH 03/59] drm/i915: Move common request allocation code into a common function
` [PATCH 04/59] drm/i915: Fix for ringbuf space wait in LRC mode
` [PATCH 05/59] drm/i915: Reserve ring buffer space for i915_add_request() commands
` [PATCH 07/59] drm/i915: Early alloc request in execbuff
` [PATCH 08/59] drm/i915: Set context in request from creation even in legacy mode
` [PATCH 09/59] drm/i915: Merged the many do_execbuf() parameters into a structure
` [PATCH 11/59] drm/i915: Update alloc_request to return the allocated request
` [PATCH 16/59] drm/i915: Add flag to i915_add_request() to skip the cache flush
` [PATCH 18/59] drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ring
` [PATCH 20/59] drm/i915: Don't tag kernel batches as user batches
` [PATCH 21/59] drm/i915: Add explicit request management to i915_gem_init_hw()
` [PATCH 22/59] drm/i915: Update ppgtt_init_ring() & context_enable() to take requests
` [PATCH 24/59] drm/i915: Update do_switch() to take a request structure
` [PATCH 25/59] drm/i915: Update deferred context creation to do explicit request management
` [PATCH 28/59] drm/i915: Update i915_gem_object_sync() to take a request structure
` [PATCH 29/59] drm/i915: Update overlay code to do explicit request management
` [PATCH 30/59] drm/i915: Update queue_flip() to take a request structure
` [PATCH 38/59] drm/i915: Update switch_mm() "
` [PATCH 39/59] drm/i915: Update ring->flush() to take a requests structure
` [PATCH 43/59] drm/i915: Update ring->emit_request() to take a request structure
` [PATCH 46/59] drm/i915: Update ring->sync_to() "
` [PATCH 49/59] drm/i915: Update intel_ring_begin() "
` [PATCH 50/59] drm/i915: Update intel_logical_ring_begin() "
` [PATCH 51/59] drm/i915: Add *_ring_begin() to request allocation
` [PATCH 53/59] drm/i915: Remove the now obsolete 'outstanding_lazy_request'
` [PATCH 54/59] drm/i915: Move the request/file and request/pid association to creation time
` [PATCH 55/59] drm/i915: Remove fallback poll for ring buffer space
` [PATCH 56/59] drm/i915: Remove 'faked' request from LRC submission
` [PATCH 57/59] drm/i915: Update a bunch of LRC functions to take requests
` [PATCH 58/59] drm/i915: Remove the now obsolete 'i915_gem_check_olr()'
` [PATCH 59/59] drm/i915: Remove the almost obsolete i915_gem_object_flush_active()

[PATCH] drm: Kernel Crash in drm_unlock
 2015-03-31 18:20 UTC  (16+ messages)
` [PATCH] drm: Possible lock priority escalation
` [PATCH] drm: Fixes unsafe deference in locks

[PATCH 0/8] igt: add basic Broxton support
 2015-03-31 17:32 UTC  (9+ messages)
` [PATCH 1/8] tools/intel_bios_reader: fix SSC freq for VLV/CHV
` [PATCH 2/8] lib/intel_chipset: fix HAS_PCH_SPLIT on CHV
` [PATCH 3/8] lib/intel_chipset: fix HAS_PCH_SPLIT on GEN9
` [PATCH 4/8] lib/bxt: Add Broxton PCI ids
` [PATCH 5/8] list-workarounds/bxt: Add Broxton to the list of valid platorms
` [PATCH 6/8] tools/intel_bios_read: fix SSC freq for BXT
` [PATCH 7/8] tools/intel_reg_dumper: fix DSPCNTR decode "
` [PATCH 8/8] tools/intel_reg_dumper: fix PIPECONF decode

Kernel panic every other reboot/poweroff since 3.19.3 ( commit 9a6f5130143 )
 2015-03-31 17:17 UTC  (3+ messages)

[intel-gfx][PATCH V4] Displayport compliance testing V4
 2015-03-31 17:15 UTC  (10+ messages)
` [PATCH 1/9] drm/i915: Add automated testing support for Displayport compliance testing
` [PATCH 2/9] drm/i915: Update intel_dp_check_link_status() "
` [PATCH 3/9] drm/i915: Add a delay in Displayport AUX transactions for "
` [PATCH 4/9] drm/i915: Add check for corrupt raw EDID header for Displayport "
` [PATCH 5/9] drm/i915: Update the EDID automated compliance test function
` [PATCH 6/9] drm/i915: Update intel_dp_hpd_pulse() to check link status for non-MST operation
` [PATCH 7/9] drm/i915: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling
` [PATCH 8/9] drm/i915: Add debugfs test control files for Displayport compliance testing
` [PATCH 9/9] drm: Fix the 'native defer' message in drm_dp_i2c_do_msg()

[PATCH 0/2] BXT basic slice/subslice/EU stuff
 2015-03-31 16:59 UTC  (3+ messages)
` [PATCH 1/2] drm/i915/bxt: Determine BXT slice/subslice/EU info
` [PATCH 2/2] drm/i915/bxt: Add BXT HW status to SSEU status

[PATCH i-g-t] tests/drv_getparams: Skip instead of fail on EINVAL
 2015-03-31 15:44 UTC  (2+ messages)

[PATCH] Revert "drm/i915: Performed deferred clflush inside set-cache-level"
 2015-03-31 15:35 UTC  (2+ messages)

[PATCH 0/5] drm/i915: gen2 fixes
 2015-03-31 14:59 UTC  (9+ messages)
` [PATCH 1/5] drm/i915: Enable DVO 2x clock around DVO encoder init
` [PATCH 2/5] drm/i915: Convert BUGs to WARNs in the video overlay code
` [PATCH 3/5] drm/i915: Convert overlay->{active, pfit_active} to bools
` [PATCH 4/5] drm/i915: Mark the overlay active only if we got ring space
` [PATCH 5/5] drm/i915: Enable mmeory self-refresh on 85x

All sort of cdclk stuff
 2015-03-31 14:45 UTC  (26+ messages)
` [PATCH 01/19] drm/i915: Return more precise cdclk for gen2/3
` [PATCH 02/19] drm/i915: Fix i855 get_display_clock_speed
` [PATCH 04/19] drm/i915: Add cdclk extraction for g33, g965gm and g4x
` [PATCH 05/19] drm/i915: ILK cdclk seems to be 450MHz
` [PATCH 06/19] drm/i915: Assume 400MHz cdclk for the rest of gen4-7
` [PATCH 07/19] drm/i915: Simplify ilk_get_aux_clock_divider
` [PATCH 08/19] drm/i915: Convert the ddi cdclk code to get_display_clock_speed
` [PATCH 10/19] drm/i915: Cache current cdclk frequency in dev_priv
` [PATCH 11/19] drm/i915: Use cached cdclk value
` [PATCH 12/19] drm/i915: Unify ilk and hsw .get_aux_clock_divider
` [PATCH 13/19] drm/i915: Store max cdclk value in dev_priv
` [PATCH 14/19] drm/i915: Don't enable IPS when pixel rate exceeds 95% of cdclk
` [PATCH 15/19] drm/i915: HSW cdclk support
` [PATCH 16/19] drm/i915: Add IS_BDW_ULX
` [PATCH 17/19] drm/i915: BDW clock change support
` [PATCH 18/19] drm/i915: Limit CHV max cdclk
` [PATCH 19/19] drm/i915: Modeset global_pipes() update

[PULL] topic/drm-misc
 2015-03-31 14:31 UTC  (2+ messages)

[PATCH 2/2] drm/i915: Only enabled DRRS if PRS won't be enabled on this pipe
 2015-03-31 13:34 UTC  (5+ messages)

[PATCH 00/18] Command submission via GuC for SKL
 2015-03-31 13:11 UTC  (6+ messages)
` [PATCH 06/18] drm/i915: Defer default hardware context initialisation until first open

[PATCH] drm/i915/bxt: Add Broxton steppings
 2015-03-31 12:56 UTC  (3+ messages)

[PATCH i-g-t v3] tests: install test programs to libexec
 2015-03-31 12:53 UTC  (5+ messages)
  ` [PATCH i-g-t v4] "
      ` [PATCH i-g-t v5] "

[PATCH] drm/i915/skl: Enabling PSR2 SU with frame sync
 2015-03-31 12:40 UTC  (5+ messages)

[PATCH 00/49] Basic Broxton enabling
 2015-03-31 11:18 UTC  (3+ messages)
` [PATCH 06/49] drm/i915/bxt: Broxton has 3 sprite planes on pipe A/B, 2 on pipe C

[PATCH i-g-t 2/2] tests: Add test for pipe B and C interactions in IVB
 2015-03-31  9:47 UTC  (3+ messages)
` [PATCH v4] "

intel gm45 chipset problem
 2015-03-31  6:57 UTC 

[PATCH 2/2] i-g-t: Adding panel fitting test case
 2015-03-30 20:53 UTC  (2+ messages)

[PATCH 1/2] i-g-t: Adding plane scaling test case
 2015-03-30 20:52 UTC  (2+ messages)

[PATCH v2] i-g-t: Adding test case to test background color
 2015-03-30 20:44 UTC  (2+ messages)
` [PATCH v3] "

A picking of low hanging fruit
 2015-03-30 19:15 UTC  (13+ messages)
` [PATCH 17/49] drm/i915: Implement inter-engine read-read optimisations
` [PATCH 18/49] drm/i915: Reduce frequency of unspecific HSW reg debugging
` [PATCH 38/49] drm/i915: Skip allocating shadow batch for 0-length batches

[PATCH 00/21 v2] Adding support for skylake shared scalers
 2015-03-30 19:06 UTC  (8+ messages)
` [PATCH 10/21 v2] drm/i915: Helper function to detach a scaler from a plane or crtc

[PATCH] drm/i915: Clean-up idr table if context create fails
 2015-03-30 17:06 UTC  (3+ messages)

[PATCH i-g-t 1/2] lib: add some defines to help spatch parsing
 2015-03-30 15:59 UTC  (3+ messages)
` [PATCH i-g-t 2/2] tests: apply igt.cocci

[PATCH v3 0/5] CHV PM fix & Improvements
 2015-03-30 15:41 UTC  (5+ messages)
` [PATCH v3 1/5] drm/i915/chv: Remove Wait for a previous gfx force-off

[PATCH] drm/atomic: Don't try to free a NULL state
 2015-03-30 14:52 UTC  (4+ messages)

[PATCH i-g-t] tests/gem_tiled_fence_blits: split into subtests
 2015-03-30 14:24 UTC  (2+ messages)

Addressing the intel VCH on the i2c bus / R31 dithering
 2015-03-30 14:06 UTC  (8+ messages)
    `  "

[PATCH 33/49] drm/i915/bxt: Add DC9 Trigger sequence
 2015-03-30 12:19 UTC  (2+ messages)

[PATCH 2/2] drm/i915/skl: Support for 90/270 rotation
 2015-03-30 12:15 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