Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-05 05:07:37 to 2013-08-07 00:54:59 UTC [more...]

[PATCH 0/9] Haswell Package C8+
 2013-08-07  0:54 UTC  (13+ messages)
` [PATCH 1/9] drm/i915: add the FCLK case to intel_ddi_get_cdclk_freq
` [PATCH 2/9] drm/i915: wrap GTIMR changes
` [PATCH 3/9] drm/i915: wrap GEN6_PMIMR changes
` [PATCH 4/9] drm/i915: don't update GEN6_PMIMR when it's not needed
` [PATCH 5/9] drm/i915: add dev_priv->pm_irq_mask
` [PATCH 6/9] drm/i915: don't disable/reenable IVB error interrupts when not needed
` [PATCH 7/9] drm/i915: allow package C8+ states on Haswell (disabled)
` [PATCH 8/9] drm/i915: add i915_pc8_status debugfs file
` [PATCH 9/9] drm/i915: enable Package C8+ by default

[PATCH 00/29] Completion of i915 VMAs v2
 2013-08-07  0:28 UTC  (43+ messages)
` [PATCH 08/29] drm/i915: Rework __i915_gem_shrink
` [PATCH 09/29] drm/i915: thread address space through execbuf
` [PATCH 10/29] drm/i915: make caching operate on all address spaces
` [PATCH 11/29] drm/i915: BUG_ON put_pages later
` [PATCH 13/29] drm/i915: clear domains for all objects on reset
  ` [PATCH 13/29] drm/i915: eliminate dead domain clearing "
` [PATCH 14/29] drm/i915: Restore PDEs on gtt restore
` [PATCH 17/29] drm/i915: plumb VM into bind/unbind code
` [PATCH 18/29] drm/i915: Use new bind/unbind in eviction code
` [PATCH 19/29] drm/i915: turn bound_ggtt checks to bound_any
` [PATCH 20/29] drm/i915: Fix up map and fenceable for VMA
` [PATCH 21/29] drm/i915: mm_list is per VMA
` [PATCH 25/29] drm/i915: Convert execbuf code to use vmas
` [PATCH 26/29] drm/i915: Convert active API to VMA
` [PATCH 28/29] drm/i915: Use the new vm [un]bind functions

[PULL] drm-intel-next
 2013-08-07  0:27 UTC  (2+ messages)

[PATCH 00/12] Completion of i915 VMAs
 2013-08-06 23:28 UTC  (16+ messages)
` [PATCH 01/12] drm/i915: plumb VM into object operations
  ` Maintainer-review fluff (was: Re: [PATCH 01/12] drm/i915: plumb VM into object operations)

[PATCH] drm/i915: increase the default timeout in wait_seqno to 60s
 2013-08-06 22:45 UTC 

[PATCH 00/13] drm/i915: More ILK+ watermark prep patches
 2013-08-06 20:56 UTC  (27+ messages)
` [PATCH 01/13] drm/i915: Use 'enabled' instead of 'enable' consistentnly in sprite WM code
` [PATCH 02/13] drm/i915: Pull watermark level validity check out
` [PATCH 03/13] drm/i915: Split watermark level computation from the code
` [PATCH 04/13] drm/i915: Kill fbc_enable from hsw_lp_wm_results
` [PATCH 05/13] drm/i915: Rename hsw_data_buf_partitioning to intel_ddb_partitioning
` [PATCH 06/13] drm/i915: Rename hsw_lp_wm_result to intel_wm_level
` [PATCH 07/13] drm/i915: Calculate max watermark levels for ILK+
` [PATCH 08/13] drm/i915; Pull some watermarks state into a separate structure
` [PATCH 09/13] drm/i915: Split plane watermark parameters into a separate struct
` [PATCH 10/13] drm/i915: Pass crtc to our update/disable_plane hooks
` [PATCH 11/13] drm/i915: Don't try to disable plane if it's already disabled
` [PATCH 12/13] drm/i915: Pass plane and crtc to intel_update_sprite_watermarks
` [PATCH 13/13] drm/i915: Always call intel_update_sprite_watermarks() when disabling a plane

[PATCH 0/8] Allow Package C8+
 2013-08-06 20:43 UTC  (13+ messages)
` [PATCH 5/8] drm/i915: avoid waking up from PC8 on GMBUS operations
` [PATCH i-g-t] tests: add pc8

Port the i915 HDMI infoframe code to the common infrastructure v2
 2013-08-06 19:32 UTC  (13+ messages)
` [PATCH 01/12] video/hdmi: Replace the payload length by their defines
` [PATCH 02/12] video/hdmi: Introduce a generic hdmi_infoframe union
` [PATCH 03/12] video/hdmi: Add a macro to return the size of a full infoframe
` [PATCH 04/12] video/hmdi: Clear the whole incoming buffer, not just the infoframe size
` [PATCH 05/12] drm: Don't generate invalid AVI infoframes for CEA modes
` [PATCH 06/12] drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a type
` [PATCH 07/12] drm/i915/hdmi: Port the infoframe code to the common hdmi helpers
` [PATCH 08/12] drm/i915/sdvo: Port the infoframe code to the shared infrastructure
` [PATCH 09/12] drm/i915: Remove the now obsolete infoframe definitions
` [PATCH 10/12] drm: Handle the DBLCLK flag in the common infoframe helper
` [PATCH 11/12] drm: Set aspect ratio fields in the AVI infoframe even for non CEA modes
` [PATCH 12/12] drm/i915/hmdi: Rename set_infoframe() to write_infoframe()

[PATCH 1/4] drm/i915: Rename I915_CACHE_MLC_LLC to L3_LLC for Ivybridge
 2013-08-06 19:26 UTC  (14+ messages)
` [PATCH 2/4] drm/i915: Update rules for reading cache lines through the LLC
` [PATCH 3/4] drm/i915: Update rules for writing through the LLC with the cpu
` [PATCH 4/4] drm/i915: Only do a chipset flush after a clflush

Port the i915 HDMI infoframe code to the common infrastructure
 2013-08-06 19:17 UTC  (21+ messages)
` [PATCH 1/8] video/hdmi: Replace the payload length by their defines
` [PATCH 2/8] video/hdmi: Introduce a generic hdmi_infoframe union
` [PATCH 3/8] video/hdmi: Add a macro to return the size of a full infoframe
` [PATCH 4/8] drm/i915/hdmi: Change the write_infoframe vfunc to take a buffer and a type
` [PATCH 5/8] drm/i915/hdmi: Port the infoframe code to the common hdmi helpers
` [PATCH 6/8] drm/i915/hmdi: Rename set_infoframe() to write_infoframe()
` [PATCH 7/8] drm/i915/sdvo: Port the infoframe code to the shared infrastructure
` [PATCH 8/8] drm/i915: Remove the now obsolete infoframe definitions

[PATCH] drm/i915: Export intel_framebuffer_fini
 2013-08-06 18:09 UTC  (3+ messages)

3.10.2 : new warning WARNING: at drivers/gpu/drm/i915/intel_display.c:1656 ironlake_crtc_disable+0x7ce/0x800 [i915]()
 2013-08-06 18:03 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Invalidate TLBs for the rings after a reset
 2013-08-06 18:01 UTC 

i915/intel_display.c:1656 ironlake_crtc_disable+0x7ce/0x800 [i915]()
 2013-08-06 17:45 UTC  (2+ messages)

[PATCH] drm/i915: Cancel outstanding modeset workers before suspend
 2013-08-06 14:19 UTC  (5+ messages)

[PATCH] drm/i915: dp: increase probe retries
 2013-08-06 14:00 UTC  (3+ messages)

[igt PATCH 0/4] add support for testing clone output configs
 2013-08-06  9:23 UTC  (7+ messages)
` [igt PATCH 1/4] lib: shorten DP/eDP connector names
` [igt PATCH 2/4] lib: handle SIGSEGV similarly to other error signals
` [igt PATCH 3/4] lib: add subtest extra command line option handling
` [igt PATCH 4/4] tests: add kms_setmode

[PATCH] configure.ac: fix dri enabled with kms only picked
 2013-08-06  8:39 UTC  (2+ messages)

[PATCH] drm/i915: make SDVO TV-out work for multifunction devices
 2013-08-06  6:57 UTC  (2+ messages)
` [PATCH] drm/i915: make SDVO TV-out work for multifunction devices v2

[PATCH 1/2] drm/i915: silence useless messages about DDI buffer translation
 2013-08-06  6:34 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: remove use_fdi_mode argument from intel_prepare_ddi_buffers

linux-next: manual merge of the akpm tree with the drm-intel tree
 2013-08-06  5:45 UTC 

[PATCH] drm/i915: Sync the hotplug work when device suspending
 2013-08-06  1:00 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: add fast boot support for Haswell
 2013-08-05 22:42 UTC  (6+ messages)
    ` [Intel-gfx] "

[RFC][PATCH] drm/i915: Try to avoid most cache flushes on LLC platforms (WIP)
 2013-08-05 21:25 UTC  (2+ messages)

[PATCH 0/17] drm/i915: ILK+ watermark prep patches
 2013-08-05 16:41 UTC  (14+ messages)
` [PATCH v2 01/17] drm/i915: Add scaled paramater to update_sprite_watermarks()
` [PATCH v2 12/17] drm/i915: Store the watermark latency values in dev_priv
` [PATCH v2 15/17] drm/i915: Disable specific watermark levels when latency is zero
` [PATCH 17/17] drm/i915: Add comments about units of latency values

intel-ddx: v2.21.14 breaks with llvm/clang v3.3
 2013-08-05 15:48 UTC  (5+ messages)

[PATCH 1/2] drm/i915: check the power well when redisabling VGA
 2013-08-05 15:46 UTC  (2+ messages)

[PATCH] drm/i915: Don't call encoder's get_config unless encoder is active
 2013-08-05 15:39 UTC  (2+ messages)

i915 INFO: trying to register non-static key
 2013-08-05 13:48 UTC  (12+ messages)
` i915 backlight

Disable connectors at compile time or runtime
 2013-08-05 12:37 UTC 

[kbuild] [drm-intel:drm-intel-nightly 20/35] drivers/gpu/drm/i915/intel_hdmi.c:1067:1-11: second lock on line 1086
 2013-08-05 10:32 UTC  (2+ messages)

[PATCH] [v4] drm/i915/hsw: Change default LLC age to 3
 2013-08-05  8:21 UTC  (2+ messages)

[PATCH] i915: fix ACPI _DSM warning
 2013-08-05  7:19 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 1/2] drm/i915: Use Write-Through cacheing for the display plane on Iris
 2013-08-05  6:55 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Tidy the macro casting by using an inline function

[PATCH] drm/i915: fix missed hunk after GT access breakage
 2013-08-05  6:22 UTC  (2+ messages)
  ` [Intel-gfx] "

[PATCH 1/3] drm/gma500: Remove useless define
 2013-08-05  6:21 UTC  (5+ messages)
` [PATCH 2/3] drm/i915: "
` [PATCH 3/3] drm: Remove drm_mode_validate_clocks

[PATCH] drm/i915: make user mode sync polarity setting explicit
 2013-08-05  6:15 UTC  (3+ messages)

[PATCH v3 1/3] drm/i915: rearrange vlv dp enable and pre_enable callbacks
 2013-08-05  6:14 UTC  (4+ messages)
` [PATCH v3 3/3] drm/i915: move encoder->enable callback later in VLV crtc enable

gpu outputs slave and cache flushing
 2013-08-05  6:11 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] drm/i915: Squelch repeated reasoning for why FBC cannot be activated
 2013-08-05  5:37 UTC  (7+ messages)

[PATCH] drm/i915: Acquire dpio_lock for VLV sideband programming in DP/HDMI
 2013-08-05  5:35 UTC  (5+ messages)

[PATCH] drm/i915: update last_vblank when disabling the power well
 2013-08-05  5:30 UTC  (5+ messages)

[PATCH] drm/i915: enable IPS for bpp <= 24
 2013-08-05  5:32 UTC  (3+ messages)

[PATCH 00/35] drm/i915: ILK+ watermark rewrite
 2013-08-05  5:23 UTC  (4+ messages)
` [PATCH 11/35] drm/i915: Add SNB/IVB support to intel_read_wm_latency

[PATCH] [v2] drm/i915/hsw: Change default LLC age to 3
 2013-08-05  5:07 UTC  (7+ messages)
` [PATCH] [v3] "


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