messages from 2014-09-03 00:28:31 to 2014-09-04 12:37:39 UTC [more...]
[PATCH 00/89] Basic Skylake enabling
2014-09-04 12:36 UTC (95+ messages)
` [PATCH 01/89] drm/i915/skl: Add the Skylake PCI ids
` [PATCH 02/89] drm/i915/skl: Add an IS_GEN9() define
` [PATCH 03/89] drm/i915/skl: Add an IS_SKYLAKE macro
` [PATCH 04/89] drm/i915/skl: SKL FBC enablement
` [PATCH 05/89] drm/i915/skl: i915_swizzle_info gen9 fix
` [PATCH 06/89] drm/i915/skl: Fence registers on SKL are the same as SNB
` [PATCH 07/89] drm/i915/skl: Provide a placeholder for init_clock_gating()
` [PATCH 08/89] drm/i915/skl: Use gen8_ring_dispatch_execbuffer() on GEN9
` [PATCH 09/89] drm/i915/skl: Skylake shares the interrupt logic with Broadwell
` [PATCH 10/89] drm/i915/skl: don't set the AsyncFlip performance mode for Gen9+
` [PATCH 11/89] drm/i915/skl: Framebuffers need to be aligned to 256Kb on Skylake
` [PATCH 12/89] drm/i915/skl: Implement thew new update_plane() for primary planes
` [PATCH 13/89] drm/i915/skl: Don't create a VGA connector on Skylake
` [PATCH 14/89] drm/i915/skl: Don't try to read out the PCH transcoder state if not present
` [PATCH 15/89] drm/i915/skl: Program the DDI buffer translation tables
` [PATCH 16/89] drm/i915/skl: Add support for DP voltage swings and pre-emphasis
` [PATCH 17/89] drm/i915/skl: Skylake doesn't need the DP AUX clock divider programmed
` [PATCH 18/89] drm/i915/skl: Skylake moves AUX_CTL from PCH to CPU
` [PATCH 19/89] drm/i915/skl: Add the additional graphics stolen sizes
` [PATCH 20/89] drm/i915/skl: gen9 uses the same bind_vma() vfuncs as gen6+
` [PATCH 21/89] drm/i915/skl: Implement the get_aux_clock_divider() DP vfunc
` [PATCH 22/89] drm/i915/skl: Provide a get_aux_send_ctl() vfunc for skylake
` [PATCH 23/89] drm/i915/skl: Initialize PPGTT like gen8
` [PATCH 24/89] drm/i915/skl: Allow the reg_read ioctl to return RCS_TIMESTAMP
` [PATCH 25/89] drm/i915/skl: report the same INSTDONE registers as gen8
` [PATCH 26/89] drm/i915/skl: Report the PDP regs as in gen8
` [PATCH 27/89] drm/i915/skl: SKL shares the same underrun interrupt as BDW
` [PATCH 28/89] drm/i915/skl: SKL pipe misc programming
` [PATCH 29/89] drm/i915/skl: vfuncs for skl eld and global resource
` [PATCH 30/89] drm/i915/skl: SKL backlight enabling
` [PATCH 31/89] drm/i915/skl: Restore pipe B/C interrupts
` [PATCH 32/89] drm/i915/skl: Adjust the display engine interrupts
` [PATCH 33/89] drm/i915/skl: Sunrise Point PCH detection
` [PATCH 34/89] drm/i915/skl: Implement WaDisableSDEUnitClockGating:skl
` [PATCH 35/89] drm/i915/skl: Implement Wa4x4STCOptimizationDisable:skl
` [PATCH 36/89] drm/i915/skl: Implement WaDisableDgMirrorFixInHalfSliceChicken5:skl
` [PATCH 37/89] drm/i915/skl: Skylake has 2 "sprite" planes per pipe
` [PATCH 38/89] drm/i915/skl: Implement drm_plane vfuncs
` [PATCH 39/89] drm/i915/skl: Adjust assert_sprites_disabled()
` [PATCH 40/89] drm/i915/skl: Introduce a I915_MAX_PLANES macro
` [PATCH 41/89] drm/i915/skl: Introduce intel_num_planes()
` [PATCH 42/89] drm/i915/skl: Move gen9 pm initialization into its own branch
` [PATCH 43/89] drm/i915/skl: Read the Memory Latency Values for WM computation
` [PATCH 44/89] drm/i915/skl: Register definitions and macros for SKL Watermark regs
` [PATCH 45/89] drm/i915/skl: Definition of SKL WM param structs for pipe/plane
` [PATCH 46/89] drm/i915/skl: Add DDB allocation management structures
` [PATCH 47/89] drm/i915/skl: SKL Watermark Computation
` [PATCH 48/89] drm/i915/skl: Allocate DDB portions for display planes
` [PATCH 49/89] drm/i915/skl: Program the DDB allocation
` [PATCH 50/89] drm/i915/skl: Read the pipe WM HW state
` [PATCH 51/89] drm/i915/gen9: Add 2us read latency to WM level
` [PATCH 52/89] drm/i915/gen9: Disable WM if corresponding latency is 0
` [PATCH 53/89] drm/i915/skl: Gen9 Forcewake
` [PATCH 54/89] drm/i915/skl: Enable Gen9 RC6
` [PATCH 55/89] drm/i915/skl: Gen9 multi-engine forcewake
` [PATCH 56/89] drm/i915: Gen9 shadowed registers
` [PATCH 57/89] drm/i915: Rewrite ABS_DIFF() in a safer manner
` [PATCH 58/89] drm/i915/skl: Register definitions for SKL Clocks
` [PATCH 59/89] drm/i915/skl: Structure/enum definitions for SKL clocks
` [PATCH 60/89] drm/i915/skl: CD clock back calculation for SKL
` [PATCH 61/89] drm/i915/skl: Determine enabled PLL and its linkrate/pixel clock
` [PATCH 62/89] drm/i915/skl: Query DPLL attached to port on SKL
` [PATCH 63/89] drm/i915/skl: Define shared DPLLs for Skylake
` [PATCH 64/89] drm/i915/skl: Adjust the port PLL selection code
` [PATCH 65/89] drm/i915/skl: Always use DPLL0 for eDP
` [PATCH 66/89] drm/i915/skl: Implementation of SKL DPLL programming
` [PATCH 67/89] drm/i915/skl: Provide skl-specific pll hw state cross-checking
` [PATCH 68/89] drm/i915/skl: Apply eDP WA only for gen < 9
` [PATCH 69/89] drm/i915/skl: Adding power domains for AUX controllers
` [PATCH 70/89] drm/i915/skl: Register definition for SKL power well
` [PATCH 71/89] drm/i915/skl: Implementation of SKL display power well support
` [PATCH 72/89] drm/i915/skl: Enable/disable power well for aux transaction
` [PATCH 73/89] drm/i915/skl: Enabling MISC IO power well
` [PATCH 74/89] drm/i915/skl: Implement queue_flip
` [PATCH 75/89] drm/i915/skl: fetch, enable/disable pfit as needed
` [PATCH 76/89] drm/i915/skl: Store the new WM state at the very end of the update
` [PATCH 77/89] drm/i915: Introduce a for_each_plane() macro
` [PATCH 78/89] drm/i915/skl: Flush the WM configuration
` [PATCH 79/89] drm/i915/skl: Read back the DDB allocation hw state
` [PATCH 80/89] drm/i915/skl: Augment the latency debugfs files for SKL
` [PATCH 81/89] drm/i915/skl: Expose skl_ddb_get_hw_state()
` [PATCH 82/89] drm/i915/skl: Add a debugfs file to dump the DDB allocation
` [PATCH 83/89] drm/i915/skl: Check the DDB state at modeset
` [PATCH 84/89] drm/i915/skl: add turbo support
` [PATCH 85/89] drm/i915/skl: Retrieve the frequency limits
` [PATCH 86/89] drm/i915: only reset media, blt, and render engines on GPU hangs
` [PATCH 87/89] drm/i915/skl: AUX irqs have moved
` [PATCH 88/89] drm/i915/skl: Add Gen9 LRC size
` [PATCH 89/89] drm/i915/skl: Disable contexts if execlists aren't enabled
[PATCH] drm/i915: Convert hangcheck from a timer into a delayed work item
2014-09-04 12:26 UTC (3+ messages)
[PATCH] drm/i915: bdw does not have pch backlight override bit
2014-09-04 12:25 UTC (3+ messages)
[PATCH v2 00/19] drm: More vblank on/off work
2014-09-04 12:14 UTC (3+ messages)
` [PATCH 14/19] drm: Don't update vblank timestamp when the counter didn't change
[PATCH 07/14] drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync()
2014-09-04 11:55 UTC (4+ messages)
` [PATCH 15/14] drm/i915: Add comments explaining the vdd on/off functions
` [PATCH v2 "
[PATCH v2 10.1/14] drm/i915: Reset power sequencer pipe tracking when disp2d is off
2014-09-04 11:54 UTC (2+ messages)
` [PATCH v3 "
[PATCH 10/14] drm/i915: Track which port is using which pipe's power sequencer
2014-09-04 11:54 UTC (2+ messages)
` [PATCH v2 "
[PATCH v2 09/14] drm/i915: Fix edp vdd locking
2014-09-04 11:53 UTC (2+ messages)
` [PATCH v3 "
[PATCH] drm/i915: Sysfs interface to get GFX shmem usage stats per process
2014-09-04 11:52 UTC (6+ messages)
` [PATCH v2] "
[PATCH] drm/i915: Fix irq enable tracking in driver load
2014-09-04 11:13 UTC (3+ messages)
[PATCH] igt/gem_concurrent_blit: Inject hangs before verifying contents
2014-09-04 11:10 UTC
[PATCH 1/4] drm/i915: Increase PSR Idle Frame to 2
2014-09-04 11:04 UTC (5+ messages)
` [PATCH 2/4] drm/i915: Remove PSR HW tracking
` [PATCH 3/4] drm/i915: Move PSR w/as to enable source
` [PATCH 4/4] drm/i915: Rename psr setup vsc function and set it always
[Intel-gfx] [PATCH] drm/i915: Fix EIO/wedged handling in gem fault handler
2014-09-04 11:02 UTC
[PATCH 1/2] drm/i915: Move the ban period onto the context
2014-09-04 10:56 UTC (2+ messages)
` [PATCH 2/2] drm/i915: Add ioctl to set per-context parameters
[PATCH 0/6] robustify reset transitions
2014-09-04 6:11 UTC (5+ messages)
` [PATCH 1/2] drm/i915: clear up wedged transitions
[PATCH 01/12] tests/pm_psr: Update pm_psr for new psr debug interface
2014-09-04 1:30 UTC (12+ messages)
` [PATCH 02/12] tests/kms_sink_crc_basic: Use igt_debugfs_fopen
` [PATCH 03/12] tests/kms_sink_crc_basic: Simplify test by using igt_kms functions
` [PATCH 04/12] tests/kms_psr_sink_crc: Fix edp_psr debugfs interface
` [PATCH 05/12] tests/kms_psr_sink_crc: Adding test debug options
` [PATCH 06/12] tests/kms_psr_sink_crc: Removing context tests
` [PATCH 07/12] tests/kms_psr_sink_crc: Cleaning up tests a bit
` [PATCH 08/12] tests/kms_psr_sink_crc: Start splitting tests in test_planes and operations
` [PATCH 09/12] tests/kms_psr_sink_crc: Fix all testcases
` [PATCH 10/12] tests/kms_psr_sink_crc: Check color ref CRC
` [PATCH 11/12] tests/kms_psr_sink_crc: Fix blt submission
` [PATCH 12/12] tests/kms_psr_sink_crc: Wait 2 vblanks before grabing the new crc
[PATCH -v3 0/4] split plane's updates functions into check() and commit()
2014-09-03 20:10 UTC (5+ messages)
` [PATCH -v3 1/4] drm/i915: create struct intel_plane_state
` [PATCH -v3 2/4] drm/i915: split intel_update_plane into check() and commit()
` [PATCH -v3 3/4] drm/i915: split intel_cursor_plane_update() "
` [PATCH -v3 4/4] drm/i915: split intel_primary_plane_setplane() "
Updated fence patches
2014-09-03 19:48 UTC (13+ messages)
` [PATCH 1/2] drm/i915: Android sync points for i915 v2
` [PATCH 2/2] drm/i915: allow sync points within batches
FROM: Husam Al Sayed
2014-09-03 18:30 UTC
[PATCH] drm/i915: Fix unsafe vma iteration in i915_drop_caches
2014-09-03 18:23 UTC
[PATCH] igt_core: zero exit_handler_count before forking
2014-09-03 17:47 UTC
[PATCH -v2 1/4] drm/i915: init sprites with univeral plane init function
2014-09-03 13:44 UTC (11+ messages)
` [PATCH -v2 3/4] drm/i915: create struct intel_plane_state
` [PATCH -v2 4/4] drm/i915: split intel_update_plane into check() and commit()
` [PATCH] drm/i915: init sprites with univeral plane init function
linux-next: manual merge of the drm-intel tree with the tree
2014-09-03 13:37 UTC (2+ messages)
[PATCH 1/4] drm/i915: Don't call gen8_fbc_sw_flush() on chv
2014-09-04 11:49 UTC (6+ messages)
` [PATCH 2/4] drm/i915: Use IS_BROADWELL() instead of IS_GEN8() in forcewake code
` [PATCH 3/4] drm/i915: Use HAS_GMCH_DISPLAY un underrun reporting code
` [PATCH 4/4] drm/i915: Check of !HAS_PCH_SPLIT() in PCH transcoder funcs
[PATCH] drm/i915: Remove shadowed local variable 'i' from i915_interrupt_info
2014-09-03 13:12 UTC (2+ messages)
[PATCH] drm/i915: Rename global latency_ns variable
2014-09-03 13:12 UTC (3+ messages)
[PATCH] drm/i915: Prevent recursive deadlock on releasing a busy userptr
2014-09-03 12:22 UTC (4+ messages)
[PULL] drm-intel-fixes
2014-09-03 12:08 UTC
[PATCH 00/14] drm/i915: edp vdd locking and prep for power sequencer kick
2014-09-03 11:20 UTC (5+ messages)
` [PATCH 13/14] drm/i915: Enable DP port earlier
` [PATCH 14/14] drm/i915: Move DP port disable to post_disable for pch platforms
[PATCH] NEWS: Updates in anticipation of the next release
2014-09-03 10:51 UTC
[PATCH 1/5] drm/i915/dp: Refactor common eDP lid detection
2014-09-03 10:47 UTC (9+ messages)
` [PATCH 2/5] drm/i915/dp: Cache EDID for a detection cycle
` [PATCH 4/5] drm/i915/hdmi: Refactor force_audio -> has_audio coupling
[PATCH 0/5] A few fixes on top of the wa_regs patches
2014-09-03 10:40 UTC (3+ messages)
[PATCH igt] gem_workarounds: intel_wa_registers is now prefixed with i915
2014-09-03 9:17 UTC (2+ messages)
[PATCH] drm/i915: change CHV write_eld/global_resources function pointers
2014-09-03 9:01 UTC (3+ messages)
[PATCH 0/2] drm/edid: Reduce horizontal timings for pixel
2014-09-03 8:39 UTC (3+ messages)
` [PATCH 1/2] drm/edid: Reduce horizontal timings for pixel replicated modes
DVFS in Intel graphic chips
2014-09-03 8:32 UTC
[drm/i915/3.17] panic in i915_digport_work_func
2014-09-03 8:08 UTC (5+ messages)
[PATCH 1/2] intel/uxa/display: drop mode_res caching
2014-09-03 7:28 UTC (3+ messages)
` [PATCH 2/2] intel/uxa: add MST support
[PATCH] drm/i915/dp: Backlight PWM enable before BL Enable assert
2014-09-03 0:50 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox