Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-24 12:47:29 to 2013-04-30 08:44:53 UTC [more...]

[PATCH 0/6] opregion asle enable cleanups
 2013-04-30  8:47 UTC  (16+ messages)
` [PATCH 1/6] drm/i915: cleanup opregion technology enabled indicator defines
` [PATCH 2/6] drm/i915: manage opregion asle driver readiness properly
` [PATCH 3/6] drm/i915: untie opregion init and asle irq/pipestat enable
` [PATCH 4/6] drm/i915: cleanup redundant checks from intel_enable_asle
` [PATCH 5/6] drm/i915: cleanup opregion asle pipestat enable
` [PATCH 6/6] drm/i915: drop locking from "

Provide a simulation friendly test environment v2
 2013-04-29 23:00 UTC  (13+ messages)
` [PATCH 01/10] README: Reword a few sentences
` [PATCH 02/10] build: Make grep silent when running make test
` [PATCH 03/10] lib: Remove the execution bit of intel_chipset.h
` [PATCH 04/10] Update .gitignore files with the new tests and tools
` [PATCH 05/10] lib: Add the declaration of intel_register_access_needs_fakewake()
` [PATCH 06/10] reg_dumper: Shut a warning down
` [PATCH 07/10] lib: Rename IGT_QUICK to INTEL_SIMULATION
` [PATCH 08/10] lib: Introduce drmtest_skip_on_simulation()
` [PATCH 09/10] tests: Black list tests we don't want to run on simulation
` [PATCH 10/10] tests: Instrument tests run in simulation to run quickly

[PATCH 4/4] drm/i915: hw state readout support for pipe timings
 2013-04-29 20:14 UTC  (4+ messages)
` [PATCH] "

[PATCH 00/15] high-bpp fixes and fdi auto dithering
 2013-04-29 19:51 UTC  (21+ messages)
` [PATCH 06/15] drm/i915: allow high-bpc modes on DP
` [PATCH 07/15] drm/i915: Fixup non-24bpp support for VGA screens on Haswell
` [PATCH 08/15] drm/i915: move intel_crtc->fdi_lanes to pipe_config
` [PATCH 11/15] drm/i915: compute fdi lane config earlier
` [PATCH 12/15] drm/i915: Split up ironlake_check_fdi_lanes
` [PATCH 14/15] drm/i915: don't count cpu ports for fdi B/C lane sharing
` [PATCH 15/15] drm/i915: implement fdi auto-dithering

[PATCH 13/15] drm/i915: move fdi lane configuration checks ahead
 2013-04-29 17:34 UTC  (4+ messages)
` [PATCH] "

[PATCH 09/15] drm/i915: hw state readout support for pipe_config->fdi_lanes
 2013-04-29 17:33 UTC  (5+ messages)
` [PATCH] "
    ` [PATCH] drm/i915: put the right cpu_transcoder into pipe_config for hw state readout

[PATCH] drm/i915: put the right cpu_transcoder into pipe_config for hw state readout
 2013-04-29 16:29 UTC 

[PATCH] drm/i915: hsw: fix link training for DP/eDP on port-A
 2013-04-29 15:25 UTC  (2+ messages)
` [PATCH v2] drm/i915: hsw: fix link training for eDP "

[PATCH] drm/i915: Add private api for power well usage -- alignment between graphic team and audio team
 2013-04-29 15:02 UTC  (13+ messages)

[PULL] drm-intel-fixes for 3.10
 2013-04-29  6:58 UTC 

[PATCH 0/8] i-g-t: vebox test case
 2013-04-28 12:02 UTC  (13+ messages)
` [PATCH 3/8] tests: storedw on VEBOX
` [PATCH 4/8] gem_cs_tlb.c: add vebox test case
` [PATCH 5/8] gem_exec_nop.c: "
` [PATCH 8/8] gem_ring_sync_loop.c: fix an operator error

[PATCH 00/18] Introduce the Haswell VECS
 2013-04-28  0:59 UTC  (19+ messages)
` [PATCH 01/18] drm/i915: Comments for semaphore clarification
` [PATCH 02/18] drm/i915: Semaphore MBOX update generalization
` [PATCH 03/18] drm/i915: Introduce VECS: the 4th ring
` [PATCH 04/18] drm/i915: Add VECS semaphore bits
` [PATCH 05/18] drm/i915: Rename ring flush functions
` [PATCH 06/18] drm/i915: add HAS_VEBOX
` [PATCH 07/18] drm/i915: Vebox ringbuffer init
` [PATCH 08/18] drm/i915: Create a more generic pm handler for hsw+
` [PATCH 09/18] drm/i915: make PM interrupt writes non-destructive
` [PATCH 10/18] drm/i915: Create an ivybridge_irq_preinstall
` [PATCH 11/18] drm/i915: Add PM regs to pre install
` [PATCH 12/18] drm/i915: Convert irq_refounct to struct
` [PATCH 13/18] drm/i915: consolidate interrupt naming scheme
` [PATCH 14/18] drm/i915: vebox interrupt get/put
` [PATCH 15/18] drm/i915: Enable vebox interrupts
` [PATCH 16/18] drm/i915: add VEBOX into debugfs
` [PATCH 17/18] drm/i915: add I915_EXEC_VEBOX to i915_gem_do_execbuffer()
` [PATCH 18/18] drm/i915: add I915_PARAM_HAS_VEBOX to i915_getparam

[PATCH v2] drm/i915: Always normalize return timeout for wait_timeout_ioctl
 2013-04-27 19:51 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] intel: Sync the parameter of i915_getparma with the kernel
 2013-04-27 18:35 UTC  (3+ messages)
` [PATCH 2/2] intel: Add support for VEBOX ring (v2)

[PATCH] drm/i915: correct the calculation of first_pd_entry_in_global_pt
 2013-04-27 14:53 UTC  (3+ messages)

[PATCH] drm/i915: Only print the info message about incresing stolen size for FBC once
 2013-04-27 11:51 UTC  (6+ messages)

[PATCH 01/26] drm/i915: sprite support for ValleyView
 2013-04-26 21:40 UTC  (3+ messages)
` [PATCH 17/26] drm/i915: remove VLV MSI IRQ hack

[PATCH 1/6] drm/i915: Add support for FBC on Ivybridge
 2013-04-26  9:15 UTC  (9+ messages)
` [PATCH 2/6] drm/i915: IVB FBC WaFbcAsynchFlipDisableFbcQueue
` [PATCH 3/6] drm/i915: IVB FBC WaFbcDisableDpfcClockGating
` [PATCH 4/6] drm/i915: Enable FBC at Haswell
` [PATCH 5/6] drm/i915: HSW FBC WaFbcAsynchFlipDisableFbcQueue
` [PATCH 6/6] drm/i915: HSW FBC WaFbcDisableDpfcClockGating

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww17
 2013-04-26  7:41 UTC 

[PATCH 1/3] drm/i915: move lvds_border_bits to pipe_config
 2013-04-25 20:52 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: rip out indirection for pfit pipe_config assignment
` [PATCH 3/3] drm/i915: move border color writes to pfit_enable

[PATCH 1/3] drm/i915: factor out GMCH panel fitting code and use for eDP v3
 2013-04-25 20:20 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: move PCH pfit controls into pipe_config
` [PATCH 3/3] drm/i915: warn about invalid pfit modes

[PATCH 0/7] dp dpll pipe_config conversion + random stuff
 2013-04-25 19:22 UTC  (23+ messages)
` [PATCH 1/7] drm/i915: consolidate pch pll computations a bit
` [PATCH 3/7] drm/i915: move dp clock computations to encoder->compute_config
` [PATCH 4/7] drm/i915: use pipe_config for lvds dithering
        ` [PATCH] "
` [PATCH 6/7] drm/i915: remove redundant has_pch_encoder check
` [PATCH 7/7] drm/i915: simplify config->pixel_multiplier handling

[PATCH 1/6] drm/i915: Enable FBC at Ivybridge
 2013-04-25 19:15 UTC  (4+ messages)
` [PATCH] drm/i915: Add support for FBC on Ivybridge

[PATCH 00/12] [RFC] PPGTT prep patches part 1
 2013-04-25 17:22 UTC  (14+ messages)
` [PATCH 08/12] drm/i915: Update context_fini
` [PATCH 09/12] drm/i915: Split context enabling from init
` [PATCH 12/12] drm/i915: No contexts without ppgtt

[PATCH 1/2] drm/i915: factor out GMCH panel fitting code and use for eDP v2
 2013-04-25 14:38 UTC  (5+ messages)

[PATCH] drm/i915: Ivybridge is the odd one when it comes to pipe scalers
 2013-04-25 14:32 UTC  (2+ messages)

[PATCH 0/4] drm/i915: backlight locking, cleanup
 2013-04-25 14:13 UTC  (10+ messages)
` [PATCH 2/4] drm/i915: protect backlight registers and data with a spinlock
` [PATCH 4/4] drm/i915: hsw backlight registers need transcoder instead of pipe
        ` [PATCH v2] "

[PATCH 0/3] drm/i915: opregion cleanup
 2013-04-25 13:41 UTC  (8+ messages)
` [PATCH 3/3] drm/i915: drop code duplication in favor of asle interrupt handler
      ` [PATCH v2 "

[PATCH 2/7] drm/i915: shovel compute clock into crtc->config.dpll on ilk
 2013-04-25 11:00 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915: Add private api for power well usage
 2013-04-25  8:38 UTC  (4+ messages)

[PATCH v3 00/16] arb robustness enablers v3
 2013-04-24 23:27 UTC  (2+ messages)

[PATCH] drm/i915: Re-enable FBC WM if the watermark is good on gen6+
 2013-04-24 18:09 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/6] Enabling Frame Buffer Compression (FBC) for IVB and HSW
 2013-04-24 17:41 UTC  (11+ messages)
` [PATCH 2/6] drm/i915: IVB FBC WaFbcAsynchFlipDisableFbcQueue
` [PATCH 3/6] drm/i915: IVB FBC WaFbcDisableDpfcClockGating
` [PATCH 4/6] drm/i915: Enable FBC at Haswell
` [PATCH 5/6] drm/i915: HSW FBC WaFbcAsynchFlipDisableFbcQueue
` [PATCH 6/6] drm/i915: HSW FBC WaFbcDisableDpfcClockGating

[PATCH] drm/i915: Remove unused power well register definitions
 2013-04-24 17:10 UTC  (2+ messages)

[PATCH 0/4] drm/edid: Recognize 60Hz and 59.94Hz CEA modes v2
 2013-04-24 16:07 UTC  (5+ messages)
` [PATCH 1/4] drm: Remove explicit vrefresh initialization from DRM_MODE()
` [PATCH v2 2/4] drm: Add drm_mode_equal_no_clocks()
` [PATCH 3/4] drm/edid: Populate vrefresh for CEA modes
` [PATCH 4/4] drm/edid: Check both 60Hz and 59.94Hz when looking for a CEA mode

[PATCH 0/6] drm: drm_rect and clipping for intel sprite planes v2
 2013-04-24 15:52 UTC  (7+ messages)
` [PATCH v5 1/6] drm: Add struct drm_rect and assorted utility functions
` [PATCH v4 2/6] drm: Add drm_rect_calc_{hscale, vscale}() "
` [PATCH v3 3/6] drm: Add drm_rect_debug_print()
` [PATCH 4/6] drm: Add drm_rect_equals()
` [PATCH v6 5/6] drm/i915: Implement proper clipping for video sprites
` [PATCH v2 6/6] drm/i915: Relax the sprite scaling limits checks

[PATCH] drm/i915: simplify DP/DDI port width macros
 2013-04-24 14:09 UTC  (3+ messages)

[PATCH] drm/i915: implement high-bpc + pipeconf-dither support for g4x/vlv
 2013-04-24 13:07 UTC  (3+ messages)


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