public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2015-02-07 13:35:29 to 2015-02-10 20:57:51 UTC [more...]

[PATCH 0/6] Prefer wbinvd() where appropriate
 2015-02-10 20:49 UTC  (12+ messages)
` [PATCH 1/6] drm/i915: Remove the useless flush_chipset
` [PATCH 2/6] drm/i915: Pass eb_vmas to execbuffer implementations
` [PATCH 3/6] drm/i915: Opportunistically reduce flushing at execbuf
` [PATCH 4/6] drm/i915: Add debugfs knobs for wbinvd threshold
` [PATCH 5/6] drm/i915: Extract checking the necessity of flush
` [PATCH 6/6] drm/i915: obey wbinvd threshold in more places

[PATCH 00/10] Random cleanups
 2015-02-10 19:32 UTC  (11+ messages)
` [PATCH 01/10] drm/i915: Garbage collect orphaned prototypes
` [PATCH 02/10] drm/i915: Make intel_ring_setup_status_page() static
` [PATCH 03/10] drm/i915: Remove intel_dsi_cmd.h
` [PATCH 04/10] drm/i915: Make intel_lr_context_render_state_init() static
` [PATCH 05/10] drm/i915: Make intel_logical_ring_begin() static
` [PATCH 06/10] drm/i915: Make intel_logical_ring_advance_and_submit() static
` [PATCH 07/10] drm/i915: Make intel_dp_check_link_status() static
` [PATCH 08/10] drm/i915: Make intel_dp_unpack_aux() static
` [PATCH 09/10] drm/i915: MAke intel_unpin_fb_obj() static
` [PATCH 10/10] drm/i915: Remove the IS_SNB_G1 define

[PATCH] drm/i915: Stop requesting error_state reports
 2015-02-10 19:27 UTC 

[PATCH 01/15] drm/i915: Make dp aux pack/unpack public outside intel_dp.c
 2015-02-10 19:26 UTC  (3+ messages)
` [PATCH 04/15] drm/i915: Parse VBT PSR block

[PATCH i-g-t 01/17] lib/gt: api polish for igt_can_hang_ring
 2015-02-10 18:06 UTC  (17+ messages)
` [PATCH i-g-t 02/17] lib/ioctl: api polish for gem_context_has_param
` [PATCH i-g-t 03/17] lib/ioctl: gem_ prefix for igt_require_mmap_wc
` [PATCH i-g-t 04/17] igt/ioctls: doc for gem_mmap
` [PATCH i-g-t 05/17] lib/ioctls: make gem_context_set/get_param infallible
` [PATCH i-g-t 06/17] lib/ioctl: Add gem_context_destroy helpers
` [PATCH i-g-t 07/17] tests/gem_ctx_*: Use helpers
` [PATCH i-g-t 08/17] tests/gem_reset_stat: Use new ctx helpers
` [PATCH i-g-t 09/17] lib/ioctl: Document ctx param functions
` [PATCH i-g-t 10/17] tests: Add gem_ctx_param_basic
` [PATCH i-g-t 11/17] tests: Add invalid pad tests for ctx create/destroy
` [PATCH i-g-t 12/17] tests/gem_ppgtt: Start rcs before bcs for context tests
` [PATCH i-g-t 13/17] tests: Align subtest with naming convention
` [PATCH i-g-t 14/17] lib/igt_aux: s/swap/igt_swap/
` [PATCH i-g-t 15/17] tests/gem_wait: Adjust makefile
` [PATCH i-g-t 16/17] doc: Consolidate naming conventions into docbook
` [PATCH i-g-t 17/17] lib/igt_gt: Document and consolidate

[PATCH v2] tests/kms_addfb: Add support for fb modifiers
 2015-02-10 17:17 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/5] i915 fb modifier support, respun
 2015-02-10 17:16 UTC  (32+ messages)
` [PATCH 1/5] drm/i915: Add tiled framebuffer modifiers
  ` [PATCH] "
  ` [PATCH] drm/i915: Add fb format modifier support
` [PATCH 2/5] "
` [PATCH 3/5] drm/i915: Use fb format modifiers in skylake_update_primary_plane
` [PATCH 4/5] drm/i915: Announce support for framebuffer modifiers
` [PATCH 5/5] drm: Also check unused fields for addfb2
  ` [PATCH 1/2] drm/i915: Set up fb format modifier for initial plane config
    ` [PATCH 2/2] drm/i915: Switch +intel_fb_align_height to fb format modifiers
` [PATCH v2 00/13] i915 fb modifier support, respun
  ` [PATCH 01/13] RFC: drm: add support for tiled/compressed/etc modifier in addfb2
  ` [PATCH 02/13] drm/i915: Add tiled framebuffer modifiers
  ` [PATCH 03/13] drm/i915: Add fb format modifier support
  ` [PATCH 04/13] drm/i915: Show frame buffer modifier in debug info
  ` [PATCH 05/13] drm: Also check unused fields for addfb2
  ` [PATCH 06/13] drm/i915: Set up fb format modifier for initial plane config
  ` [PATCH 07/13] drm/i915: Switch +intel_fb_align_height to fb format modifiers
  ` [PATCH 08/13] drm/i915: Use fb format modifiers in skylake_update_primary_plane
  ` [PATCH 09/13] drm/i915/skl: CS flips are not supported with execlists
  ` [PATCH 10/13] drm/i915/skl: Use fb modifiers for sprites
  ` [PATCH 11/13] drm/i915: Use fb modifiers in intel_check_cursor_plane
  ` [PATCH 12/13] drm/i915: Use fb modifiers in intel_pin_and_fence_fb_obj
  ` [PATCH 13/13] drm/i915: Announce support for framebuffer modifiers

About CTX_CONTEXT_CONTROL initialization in populate_lr_context() intel_lrc.c
 2015-02-10 16:25 UTC  (7+ messages)

Compile error - xserver-xorg-video-intel
 2015-02-10 16:04 UTC 

[PATCH] drm/i915/skl: handle all pixel formats in skylake_update_primary_plane()
 2015-02-10 14:06 UTC  (3+ messages)

[PATCH 00/18] A few more workarounds
 2015-02-10 14:02 UTC  (21+ messages)
` [PATCH 01/18] drm/i915: Support not having an init clock gating function defined
` [PATCH 02/18] drm/i915/skl: Implement WaDisableHBR2
` [PATCH 03/18] drm/i915/skl: Document the WM read latency W/A with its name
` [PATCH 04/18] drm/i915/skl: Provide a gen9 specific init_render_ring()
` [PATCH 05/18] drm/i915/skl: Make the init clock gating function skylake specific
` [PATCH 06/18] drm/i915/skl: Implement WaSetGAPSunitClckGateDisable
` [PATCH 07/18] drm/i915/skl: Implement WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
` [PATCH 08/18] drm/i915/skl: Document that we implement WaRsClearFWBitsAtReset
` [PATCH 09/18] drm/i915/skl: Implement WaEnableLbsSlaRetryTimerDecrement
` [PATCH 10/18] drm/i915/skl: Implement WaDisableVFUnitClockGating
` [PATCH 11/18] drm/i915/skl: Introduce a SKL specific init_workarounds()
` [PATCH 12/18] drm/i915/skl: Implement WaDisablePowerCompilerClockGating
` [PATCH 13/18] drm/i915/skl: Implement WaDisablePartialResolveInVc
` [PATCH 14/18] drm/i915/skl: Implement WaDisableLSQCROPERFforOCL
` [PATCH 15/18] drm/i915/skl: Implement WaDisableHDCInvalidation
` [PATCH 16/18] drm/i915/skl: Implement WaDisableChickenBitTSGBarrierAckForFFSliceCS
` [PATCH 17/18] drm/i915/skl: Implement WaCcsTlbPrefetchDisable:skl
` [PATCH 18/18] drm/i915/skl: Implement WaBarrierPerformanceFixDisable

[PATCH 00/12] drm/i915: Redo VLV/CHV watermark code
 2015-02-10 13:28 UTC  (13+ messages)
` [PATCH 01/12] drm/i915: Reduce CHV DDL multiplier to 16/8
` [PATCH 02/12] drm/i915: Kill DRAIN_LATENCY_PRECISION_* defines
` [PATCH 03/12] drm/i915: Simplify VLV drain latency computation
` [PATCH 04/12] drm/i915: Hide VLV DDL precision handling
` [PATCH 05/12] drm/i915: Reorganize VLV DDL setup
` [PATCH 06/12] drm/i915: Pass plane to vlv_compute_drain_latency()
` [PATCH 07/12] drm/i915: Read out display FIFO size on VLV/CHV
` [PATCH 08/12] drm/i915: Make sure PND deadline mode is enabled "
` [PATCH 09/12] drm/i915: Rewrite VLV/CHV watermark code
` [PATCH 10/12] drm/i915: Support maxfifo with two planes on CHV
` [PATCH 11/12] drm/i915: Program PFI credits for VLV
` [PATCH 12/12] drm/i915: Enable the maxfifo PM5 mode when appropriate on CHV

[PATCH] drm/i915: More DPIO magic for CHV HDMI & DP
 2015-02-10 12:43 UTC  (2+ messages)

[PATCH] drm/i915: Quietly reject attempts to create non-pagealigned stolen objects
 2015-02-10 12:34 UTC  (6+ messages)
      ` [Intel-gfx] "

[PATCH] drm/i915: Really ignore long HPD pulses on eDP
 2015-02-10 12:29 UTC  (2+ messages)

[RESEND 0/9] Reviewed FBC patches
 2015-02-10 12:19 UTC  (15+ messages)
` [PATCH 1/9] drm/i915: don't try to find crtcs for FBC if it's disabled
` [PATCH 2/9] drm/i915: don't keep reassigning FBC_UNSUPPORTED
` [PATCH 3/9] drm/i915: change dev_priv->fbc.plane to dev_priv->fbc.crtc
` [PATCH 4/9] drm/i915: pass which operation triggered the frontbuffer tracking
` [PATCH 5/9] drm/i915: also do frontbuffer tracking on pwrites
` [PATCH 6/9] drm/i915: add frontbuffer tracking to FBC
` [PATCH 7/9] drm/i915: extract intel_fbc_find_crtc()
` [PATCH 8/9] drm/i915: HSW+ FBC is tied to pipe A
` [PATCH 9/9] drm/i915: gen5+ can have FBC with multiple pipes

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

[PATCH v2] drm/i915/bdw: Implement WaForceContextSaveRestoreNonCoherent
 2015-02-10 11:57 UTC  (5+ messages)
  ` [PATCH v3] "

[PATCH] drm/i915: Do not invalidate obj->pages under mempressure
 2015-02-10 11:38 UTC  (10+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915/skl: Add check for minimum allocable Display Data Blocks
 2015-02-10  4:09 UTC  (6+ messages)
  ` [PATCH v2] drm/i915/skl: Make sure to allocate mininum sizes in the DDB

[PATCH] drm/i915: Correct the base value while updating LP_OUTPUT_HOLD in MIPI_PORT_CTRL
 2015-02-09 18:23 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915: Insert a command barrier on BLT/BSD cache flushes
 2015-02-09 18:15 UTC  (5+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

[PATCH 0/2] gen 9 h/w w/a cleanup
 2015-02-09 18:16 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: gen 9 h/w w/a Fix stepping check

[PATCH 00/10] drm/i915: HardWare WorkArounds for gen 9
 2015-02-09 18:10 UTC  (6+ messages)
` [PATCH 03/10] drm/i915: gen 9 h/w w/a (WaDisablePartialInstShootdown)

Kernel 3.19rc6 flooding intel_check_page_flip warnings when using compton
 2015-02-09 17:30 UTC  (5+ messages)

[PATCH] drm/i915: Use symbolic irqreturn for ->hpd_pulse
 2015-02-09 17:06 UTC  (4+ messages)

[RFC 0/6] Use framebuffer modifiers for tiled display
 2015-02-09 16:58 UTC  (5+ messages)
` [RFC v3 0/4] "
  ` [PATCH 2/4] drm/i915: Add tiled framebuffer modifiers

[PATCH] drm/i915: Drop vblank wait from intel_dp_link_down
 2015-02-09 16:55 UTC  (6+ messages)

[PATCH 00/24] PPGTT dynamic page allocations
 2015-02-09 16:33 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/24] drm/i915: Setup less PPGTT on failed page_directory
  ` [PATCH v4 04/24] drm/i915/gen8: Un-hardcode number of page directories

[PATCH] drm/i915: Squelch overzealous uncore reset WARN_ON
 2015-02-09 12:37 UTC  (4+ messages)

[PATCH] drm/i915: Take runtime pm reference on hangcheck_info
 2015-02-09 12:31 UTC  (4+ messages)

[PATCH] drm/i915: Correct the IOSF Dev_FN field for IOSF transfers
 2015-02-09 12:27 UTC  (4+ messages)

[PATCH 0/7] Added missing changes for Turbo feature on SKL
 2015-02-09 11:33 UTC  (9+ messages)
` [PATCH 3/7] drm/i915/skl: Restructured the gen6_set_rps_thresholds function
` [PATCH 4/7] drm/i915/skl: Updated the gen6_rps_limits function

PCH fifo underrun in 3.18
 2015-02-09  9:18 UTC  (2+ messages)

[PATCH 4/4] drm/i915: Announce support for framebuffer modifiers
 2015-02-08 12:44 UTC  (4+ messages)

Fwd: PCH fifo underrun in 3.18
 2015-02-08  1:27 UTC  (2+ messages)
` Fwd: "

[PATCH 2/2] drm/i915: gen 9 h/w w/a (WaEnableForceRestoreInCtxtDescForVCS)
 2015-02-07 13:35 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