Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-11 13:35:08 to 2014-10-19 11:28:46 UTC [more...]

[RFC PATCH 0/3] drm driver for baytrail's vxd392
 2014-10-19 11:28 UTC  (27+ messages)
` [RFC PATCH 1/3] drm/i915: add vxd392 bridge in i915
    ` [Intel-gfx] "
` [RFC PATCH 2/3] drm/ipvr: drm driver for vxd392
        ` [Intel-gfx] "
  ` [Intel-gfx] [RFC PATCH 0/3] drm driver for baytrail's vxd392

v3.17, i915 vs nouveau: possible recursive locking detected
 2014-10-18 10:04 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] tests/kms_cursor_crc: HSW/BDW only have square cursors
 2014-10-17 22:07 UTC  (6+ messages)

[PATCH] drm/i915/chv: Use 16 and 32 for low and high drain latency precision
 2014-10-17 15:05 UTC 

[PATCH] drm/i915: disable IPS while getting the pipe CRCs
 2014-10-17 21:42 UTC 

dmar messages caused by graphics
 2014-10-17 21:17 UTC 

[PATCH] drm/i915: run intel_uncore_early_sanitize earlier on resume on non-VLV
 2014-10-17 19:01 UTC 

[PATCH] drm/i915: Change order of operations for VLV/CHV to not train DP link before PHYs are ready
 2014-10-17 18:41 UTC  (3+ messages)
` [PATCH V2] "
  ` [PATCH 2/3] "

[PATCH 00/17] drm/i915: Fix vlv/chv panel power sequencer
 2014-10-17 17:26 UTC  (21+ messages)
` [PATCH 01/17] drm/i915: Warn if trying to register eDP on port != B/C on vlv/chv
` [PATCH 02/17] drm/i915: Warn if stealing power sequencer from an active eDP port
` [PATCH 03/17] drm/i915: Remove high level intel_edp_vdd_{on, off}() from hpd/detect
` [PATCH 04/17] drm/i915: Store power sequencer delays in intel_dp
` [PATCH 05/17] drm/i915: Don't initialize power seqeuencer delays more than once
` [PATCH 06/17] drm/i915: Split power sequencer panel on/off functions to locked and unlocked variants
` [PATCH 07/17] drm/i915: Hold the pps mutex across the whole panel power enable sequence
` [PATCH 08/17] drm/i915: Wait for PHY port ready before link training on VLV/CHV
` [PATCH 09/17] drm/i915: Fix eDP link training when switching pipes "
` [PATCH 10/17] drm/i915: Kick the power sequencer before AUX transactions
` [PATCH 11/17] drm/i915: Make sure DPLL is enabled when kicking the power sequencer on VLV/CHV
` [PATCH 12/17] drm/i915: Don't kick the power seqeuncer just to check if we have vdd/panel power
` [PATCH 13/17] drm/i915: Clear PPS port select when giving up the power sequencer
` [PATCH 14/17] drm/i915: Warn if stealing non pipe A/B "
` [PATCH 15/17] drm/i915: Steal power sequencer in vlv_power_sequencer_pipe()
` [PATCH 16/17] drm/i915: Improve VDD/PPS debugs
` [PATCH 17/17] drm/i915: Warn if panel power is already on when enabling it

[PATCH 1/2] drm/i915: Do a dummy DPCD read before the actual read
 2014-10-17 16:38 UTC  (15+ messages)
` [PATCH 2/2] drm/i915: Ignore long hpds on eDP ports

[PATCH 00/89] Basic Skylake enabling
 2014-10-17 14:29 UTC  (3+ messages)
` [PATCH 00/89] Basic Skylake enabling (reviewers)

[PATCH] drm/i915/skl: Make sure to allocate mininum sizes in the DDB
 2014-10-17 13:02 UTC 

[PATCH i-g-t] skl_ddb_allocation: Respect the minimum number of blocks
 2014-10-17 13:02 UTC 

[PATCH] drm/i915: call drm_vblank_cleanup() earlier at unload
 2014-10-17 11:18 UTC  (2+ messages)

DRI3 only DDX driver
 2014-10-17 10:18 UTC  (3+ messages)

[PATCH 0/5] drm/i915: Random pile of VLV/CHV fixes
 2014-10-17  9:08 UTC  (10+ messages)
` [PATCH 1/5] drm/i915: Don't claim that we're resetting PCH ADPA register
` [PATCH 2/5] drm/i915: Fix GMBUSFREQ on vlv/chv
` [PATCH 3/5] drm/i915: Fix chv PCS DW11 register defines
` [PATCH 4/5] drm/i915: Do vlv cmnlane toggle w/a in more cases
` [PATCH 5/5] drm/i915: Initialize new chv primary plane and pipe blender registers

[PULL] drm-intel-next-fixes for 3.18
 2014-10-17  7:16 UTC 

[PATCH v2 0/8] Add enlightenments for vGPU
 2014-10-17  5:37 UTC  (9+ messages)
` [PATCH v2 1/8] drm/i915: Introduce a PV INFO page structure for Intel GVT-g
` [PATCH v2 2/8] drm/i915: Adds graphic address space ballooning logic
` [PATCH v2 3/8] drm/i915: Partition the fence registers for vgpu in i915 driver
` [PATCH v2 4/8] drm/i915: Disable framebuffer compression for i915 driver in VM
` [PATCH v2 5/8] drm/i915: Add the display switch logic for vgpu in i915 driver
` [PATCH v2 6/8] drm/i915: Disable power management for i915 driver in VM
` [PATCH v2 7/8] drm/i915: Create vgpu specific write MMIO to reduce traps
` [PATCH v2 8/8] drm/i915: Support alias ppgtt in VM if ppgtt is enabled

[RFC PATCH 3/3] libdrm: user mode helper for ipvr drm driver
 2014-10-17  0:36 UTC  (6+ messages)

[PATCH i-g-t 0/7] Miscellaneous fixes and improvements
 2014-10-16 19:56 UTC  (9+ messages)
` [PATCH i-g-t 1/7] Fix uninitialised variable warnings
` [PATCH i-g-t 2/7] lib: various documentation fixes
` [PATCH i-g-t 3/7] lib: add common min and max macros
` [PATCH i-g-t 4/7] quick_dump: fix distcheck
` [PATCH i-g-t 5/7] configure: include the skylake quick_dump files in EXTRA_DIST
` [PATCH i-g-t 6/7] drm_lib.sh: add standard command line options
` [PATCH i-g-t 7/7] tests: add a check for command line handling

[PATCH] drm/i915: Abort command parsing for chained batches
 2014-10-16 19:26 UTC  (2+ messages)
` [PATCH] drm/i915: Abort command parsing for chained

[PATCH] drm/i915: run intel_uncore_early_sanitize earlier on resume
 2014-10-16 16:04 UTC  (4+ messages)

[PATCH] drm/i915: add runtime PM get/put call in i915_execlists
 2014-10-16 15:13 UTC 

[PATCH] drm/i915: Document that mmap forwarding is discouraged
 2014-10-16 14:02 UTC  (4+ messages)

[PATCH] drm/i915: fix short vs. long hpd detection
 2014-10-16 12:09 UTC  (7+ messages)

[PATCH] drm/i915: Don't trust the DP_DETECT bit for eDP ports on CHV
 2014-10-16 12:09 UTC  (3+ messages)

[PATCH i-g-t] tests/kms_force_connector: fix assertion when VGA is already connected
 2014-10-16  9:47 UTC 

[PATCH v2 6/8] drm/i915: Disable power management for i915 driver in VM
 2014-10-16  9:06 UTC 

[PATCH v2 0/8] Add enlightenments for vGPU
 2014-10-16  6:24 UTC  (9+ messages)
` [PATCH v2 1/8] drm/i915: Introduce a PV INFO page structure for Intel GVT-g
` [PATCH v2 2/8] drm/i915: Adds graphic address space ballooning logic
` [PATCH v2 3/8] drm/i915: Partition the fence registers for vgpu in i915 driver
` [PATCH v2 4/8] drm/i915: Disable framebuffer compression for i915 driver in VM
` [PATCH v2 5/8] drm/i915: Add the display switch logic for vgpu in i915 driver
` [PATCH v2 6/8] drm/i915: Disable power management for i915 driver in VM
` [PATCH v2 7/8] drm/i915: Create vgpu specific write MMIO to reduce traps
` [PATCH v2 8/8] drm/i915: Support alias ppgtt in VM if ppgtt is enabled

[PATCH 1/2] tests/gem_exec_parse: fix batch_len setting for cmd-crossing-page
 2014-10-15 21:52 UTC  (2+ messages)
` [PATCH 2/2] tests/gem_exec_parse: test for chained batch buffers

[PATCH 0/3] Rework of the WM flush (for the DDB allocation)
 2014-10-15 17:34 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/skl: Stage the pipe DDB allocation
` [PATCH 2/3] drm/i915/skl: Flush the WM configuration
` [PATCH 3/3] drm/i915/skl: Log the order in which we flush the pipes in the WM code

[PATCH] lib: fix warnings on ignoring return values
 2014-10-15 17:09 UTC  (2+ messages)

[RFC] drm/i915: Remove FIXME_lrc_ctx backpointer
 2014-10-15 10:02 UTC  (2+ messages)

[PATCH] tests/pm_rc6_residency: Split RC6p and RC6pp
 2014-10-14 17:23 UTC 

[PATCH] lib/igt_aux: make igt_wait_for_pm_status() resist the signal helper
 2014-10-14 19:12 UTC 

[PATCH i-g-t 1/3] skl_ddb_allocation: Add a standalone version of the DDB allocator
 2014-10-14 16:34 UTC  (3+ messages)
` [PATCH i-g-t 2/3] skl_ddb_allocation: Add checks on the DDB entries
` [PATCH i-g-t 3/3] skl_ddb_allocation: Make 'end' exclusive in the DDB allocation entry

[PATCH 0/8] SKL WM fixups
 2014-10-14 16:31 UTC  (9+ messages)
` [PATCH 1/8] drm/i915/skl: Make 'end' of the DDB allocation entry exclusive
` [PATCH 2/8] drm/i915/skl: Use a more descriptive parameter name in skl_compute_plane_wm()
` [PATCH 3/8] drm/i915/skl: Move the per-latency maximum test earlier
` [PATCH 4/8] drm/i915/skl: Reduce the number of holes in struct skl_wm_level
` [PATCH 5/8] drm/i915/skl: Move all the WM compute functions in one place
` [PATCH 6/8] drm/i915/skl: Rework when the transition WMs are computed
` [PATCH 7/8] drm/i915/skl: Correctly align skl_compute_plane_wm() arguments
` [PATCH 8/8] drm/i915/skl: Reduce the indentation level in skl_write_wm_values()

[PATCH] drm/i915: Broaden application of set-domain(GTT)
 2014-10-14 12:47 UTC  (2+ messages)

[PATCH 1/4] igt/gem_concurrent_blit: Inject hangs before verifying contents
 2014-10-14 11:28 UTC  (4+ messages)
` [PATCH 2/4] igt/gem_pread_after_blit: Inject hangs!
` [PATCH 3/4] igt/gem_reloc_vs_hang: "
` [PATCH 4/4] igt/gem_evict_(alignment|everything): contend with GPU hangs

[PATCH 1/2] sna: Fix URB offset shift on 3DSTATE_SBE
 2014-10-14  7:06 UTC  (3+ messages)
` [PATCH 2/2] sna: a bit of cleanup on gen8_render.h

[PATCH] drm/i915: Audio N value computed for pixel doubled modes
 2014-10-13 23:46 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 1/2] Revert "tests/kms_psr_sink_crc: Wait 2 vblanks before grabing the new crc."
 2014-10-13 10:39 UTC  (2+ messages)
` [PATCH 2/2] Revert "tests/kms_sink_crc_basic: "

[RFC] drm/i915: Remove FIXME_lrc_ctx backpointer
 2014-10-13 15:52 UTC 

[PATCH 1/4] drm/i915: Restore default render context after hw state reset
 2014-10-13 15:22 UTC  (5+ messages)
` [PATCH 3/4] drm/i915: Build workaround list in ring initialization
` [PATCH 4/4] drm/i915: Check workaround status on dfs read time

[drm/i915] 5ba60fc3d71: dmesg.WARNING:at_drivers/gpu/drm/i915/intel_pm.c:sandybridge_pcode_write_i915()
 2014-10-13 10:18 UTC  (2+ messages)

significant ioremap leak in i915?
 2014-10-13  4:58 UTC  (5+ messages)

[RFC 0/6] Rearranging PPS related code
 2014-10-13  4:55 UTC  (3+ messages)

[PATCH] drm/i915: fix wait ioctl with negative timeout
 2014-10-12 16:40 UTC  (2+ messages)

[PATCH 08/37] mi: Drop plane argument from miHandleExposures
 2014-10-12 15:39 UTC  (4+ messages)

[drm/i915] WARNING: CPU: 2 PID: 260 at drivers/gpu/drm/i915/intel_display.c:1151 assert_plane+0x83/0x90 [i915]()
 2014-10-11 14:11 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