public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-07-08 08:08:30 to 2014-07-10 20:15:03 UTC [more...]

[PATCH 00/19] ddi: respin of runtime PM for DPMS
 2014-07-10 20:15 UTC  (5+ messages)
` [PATCH 20/19] drm/i915: don't skip shared DPLL assertion on LPT

[PATCH] Revert "drm/i915: Don't set the 8to6 dither flag when not scaling"
 2014-07-10 19:57 UTC  (3+ messages)

[PATCH 1/7] drm/i915: Move RPS evaluation interval counters to i915->rps
 2014-07-10 19:31 UTC  (7+ messages)
` [PATCH 2/7] drm/i915: Make the RPS interrupt generation mask handle the vlv wa
` [PATCH 3/7] drm/i915: Include the RPS evalutation metrics in debugfs for Baytrail
` [PATCH 4/7] drm/i915: Improved w/a for rps on Baytrail
` [PATCH 5/7] drm/i915: Use down ei for manual Baytrail RPS calculations
` [PATCH 6/7] drm/i915: Improve code clarity of vlv_set_rps_idle()
` [PATCH 7/7] drm/i915: Agressive downclocking on Baytrail

[PATCH 0/5] BDW unclaimed registers
 2014-07-10 19:31 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: don't write powered down IRQ registers on Gen 8

[PATCH 1/2] drm/i915: Make the device_info structure __initconst
 2014-07-10 19:26 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Don't cast a pointer to void* unnecessarily

[PATCH v2] drm/i915/bdw: BDW Software Turbo
 2014-07-10 19:07 UTC  (4+ messages)

[PATCH] NEWS: Updates
 2014-07-10 18:20 UTC 

[PATCH] tests: Run igt.cocci
 2014-07-10 18:07 UTC 

[PATCH i-g-t 00/43] Rotation test
 2014-07-10 18:00 UTC  (44+ messages)
` [PATCH i-g-t 01/43] igt_kms: Factor out a generic get_property() out of get_drm_plane_type()
` [PATCH i-g-t 02/43] igt_kms: Make has_universal_planes a bitfield
` [PATCH i-g-t 03/43] igt_kms: Provide a get_plane_property() shorthand
` [PATCH i-g-t 04/43] igt_kms: Add a way to query of the plane supports rotation
` [PATCH i-g-t 05/43] igt_kms: Add support for setting plane rotation
` [PATCH i-g-t 06/43] igt_kms: Introduce a for_each_pipe() macro
` [PATCH i-g-t 07/43] tests/kms_rotation_crc: IGT for 180 degree HW rotation
` [PATCH i-g-t 08/43] kms_rotation_crc: Make check_plane_type() static
` [PATCH i-g-t 09/43] kms_rotation_crc: Make more functions static
` [PATCH i-g-t 10/43] kms_rotation_crc: Align a few wrapped lines to the opening brace
` [PATCH i-g-t 11/43] kms_rotation_crc: Update the copyright to have this year as well
` [PATCH i-g-t 12/43] kms_rotation_crc: Test the validity of the output first
` [PATCH i-g-t 13/43] kms_rotation_crc: Require universal planes for the testing primary rotation
` [PATCH i-g-t 14/43] kms_rotation_crc: Fix style issue: '{' at the end of lines
` [PATCH i-g-t 15/43] kms_rotation_crc: Fix style issue: single statement conditionals
` [PATCH i-g-t 16/43] kms_rotation_crc: Factor out the square drawing function
` [PATCH i-g-t 17/43] kms_rotation_crc: Factor out common primary/sprite code in prepare_crtc()
` [PATCH i-g-t 18/43] kms_rotation_crc: Remove useless comments
` [PATCH i-g-t 19/43] kms_rotation_crc: Use drm_plane from igt_plane_t
` [PATCH i-g-t 20/43] kms_rotation_crc: Style issue: binary operators need spaces before and after
` [PATCH i-g-t 21/43] kms_rotation_crc: Skip the tests if rotation is not supported
` [PATCH i-g-t 22/43] kms_rotation_crc: Just store the igt_plane_t in data
` [PATCH i-g-t 23/43] kms_rotation_crc: Unify the two tests
` [PATCH i-g-t 24/43] kms_rotation_crc: Always disable the plane in cleanup
` [PATCH i-g-t 25/43] kms_rotation_crc: Don't store rotate in the test state
` [PATCH i-g-t 26/43] kms_rotation_crc: Don't store 'pipe' in the state
` [PATCH i-g-t 27/43] kms_rotation_crc: Use igt_plane_set_rotation()
` [PATCH i-g-t 28/43] kms_rotation_crc: Remove now unnecessary defines
` [PATCH i-g-t 29/43] kms_rotation_crc: Use for_each_pipe()
` [PATCH i-g-t 30/43] kms_rotation_crc: Remove the test on output->valid
` [PATCH i-g-t 31/43] kms_rotation_crc: Remove 'output' from the state
` [PATCH i-g-t 32/43] kms_rotation_crc: Remove the sleep(2)
` [PATCH i-g-t 33/43] kms_rotation_crc: Remove plane from the state
` [PATCH i-g-t 34/43] kms_rotation_crc: No need to test for NULL before freeing the pipe CRC object
` [PATCH i-g-t 35/43] kms_rotation_crc: Allow the sprite test to run even without universal planes
` [PATCH i-g-t 36/43] kms_rotation_crc: Don't commit with no fb set up
` [PATCH i-g-t 37/43] kms_rotation_crc: Properly paint the whole frame buffer
` [PATCH i-g-t 38/43] kms_rotation_crc: Add the test to .gitignore
` [PATCH i-g-t 39/43] kms_rotation_crc: Don't compile the test on Android with no cairo support
` [PATCH i-g-t 40/43] kms_rotation_crc: Document the two steps in prepare_crtc()
` [PATCH i-g-t 41/43] kms_rotation_crc: Always use the primary plane to compute the reference CRC
` [PATCH i-g-t 42/43] kms_rotation_crc: Remove unnecessary includes
` [PATCH i-g-t 43/43] kms_rotation_crc: Use the igt_kms enum to encode the plane rotation

[PATCH] drv_module_reload: Unbind the right console driver
 2014-07-10 17:48 UTC 

[PATCH 0/4] SNB runtime PM fixes
 2014-07-10 16:33 UTC  (9+ messages)
` [PATCH 1/4] drm/i915: add POWER_DOMAIN_PLLS
` [PATCH 2/4] drm/i915: check the power domains in ironlake_get_pipe_config()
` [PATCH 3/4] drm/i915: check the power domains in intel_lvds_get_hw_state()
` [PATCH 4/4] drm/i915: don't read LVDS regs at compute_config time

[PATCH 1/2] lib/gen6_render: removed duplicate defines
 2014-07-10 14:49 UTC  (3+ messages)

[PATCH 14/19] drm/i915: State readout support for WRPLLs
 2014-07-10 14:35 UTC  (5+ messages)
` [PATCH 13.5/19] drm/i915: add POWER_DOMAIN_PLLS

[PATCH i-g-t 1/2] drv_module_reload: Don't declare success when failing
 2014-07-10 13:24 UTC  (3+ messages)
` [PATCH i-g-t 2/2] drv_module_reload: For some reason, vtcon0 has been seen as being fbcon

[PATCH 1/2] drm/i915: Allow overlapping userptr objects
 2014-07-10 12:40 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Serialise userptr gup with mmu-notifier

[PATCH] drm/i915: Allow overlapping userptr objects
 2014-07-10  8:15 UTC 

[PATCH 0/7] Enable RP1/RPn/RP0 sysfs and enable CHV PM interrupt
 2014-07-11  6:50 UTC  (12+ messages)
` [PATCH 1/7] drm/i915: Read guaranteed freq for valleyview
` [PATCH 2/7] drm/i915: Add RP0/RP1/RPn render P state thresholds in VLV sysfs
` [PATCH 3/7] drm/i915: keep freq/opcode conversion function more generic
` [PATCH 4/7] drm/i915: populate mem_freq/cz_clock for chv
` [PATCH 5/7] drm/i915: CHV GPU frequency to opcode functions
` [PATCH 6/7] drm/i915/chv: Add basic PM interrupt support for CHV
` [PATCH 7/7] drm/i915: Add RP1 render P state thresholds in CHV

[PATCH 1/2] drm/i915: Add missing locking to primary plane handlers
 2014-07-10  6:52 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Add a couple WARN()'s to catch missing locks

[PATCH] drm/i915: get/put runtime PM at i915_semaphore_status
 2014-07-10  6:33 UTC  (3+ messages)

[PATCH 1/2] drm/i915: fix hsw_write_dcomp() error message
 2014-07-10  6:28 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: fix D_COMP usage on BDW

[PATCH 1/2] drm/i915: Set M2_N2 registers during mode set
 2014-07-10  4:40 UTC  (3+ messages)

[PATCH 1/3] drm/crtc: Add property for aspect ratio
 2014-07-09 21:16 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] tests/gem_render_copy_redux needs legacy drm nodes
 2014-07-09 20:35 UTC 

[PATCH v2 0/5] Command parser batch buffer copy
 2014-07-09 19:13 UTC  (17+ messages)
` [PATCH v2 1/5] drm/i915: Implement a framework for batch buffer pools
  ` [PATCH v3 "
` [PATCH v2 2/5] drm/i915: Use batch pools with the command parser
` [PATCH v2 3/5] drm/i915: Add a batch pool debugfs file
` [PATCH v2 4/5] drm/i915: Dispatch the shadow batch buffer
` [PATCH v2 5/5] drm/i915: Use batch length instead of object size in command parser
` [PATCH 6/5] drm/i915: Add batch pool details to i915_gem_objects debugfs

[PATCH 0/2] Single tests to respond to --list-subtests
 2014-07-09 16:42 UTC  (10+ messages)
` [PATCH 1/2] intel-gpu-tools: pass argc/argv to simple main
` [PATCH 2/2] intel-gpu-tools: Re-use igt_subtest_init for simple tests

[PATCH 0/4] remove obsolete debugfs entries
 2014-07-09 15:18 UTC  (10+ messages)
` [PATCH 1/4] drm/i915: remove i915_delayedfreq_table debugfs entry
` [PATCH 2/4] drm/i915: remove i915_inttoext_table "
` [PATCH 3/4] drm/i915: remove i915_gfxec "
` [PATCH 4/4] drm/i915: remove i915_rstdby_delays "

[RFC] libdrm_intel: Add support for userptr objects
 2014-07-09 14:47 UTC  (6+ messages)

[RFC 00/44] GPU scheduler for i915 driver
 2014-07-09 14:08 UTC  (4+ messages)
` [RFC 10/44] drm/i915: Prepare retire_requests to handle out-of-order seqnos

[PATCH i-g-t 1/4] core: Free buffer allocated with vasprintf()
 2014-07-09 12:14 UTC  (9+ messages)
` [PATCH i-g-t 2/4] core: Put the requirement failure messages together
` [PATCH i-g-t 3/4] core: Only display the errno message if errno is set
` [PATCH i-g-t 4/4] core: Apply the same treatment to the in errno message in __igt_fail_assert()

[PATCH] drm/i915/chv: calculate rc6 residency correctly
 2014-07-09 11:55 UTC 

[PATCH 1/2] drm/i915: Introduce intel_fb_obj() macro
 2014-07-09 11:52 UTC  (9+ messages)
` [PATCH 2/2] drm/i915: Make use of intel_fb_obj()
    ` [PATCH 2/2] drm/i915: Make use of intel_fb_obj() (v2)

[PATCH i-g-t] kms_plane: Specify the pipe when grabbing reference CRCs
 2014-07-09 10:10 UTC 

Grab GPU output
 2014-07-09  9:31 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2014-07-09  8:34 UTC 

[PATCH] drm/i915/opregion: ignore firmware requests for backlight change
 2014-07-09  1:20 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 00/10] drm-intel-collector - update
 2014-07-08 19:09 UTC  (6+ messages)
` [PATCH 05/10] drm/i915/vlv: WA for Turbo and RC6 to work together
` [PATCH 07/10] drm/i915: HWS must be in the mappable region for g33

3.16.0-rcx regression 945GM lower color depth
 2014-07-08 18:39 UTC  (3+ messages)

[PATCH] drm/i915/vlv: T12 eDP panel timing enforcement during reboot
 2014-07-08 14:55 UTC  (3+ messages)

[PATCH] drm/i915: Only unbind vgacon, not other console drivers
 2014-07-08 14:47 UTC  (4+ messages)

Linux 3.16-rc2
 2014-07-08 12:59 UTC  (15+ messages)

[PATCH 1/2] drm/i915: Disable RCS flips on Ivybridge
 2014-07-08 11:16 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Use mmio flips to change tiling mode on Baytrail

[PATCH 1/8] drm/i915: Extract context backing object allocation
 2014-07-08 10:31 UTC  (7+ messages)
` [PATCH 4/8] drm/i915: Add kerneldoc comments to the intel_context struct

[PATCH] intel-gpu-tools: Dont build kms_univeral_plane if no cairo
 2014-07-08  9:27 UTC  (2+ messages)

[PATCH] drm/i915: make system freeze support depend on CONFIG_ACPI_SLEEP
 2014-07-08  8:31 UTC  (8+ messages)

[PATCH] drm/i915: Restrict GPU boost to the RCS engine
 2014-07-09  4:39 UTC  (6+ messages)

[PATCH 1/5] vt: Fix replacement console check when unbinding
 2014-07-08  8:10 UTC  (5+ messages)
` [PATCH 5/5] drm/i915: Kick out vga console
  ` [Intel-gfx] "


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