public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-04-29 08:52:49 to 2014-05-05 12:47:54 UTC [more...]

[PATCH 00/10] Enable RC6/Turbo on CHV
 2014-05-05 12:47 UTC  (5+ messages)
` [PATCH 01/10] drm/i915/bdw: Implement a basic PM interrupt handler
` [PATCH 02/10] drm/i915: Enable PM Interrupts target via Display Interface
` [PATCH 03/10] drm/i915/chv: Enable Render Standby (RC6) for Cherryview
` [PATCH 04/10] drm/i915/chv: Added CHV specific register read and write

[PATCH v2 24/25] drm/i915: propagate the error code from runtime PM callbacks
 2014-05-05 12:44 UTC  (5+ messages)
` [PATCH v3 "

[RFC] drm/i915: Scratch page optimization for blanking buffer
 2014-05-05 12:39 UTC  (4+ messages)

[PATCH v2 00/25] vlv: add support for RPM
 2014-05-05 12:21 UTC  (6+ messages)
` [PATCH v2 23/25] drm/i915: add various missing GTI/Gunit register definitions
  ` [PATCH v3 "

[PATCH v2 25/25] drm/i915: vlv: add runtime PM support
 2014-05-05 12:19 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v4 "

[RFC 0/2] Reduce the time for which 'struct_mutex' is held
 2014-05-05  9:44 UTC  (6+ messages)
` [RFC 1/2] drm/i915: Pre-allocation of shmem pages of a GEM object
` [RFC 2/2] drm/i915: Moved the cache flush outside the 'struct_mutex' lock

[RFC] libdrm_intel: Add support for userptr objects
 2014-05-05  9:35 UTC  (5+ messages)

[PULL] topic/core-stuff
 2014-05-05  9:19 UTC 

[PATCH v2] drm/i915: Pre-allocation of shmem pages of a GEM object
 2014-05-05  8:17 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Improve fallback ring waiting
 2014-05-05  8:07 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Flush request queue when waiting for ring space

[PATCH] drm/i915: Adding debug code for dp_m2_n2 in crtc_config
 2014-05-05  8:19 UTC  (2+ messages)
` [PATCH v2] drm/i915: State readout and cross-checking for dp_m2_n2

[PULL] drm-intel-next
 2014-05-05  6:39 UTC  (3+ messages)

[PATCH 01/10] drm/i915/bdw: Implement a basic PM interrupt handler
 2014-05-05  5:55 UTC  (4+ messages)
` [PATCH 04/10] drm/i915/chv: Added CHV specific register read and write

[PATCH] drm/i915: restore backlight precision when converting from opregion
 2014-05-05  1:40 UTC  (7+ messages)
  ` [PATCH v2] "
          ` [Intel-gfx] "

[PATCH v3 2/3] drm/i915: New drm crtc property for varying the Pipe Src size
 2014-05-04 10:21 UTC  (8+ messages)
` [PATCH v4 2/4] "
  ` [PATCH 4/4] drm/i915: Changed the return type from 'void', so as to return an error

[PATCH 0/5] untested DRM node alloc cleanups
 2014-05-03 17:56 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: Use topdown allocation for PPGTT PDEs on gen6/7
` [PATCH 2/5] drm/i915: Extract node allocation from bind
` [PATCH 3/5] drm/i915: WARN on unexpected return from drm_mm
` [PATCH 4/5] drm/i915: Limit the number of node allocation retries
` [PATCH 5/5] drm/i915: Use new drm node allocator for PPGTT

Install latest driver on Ubuntu 12.04
 2014-05-03 14:20 UTC 

[PATCH 00/13] [REPOST] BDW Semaphores
 2014-05-03  2:23 UTC  (23+ messages)
` [PATCH 01/13] drm/i915: Move semaphore specific ring members to struct
` [PATCH 02/13] drm/i915: Virtualize the ringbuffer signal func
` [PATCH 03/13] drm/i915: Move ring_begin to signal()
` [PATCH 04/13] drm/i915: Make semaphore updates more precise
` [PATCH 05/13] drm/i915: gen specific ring init
` [PATCH 06/13] drm/i915/bdw: implement semaphore signal
` [PATCH 07/13] drm/i915/bdw: implement semaphore wait
` [PATCH 08/13] drm/i915: Implement MI decode for gen8
` [PATCH 09/13] drm/i915/bdw: poll semaphores
` [PATCH 10/13] drm/i915: Extract semaphore error collection
` [PATCH 11/13] drm/i915/bdw: collect semaphore error state
` [PATCH 12/13] drm/i915: semaphore debugfs
  ` [PATCH 12.1/13] drm/i915: Small semaphore debugfs fixup
` [PATCH 13/13] DONT_MERGE drm/i915: FORCE_RESTORE for gen8 semaphores

[PATCH] drm/i915/bdw: Don't allow the FBC base to be 0
 2014-05-03  1:48 UTC  (7+ messages)

[RFC 0/3] render state initialization (bdw rc6)
 2014-05-02 22:09 UTC  (4+ messages)
` [PATCH 3/3] drm/i915: add null render states for gen6, gen7 and gen8

[RFC] xf86-video-intel: enable hw-generated binding tables
 2014-05-02 18:24 UTC  (4+ messages)

[PATCH 1/2] drm/i915: Fix dynamic allocation of physical handles
 2014-05-02 17:17 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Make the physical object coherent with GTT

[PATCH 00/71] drm/i915/chv: Add Cherryview support
 2014-05-02 11:27 UTC  (30+ messages)
` [PATCH 01/71] drm/i915/chv: IS_BROADWELL() should not be true for Cherryview
` [PATCH 02/71] drm/i915/chv: Add IS_CHERRYVIEW() macro
` [PATCH 03/71] drm/i915/chv: PPAT setup for Cherryview
` [PATCH 05/71] drm/i915/chv: Enable aliasing PPGTT for CHV
` [PATCH 06/71] drm/i915/chv: Add PIPESTAT register bits for Cherryview
` [PATCH 07/71] drm/i915/chv: Add DPFLIPSTAT "
` [PATCH 08/71] drm/i915/chv: Add display interrupt registers "
` [PATCH 09/71] drm/i915/chv: Add DPINVGTT registers defines "
    ` [PATCH v2 "
` [PATCH 20/71] drm/i915/chv: find the best divisor for the target clock v4
` [PATCH 21/71] drm/i915/chv: Add update and enable pll for Cherryview
    ` [PATCH v6 "
` [PATCH 22/71] drm/i915/chv: Add phy supports "
` [PATCH 23/71] drm/i915/chv: Pipe select change for DP and HDMI
` [PATCH 24/71] drm/i915/chv: Add DPLL state readout support

[PATCH] drm/i915: Hang counting is now always per-fd, so relax the ioctl for DEFAULT_CONTEXT
 2014-05-02 11:16 UTC  (4+ messages)
` [PATCH 1/1] tests/gem_reset_stats: EPERM check not needed

[PATCH] drm/i915/bdw: Use timeout mode for RC6 on bdw
 2014-05-01 22:35 UTC  (7+ messages)

[PATCH] drm/i915: Expand error state's address width to 64b
 2014-05-01 10:18 UTC  (12+ messages)
` [PATCH] [v2] "
  ` [PATCH] intel_error_decode: use 64b gtt_offset
` [PATCH] drm/i915: Support 64b execbuf

[PATCH] drm/i915: Support 64b relocations
 2014-05-01  8:04 UTC  (2+ messages)

[PATCH 00/66] runtime pm for DPMS
 2014-04-30 17:30 UTC  (6+ messages)

[PATCH v3] drm/i915: Add boot paramter to control rps boost at boot time
 2014-04-30 17:27 UTC  (4+ messages)

[PATCH i-g-t 1/4] kms: Add universal plane support
 2014-04-30 17:11 UTC  (4+ messages)
` [PATCH i-g-t 2/4] kms: Add igt_drm_plane_try_commit()
` [PATCH i-g-t 3/4] kms_plane: Update for universal plane changes
` [PATCH i-g-t 4/4] kms_universal_plane: Universal plane testing (v2)

[PATCH 0/4] Intel primary plane support (v6)
 2014-04-30 17:07 UTC  (5+ messages)
` [PATCH 1/4] drm: Check CRTC compatibility in setplane
` [PATCH 2/4] drm/plane-helper: Add drm_primary_helper_check_update() (v2)
` [PATCH 3/4] drm/i915: don't force full modeset if primary plane is disabled
` [PATCH 4/4] drm/i915: Intel-specific primary plane handling (v6)

[PATCH] tests/Makefile.sources: Remove empty last line
 2014-04-30 16:16 UTC 

[PATCH] tests: Fix make depencies for test list
 2014-04-30 16:05 UTC 

[PATCH 07/24] drm/i915: Remove useless checks from primary enable/disable
 2014-04-30 16:01 UTC  (8+ messages)
` [PATCH v2 "
        ` [PATCH] drm/i915: Make primary_enabled match the actual hardware state

[PATCH] drm/i915: Avoid NULL ctx->obj dereference in debugfs/i915_context_info
 2014-04-30 12:40 UTC  (4+ messages)

[PATCH] drm/i915: vlv: init only needed state during early power well enabling
 2014-04-30  7:55 UTC  (2+ messages)

[PATCH] drm/i915: Try to stop rings before reset
 2014-04-30  7:36 UTC  (5+ messages)

[PATCH] drm/i915: don't try DP_LINK_BW_5_4 on HSW ULX
 2014-04-30  6:55 UTC  (4+ messages)

[PATCH] intel_reg_dumper: add PIPE_MULT
 2014-04-30  5:56 UTC 

haswell's PIPE_CLK_SEL registers
 2014-04-30  5:39 UTC  (2+ messages)

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree
 2014-04-30  2:37 UTC 

[PATCH] intel_reg_dumper: add more details for DisplayPort MST regs
 2014-04-29 23:41 UTC 

[PATCH 01/13] drm/i915: Move semaphore specific ring members to struct
 2014-04-29 21:43 UTC  (4+ messages)
` [PATCH 10/13] drm/i915/bdw: collect semaphore error state

[RFC PATCH 1/2] drm/i915: shuffle panel code
 2014-04-29 20:37 UTC  (3+ messages)
` [RFC PATCH 2/2] drm/i915: respect the VBT minimum backlight brightness

[PATCH for stable 3.14 only 0/1] drm/i915: restore QUIRK_NO_PCH_PWM_ENABLE
 2014-04-29 16:32 UTC  (3+ messages)
` [PATCH for stable 3.14 only 1/1] "

[PATCH] drm/i915: Sanitize the enable_ppgtt module option once
 2014-04-29 15:48 UTC  (6+ messages)

[PATCH 09/24] drm/i915: Keep vblank interrupts enabled while enabling/disabling planes
 2014-04-29 14:04 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 00/24] drm/i915: Two part watermark update for ILK+
 2014-04-29 14:00 UTC  (14+ messages)
` [PATCH 02/24] drm/i915: Add some more tracked state to intel_pipe_wm
` [PATCH 08/24] drm/i915: Shuffle wait_for_vblank out of primary_enable/disable funcs
` [PATCH 11/24] drm/i915: Check hw vs. sw watermark state after programming

[PATCH v4 0/9] drm/i915: Atomic sprites v4
 2014-04-29 11:46 UTC  (13+ messages)
` [PATCH 1/9] drm/i915: Fix scanout position for real
` [PATCH v4 2/9] drm/i915: Add intel_get_crtc_scanline()
` [PATCH v8 3/9] drm/i915: Make sprite updates atomic
` [PATCH v2 4/9] drm/i915: Perform primary enable/disable atomically with sprite updates
` [PATCH v4 5/9] drm/i915: Add pipe update trace points
` [PATCH 6/9] drm/i915: Add a small adjustment to the pixel counter on interlaced modes
` [PATCH 7/9] drm/i915: Improve gen3/4 frame counter
` [PATCH v2 8/9] drm/i915: Draw a picture about video timings
` [PATCH 9/9] drm/i915: Fix gen2 and hsw scanline counter

[PATCH 1/2] drm/i915: Place the Global GTT VM first in the list of VM
 2014-04-29 10:50 UTC  (9+ messages)
` [PATCH 2/2] drm/i915: Print captured bo for all VM in error state


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