Linux Intel GFX
[Prev Page][Next Page]
- Re: [PATCH 2/3] drm/i915: Compact device info access by a small re-ordering, (continued)
- i915 Geminilake firmware,
Daniel Drake
- [PATCH] drm/i915/cnp: Display Wa #1179: WaHardHangonHotPlug,
Rodrigo Vivi
- [PATCH 0/5] drm/i915: Skylake plane update/disable unifications [v5],
Juha-Pekka Heikkila
- [PATCH v6 1/3] drm/i915: Rename global i915 to i915_modparams,
Michal Wajdeczko
- [PATCH v6 2/3] drm/i915: Prepare error capture to work with const modparams, Michal Wajdeczko
- [PATCH v6 3/3] drm/i915: Make i915_modparams members const, Michal Wajdeczko
- ✗ Fi.CI.BAT: warning for series starting with [v6,1/3] drm/i915: Rename global i915 to i915_modparams, Patchwork
- ✗ Fi.CI.BAT: warning for series starting with [v6,1/3] drm/i915: Rename global i915 to i915_modparams, Patchwork
- ✓ Fi.CI.BAT: success for series starting with [v6,1/3] drm/i915: Rename global i915 to i915_modparams, Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [v6,1/3] drm/i915: Rename global i915 to i915_modparams, Patchwork
- [PATCH] dim: Accept author x signed-off based on email, but warn.,
Rodrigo Vivi
- [PATCH 00/31] Add support for GuC-based SLPC,
Sagar Arun Kamble
- [PATCH 01/31] drm/i915/debugfs: Create generic string tokenize function and update CRC control parsing, Sagar Arun Kamble
- [PATCH 02/31] drm/i915: Separate RPS and RC6 handling for gen6+, Sagar Arun Kamble
- [PATCH 03/31] drm/i915: Separate RPS and RC6 handling for BDW, Sagar Arun Kamble
- [PATCH 04/31] drm/i915: Separate RPS and RC6 handling for VLV, Sagar Arun Kamble
- [PATCH 06/31] drm/i915: Name i915_runtime_pm structure in dev_priv as "rpm", Sagar Arun Kamble
- [PATCH 05/31] drm/i915: Separate RPS and RC6 handling for CHV, Sagar Arun Kamble
- [PATCH 07/31] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "pm", Sagar Arun Kamble
- [PATCH 09/31] drm/i915: Create generic function to setup ring frequency table, Sagar Arun Kamble
- [PATCH 08/31] drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled, Sagar Arun Kamble
- [PATCH 10/31] drm/i915: Create generic functions to control RC6, RPS, Sagar Arun Kamble
- [PATCH 11/31] drm/i915: Introduce separate status variable for RC6 and Ring frequency setup, Sagar Arun Kamble
- [PATCH 12/31] drm/i915: Define RPS idle, busy, boost function pointers, Sagar Arun Kamble
- [PATCH 14/31] drm/i915/slpc: Add enable_slpc module parameter, Sagar Arun Kamble
- [PATCH 16/31] drm/i915/slpc: Lay out SLPC init/enable/disable/cleanup helpers, Sagar Arun Kamble
- [PATCH 17/31] drm/i915/slpc: Enable SLPC in GuC if supported, Sagar Arun Kamble
- [PATCH 13/31] drm/i915/slpc: Add has_slpc capability flag, Sagar Arun Kamble
- [PATCH 15/31] drm/i915/slpc: Sanitize GuC version, Sagar Arun Kamble
- [PATCH 18/31] drm/i915/slpc: Add SLPC communication interfaces, Sagar Arun Kamble
- [PATCH 19/31] drm/i915/slpc: Allocate/Release/Initialize SLPC shared data, Sagar Arun Kamble
- [PATCH 20/31] drm/i915/slpc: Add parameter set/unset/get, task control/status functions, Sagar Arun Kamble
- [PATCH 22/31] drm/i915/slpc: Send SHUTDOWN event, Sagar Arun Kamble
- [PATCH 21/31] drm/i915/slpc: Send RESET event to enable SLPC during Load/TDR, Sagar Arun Kamble
- [PATCH 23/31] drm/i915/slpc: Add support for min/max frequency control, Sagar Arun Kamble
- [PATCH 24/31] drm/i915/slpc: Add debugfs support to read/write/revert the parameters, Sagar Arun Kamble
- [PATCH 26/31] drm/i915/slpc: Add i915_slpc_info to debugfs, Sagar Arun Kamble
- [PATCH 27/31] drm/i915/slpc: Add SLPC banner to RPS debugfs interfaces., Sagar Arun Kamble
- [PATCH 28/31] drm/i915/slpc: Add SKL SLPC Support, Sagar Arun Kamble
- [PATCH 30/31] drm/i915/slpc: Add Kabylake SLPC support, Sagar Arun Kamble
- [PATCH 25/31] drm/i915/slpc: Add enable/disable controls for SLPC tasks, Sagar Arun Kamble
- [PATCH 29/31] drm/i915/slpc: Add Broxton SLPC support, Sagar Arun Kamble
- [PATCH 31/31] drm/i915/slpc: Add Geminilake SLPC support, Sagar Arun Kamble
- [PATCH 00/14] GuC code restructuring and fixes,
Sagar Arun Kamble
- [PATCH 02/14] drm/i915: Create intel_uc_init_mmio to initialize MMIO interface prior to uc init, Sagar Arun Kamble
- [PATCH 01/14] drm/i915/guc: Pass intel_guc struct as parameter to intel_guc_wopcm_size, Sagar Arun Kamble
- [PATCH 03/14] drm/i915/guc: Create intel_guc_init_early, Sagar Arun Kamble
- [PATCH 04/14] drm/i915: Create intel_guc.h, intel_huc.h and intel_uc_common.h, Sagar Arun Kamble
- [PATCH 05/14] drm/i915/guc: Move GuC specific functionality from intel_uc.c to intel_guc.c, Sagar Arun Kamble
- [PATCH 06/14] drm/i915: Create uc runtime and system suspend/resume helpers, Sagar Arun Kamble
- [PATCH 07/14] drm/i915/guc: Update prototype/name of GuC suspend/resume fns and move to intel_guc.c, Sagar Arun Kamble
- [PATCH 08/14] drm/i915/guc: Update GuC ggtt.invalidate/interrupts/communication across RPM suspend/resume, Sagar Arun Kamble
- [PATCH 09/14] drm/i915/guc: Update suspend functionality in intel_uc_suspend path, Sagar Arun Kamble
- [PATCH 10/14] drm/i915/guc: Reuse GuC suspend functionality in reset path, Sagar Arun Kamble
- [PATCH 11/14] drm/i915/guc: Fix GuC cleanup in unload path, Sagar Arun Kamble
- [PATCH 13/14] drm/i915/guc: Enable default/critical logging in GuC by default from GuC v9, Sagar Arun Kamble
- [PATCH 14/14] drm/i915: Reorganize HuC authentication, Sagar Arun Kamble
- [PATCH 12/14] drm/i915/guc: Remove i915_guc_log_unregister, Sagar Arun Kamble
- Re: [PATCH 00/14] GuC code restructuring and fixes, Michal Wajdeczko
- ✓ Fi.CI.BAT: success for GuC code restructuring and fixes (rev3), Patchwork
- ✗ Fi.CI.IGT: warning for GuC code restructuring and fixes (rev3), Patchwork
- [PATCH v3 2/2] drm/i915/guc : Decouple logs from submission,
Sujaritha Sundaresan
- [PATCH v3 1/2] drm/i915/guc : Removing enable_guc_loading module,
Sujaritha Sundaresan
- [PATCH][drm-next] drm/i915/gvt: ensure -ve return value is handled correctly,
Colin King
- [PATCH] drm/i915: always update ELD connector type after get modes,
Jani Nikula
- [PATCH v5 1/3] drm/i915: Rename global i915 to i915_modparams,
Michal Wajdeczko
- [PATCH i-g-t] igt/kms_rotation_crc : Remove flip tests for sprite plane,
Marta Lofstedt
- [PATCH 1/2] drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v3.,
Maarten Lankhorst
- [PATCH i-g-t] tools_test: Clean up and fix sysfs_l3_parity,
Petri Latvala
- [PATCH i-g-t] tests/kms_cursor_legacy: Do not start collecting CRC after making FB busy,
Maarten Lankhorst
- [PATCH v4 1/3] drm/i915/gvt: Add gvt_debug in i915_params for GVT-g log classification,
Shuo Liu
- [PATCH i-g-t] tests/psr: Don't strcmp CRCs that are not NULL terminated.,
Dhinakaran Pandiyan
- linux-next: manual merge of the drm-intel tree with Linus' tree, Stephen Rothwell
- [PATCH 1/5] drm/i915/mst: Debug log connector name in destroy_connector(),
Dhinakaran Pandiyan
- force yuv 4:2:0 output,
Wolfgang Haupt
- Re: [PATCH] Idleness DRRS:,
Rodrigo Vivi
- Re: [PATCH] Idleness DRRS:, Ramalingam C
- Re: [PATCH] Idleness DRRS:, Rodrigo Vivi
- [PATCH 0/2] DRRS coverage in frontbuffer tracking IGT, Ramalingam C
- ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Runtime disable for eDP DRRS, Patchwork
- ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915: Runtime disable for eDP DRRS, Patchwork
- ✗ Fi.CI.BAT: warning for tests/kms_frontbuffer_tracking: Idleness DRRS coverage, Patchwork
- ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915: Runtime disable for eDP DRRS (rev3), Patchwork
- ✗ Fi.CI.IGT: warning for series starting with [v2,1/2] drm/i915: Runtime disable for eDP DRRS (rev3), Patchwork
- ✗ Fi.CI.BAT: warning for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev2), Patchwork
- ✗ Fi.CI.BAT: warning for series starting with [v2,1/2] drm/i915: Runtime disable for eDP DRRS (rev4), Patchwork
- ✗ Fi.CI.BAT: warning for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev3), Patchwork
- ✓ Fi.CI.BAT: success for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev4), Patchwork
- ✗ Fi.CI.IGT: failure for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev4), Patchwork
- ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915: Runtime disable for eDP DRRS (rev4), Patchwork
- ✓ Fi.CI.IGT: success for series starting with [v2,1/2] drm/i915: Runtime disable for eDP DRRS (rev4), Patchwork
- ✓ Fi.CI.BAT: success for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev5), Patchwork
- ✗ Fi.CI.IGT: failure for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev5), Patchwork
- ✓ Fi.CI.BAT: success for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev6), Patchwork
- ✗ Fi.CI.IGT: failure for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev6), Patchwork
- ✓ Fi.CI.BAT: success for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev7), Patchwork
- ✗ Fi.CI.IGT: failure for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev7), Patchwork
- ✓ Fi.CI.BAT: success for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev8), Patchwork
- ✓ Fi.CI.IGT: success for tests/kms_frontbuffer_tracking: Idleness DRRS coverage (rev8), Patchwork
- <Possible follow-ups>
- [PATCH] Idleness DRRS:, Lohith BS
- Re: [PATCH] Idleness DRRS:, Ramalingam C
- [PATCH] drm/i915: Rename global i915 to i915_modparams,
Michal Wajdeczko
- [PATCH 1/2] drm/i915/cnl: Add support slice/subslice/eu configs,
Rodrigo Vivi
- [PATCH 00/29] drm/i915: Eliminate DDI encoder->type frobbery redux,
Ville Syrjala
- [PATCH 01/29] drm/i915: Replace some spaces with tabs, Ville Syrjala
- [PATCH 02/29] drm/i915: Shrink bxt_ddi_buf_trans, Ville Syrjala
- [PATCH 03/29] drm/i915: Shrink cnl_ddi_buf_trans, Ville Syrjala
- [PATCH 04/29] drm/i915: Dump 'output_types' in crtc state dump, Ville Syrjala
- [PATCH 05/29] drm/i915: Extract intel_ddi_clk_disable(), Ville Syrjala
- [PATCH 06/29] drm/i915: Extract intel_disable_ddi_buf(), Ville Syrjala
- [PATCH 07/29] drm/i915: Inline the required bits of intel_ddi_post_disable() into intel_ddi_fdi_post_disable(), Ville Syrjala
- [PATCH 08/29] drm/i915: Split intel_ddi_post_disable() into DP vs. HDMI variants, Ville Syrjala
- [PATCH 09/29] drm/i915: Remove useless eDP check from intel_ddi_pre_enable_dp(), Ville Syrjala
- [PATCH 10/29] drm/i915: Split intel_disable_ddi() into DP vs. HDMI variants, Ville Syrjala
- [PATCH 12/29] drm/i915: Split intel_enable_ddi() into DP and HDMI variants, Ville Syrjala
- [PATCH 11/29] drm/i915: Plump crtc_state etc. directly to intel_ddi_pre_enable_{dp, hdmi}(), Ville Syrjala
- [PATCH 13/29] drm/i915: Relocate intel_ddi_get_buf_trans_*() functions, Ville Syrjala
- [PATCH 16/29] drm/i915: Pass the level to intel_prepare_hdmi_ddi_buffers(), Ville Syrjala
- [PATCH 17/29] drm/i915: Integrate BXT into intel_ddi_dp_voltage_max(), Ville Syrjala
- [PATCH 15/29] drm/i915: Pass the encoder type explicitly to skl_set_iboost(), Ville Syrjala
- [PATCH 19/29] drm/i915: Kill off the BXT buf_trans default_index, Ville Syrjala
- [PATCH 14/29] drm/i915: Extract intel_ddi_get_buf_trans_hdmi(), Ville Syrjala
- [PATCH 18/29] drm/i915: Pass encoder type to cnl_ddi_vswing_sequence() explicitly, Ville Syrjala
- [PATCH 21/29] drm/i915: Pass crtc state to intel_prepare_dp_ddi_buffers(), Ville Syrjala
- [PATCH 20/29] drm/i915: Don't use encoder->type in intel_ddi_set_pipe_settings(), Ville Syrjala
- [PATCH 24/29] drm/i915: Centralize the SKL DDI A/E vs. B/C/D buf trans handling, Ville Syrjala
- [PATCH 25/29] drm/i915: Stop frobbing with DDI encoder->type, Ville Syrjala
- [PATCH 27/29] drm/i915: Clear up the types we use for DDI buf trans level/n_entries, Ville Syrjala
- [PATCH 28/29] drm/i915: Replace most intel_ddi_get_encoder_port() alls with encoder->port, Ville Syrjala
- [PATCH 22/29] drm/i915: Start using output_types for DPLL selection, Ville Syrjala
- [PATCH 23/29] drm/i915: Stop using encoder->type in intel_ddi_enable_transcoder_func(), Ville Syrjala
- [PATCH 29/29] drm/i915: Pass a crtc state to ddi post_disable from MST code, Ville Syrjala
- [PATCH 26/29] drm/i915: Unify error handling for missing DDI buf trans tables, Ville Syrjala
- Re: [PATCH 00/29] drm/i915: Eliminate DDI encoder->type frobbery redux, Jani Nikula
- ✗ Fi.CI.BAT: failure for drm/i915: Eliminate DDI encoder->type frobbery redux, Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915: Eliminate DDI encoder->type frobbery redux (rev2), Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915: Eliminate DDI encoder->type frobbery redux (rev2), Patchwork
- ✗ Fi.CI.BAT: failure for drm/i915: Eliminate DDI encoder->type frobbery redux (rev3), Patchwork
- ✓ Fi.CI.BAT: success for drm/i915: Eliminate DDI encoder->type frobbery redux (rev4), Patchwork
- ✗ Fi.CI.IGT: failure for drm/i915: Eliminate DDI encoder->type frobbery redux (rev4), Patchwork
- [PATCH 1/2] drm/i915: Drop useless HAS_PSR() check,
Ville Syrjala
- [PATCH] drm/i915/selftests: Only touch archdata.iommu when it exists,
Chris Wilson
- [PATCH 1/2] drm/i915: Only wake the waiter from the interrupt if passed,
Chris Wilson
- [PATCH] drm/i915: Return the correct score in i915_ppat_get(),
Zhi Wang
- [PATCH 1/2] drm/i915: Enable scanline read for gen9 dsi,
Vidya Srinivas
- [PATCH] uapi/drm/i915: document field usage of drm_i915_perf_oa_config,
Lionel Landwerlin
- [PATCH i-g-t 0/5] IGT PMU support,
Tvrtko Ursulin
- [PATCH v4 00/8] i915 PMU and engine busy stats,
Tvrtko Ursulin
- [PATCH 1/8] drm/i915: Convert intel_rc6_residency_us to ns, Tvrtko Ursulin
- [PATCH 2/8] drm/i915: Extract intel_get_cagf, Tvrtko Ursulin
- [PATCH 3/8] drm/i915/pmu: Expose a PMU interface for perf queries, Tvrtko Ursulin
- [PATCH 6/8] drm/i915: Engine busy time tracking, Tvrtko Ursulin
- [PATCH 4/8] drm/i915/pmu: Suspend sampling when GPU is idle, Tvrtko Ursulin
- [PATCH 7/8] drm/i915/pmu: Wire up engine busy stats to PMU, Tvrtko Ursulin
- [PATCH 8/8] drm/i915: Gate engine stats collection with a static key, Tvrtko Ursulin
- [PATCH 5/8] drm/i915: Wrap context schedule notification, Tvrtko Ursulin
- ✓ Fi.CI.BAT: success for i915 PMU and engine busy stats (rev9), Patchwork
- Re: [PATCH v4 00/8] i915 PMU and engine busy stats, Chris Wilson
- ✓ Fi.CI.IGT: success for i915 PMU and engine busy stats (rev9), Patchwork
- ✓ Fi.CI.BAT: success for i915 PMU and engine busy stats (rev10), Patchwork
- ✓ Fi.CI.IGT: success for i915 PMU and engine busy stats (rev10), Patchwork
- ✗ Fi.CI.BAT: warning for i915 PMU and engine busy stats (rev11), Patchwork
- Re: [request] bugfix patch for inclusion in the Linux 4.9 LTS series,
Jani Nikula
- [PATCH v3 0/2] drm/i915: add perf support for Coffeelake,
Lionel Landwerlin
- [PATCH] drm/i915/perf: document field usage of drm_i915_perf_oa_config,
Lionel Landwerlin
- [PATCH v2 0/2] drm/i915: add perf support for Coffeelake,
Lionel Landwerlin
- [PATCH] drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v2.,
Maarten Lankhorst
- ✗ Fi.CI.BAT: failure for drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v2., Patchwork
- ✓ Fi.CI.BAT: success for drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v2., Patchwork
- Re: [PATCH] drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v2., Ville Syrjälä
- Re: [PATCH] drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v2., kbuild test robot
- Re: [PATCH] drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v2., kbuild test robot
- ✗ Fi.CI.IGT: warning for drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v2., Patchwork
- Re: [PATCH] drm/i915: Unset legacy_cursor_update early in intel_atomic_commit, v2., Daniel Vetter
- [PATCH 1/8] drm/i915/guc: Export guc_init_send_regs and call only during intel_uc_init_hw,
Sagar Arun Kamble
- [PATCH 2/8] drm/i915/guc: Create intel_guc_init_early, Sagar Arun Kamble
- [PATCH 3/8] drm/i915/guc: Create intel_guc.c for defining GuC specific functionality, Sagar Arun Kamble
- [PATCH 5/8] drm/i915/guc: Fix GuC HW/SW state cleanup in unload path, Sagar Arun Kamble
- [PATCH 7/8] drm/i915/guc: Enable default/critical logging in GuC by default from GuC v9, Sagar Arun Kamble
- [PATCH 4/8] drm/i915/guc: Fix GuC interaction in reset/suspend scenarios, Sagar Arun Kamble
- [PATCH 6/8] drm/i915/guc: Remove i915_guc_log_unregister, Sagar Arun Kamble
- [PATCH 8/8] drm/i915: Reorganize HuC authentication, Sagar Arun Kamble
- Re: [PATCH 1/8] drm/i915/guc: Export guc_init_send_regs and call only during intel_uc_init_hw, Michal Wajdeczko
- ✓ Fi.CI.BAT: success for series starting with [1/8] drm/i915/guc: Export guc_init_send_regs and call only during intel_uc_init_hw, Patchwork
- ✓ Fi.CI.IGT: success for series starting with [1/8] drm/i915/guc: Export guc_init_send_regs and call only during intel_uc_init_hw, Patchwork
- [CI 1/9] drm/i915: Cancel all ready but queued requests when wedging,
Chris Wilson
- [CI 2/9] drm/i915/execlists: Kick start request processing after a reset, Chris Wilson
- [CI 3/9] drm/i915/execlists: Move insert_request(), Chris Wilson
- [CI 4/9] drm/i915/execlists: Split insert_request(), Chris Wilson
- [CI 5/9] drm/i915/execlists: Unwind incomplete requests on resets, Chris Wilson
- [CI 6/9] drm/i915/guc: Remove obsolete comments and remove unused variable, Chris Wilson
- [CI 7/9] drm/i915/guc: Submit GuC workitems containing coalesced requests, Chris Wilson
- [CI 8/9] drm/i915/guc: Simplify GuC doorbell logic, Chris Wilson
- [CI 9/9] drm/i915/guc: Cleanup adding GuC work items, Chris Wilson
- ✓ Fi.CI.BAT: success for series starting with [CI,1/9] drm/i915: Cancel all ready but queued requests when wedging, Patchwork
- ✗ Fi.CI.IGT: failure for series starting with [CI,1/9] drm/i915: Cancel all ready but queued requests when wedging, Patchwork
- Issues withddcutils/ddccontorl remote control of an monitor with Skylake/Kabylake GPU,
Maxim Levitsky
- [PATCH 01/10] drm/i915/guc: Create intel_guc.c for defining GuC specific functionality,
Sagar Arun Kamble
- [PATCH 02/10] drm/i915/guc: Move guc_send_* functions to intel_guc.c, Sagar Arun Kamble
- [PATCH 03/10] drm/i915/guc: Move guc_sample_forcewake to intel_guc.c, Sagar Arun Kamble
- [PATCH 04/10] drm/i915/guc: Move GuC specific declarations from intel_uc.h to intel_guc.h, Sagar Arun Kamble
- [PATCH 05/10] drm/i915: Reorganize HuC authentication, Sagar Arun Kamble
- [PATCH 06/10] drm/i915/huc: Move HuC specific declarations from intel_uc.h to intel_huc.h, Sagar Arun Kamble
- [PATCH 07/10] drm/i915/guc: Fix GuC interaction in reset/suspend scenarios, Sagar Arun Kamble
- [PATCH 08/10] drm/i915/guc: Fix GuC HW/SW state cleanup in unload path, Sagar Arun Kamble
- [PATCH 09/10] drm/i915/guc: Enable default/critical logging in GuC by default from GuC v9, Sagar Arun Kamble
- [PATCH 10/10] drm/i915/guc: Remove i915_guc_log_unregister, Sagar Arun Kamble
- Re: [PATCH 01/10] drm/i915/guc: Create intel_guc.c for defining GuC specific functionality, Michal Wajdeczko
- ✓ Fi.CI.BAT: success for series starting with [01/10] drm/i915/guc: Create intel_guc.c for defining GuC specific functionality, Patchwork
- ✗ Fi.CI.IGT: warning for series starting with [01/10] drm/i915/guc: Create intel_guc.c for defining GuC specific functionality, Patchwork
- ✗ Fi.CI.BAT: failure for series starting with [01/10] drm/i915/guc: Create intel_guc.c for defining GuC specific functionality (rev2), Patchwork
- [PATCH 1/4] drm/i915/execlists: Kick start request processing after a reset,
Chris Wilson
- Re: [PATCH] Implement Limited Video Range, Peter Frühberger
- [PATCH] drm/i915/execlists: Kick start request processing after a reset,
Chris Wilson
- [igt] igt/kms_psr_sink_crc: Add psr_drrs subtest,
Radhakrishna Sripada
- [PATCH 00/11] GuC code restructuring and fixes,
Sagar Arun Kamble
- [PATCH 01/11] drm/i915/guc: Pass intel_guc to intel_guc_suspend/resume instead of drm_i915_private, Sagar Arun Kamble
- [PATCH 02/11] drm/i915/guc: Create intel_guc.c for defining GuC specific functionality, Sagar Arun Kamble
- [PATCH 03/11] drm/i915/guc: Move guc_send_* functions to intel_guc.c, Sagar Arun Kamble
- [PATCH 04/11] drm/i915/guc: Move guc_sample_forcewake to intel_guc.c, Sagar Arun Kamble
- [PATCH 05/11] drm/i915: Reorganize HuC authentication, Sagar Arun Kamble
- [PATCH 06/11] drm/i915/guc: Move GuC specific declarations from intel_uc.h to intel_guc.h, Sagar Arun Kamble
- [PATCH 08/11] drm/i915/guc: Fix GuC interaction in reset/suspend scenarios, Sagar Arun Kamble
- [PATCH 09/11] drm/i915/guc: Fix GuC HW/SW state cleanup in unload path, Sagar Arun Kamble
- [PATCH 07/11] drm/i915/huc: Move HuC specific declarations from intel_uc.h to intel_huc.h, Sagar Arun Kamble
- [PATCH 10/11] drm/i915/guc: Enable default/critical logging in GuC by default from GuC v9, Sagar Arun Kamble
- [PATCH 11/11] drm/i915/guc: Remove i915_guc_log_unregister, Sagar Arun Kamble
- ✗ Fi.CI.BAT: failure for GuC code restructuring and fixes (rev2), Patchwork
- [PATCH i-g-t 1/7] tools/intel_watermark: Don't require master,
Ville Syrjala
- [PATCH] drm/i915: Cancel all ready but queued requests when wedging,
Chris Wilson
- [PATCH igt] igt/gem_eio: Add another variant of in-flight to avoid request coalescing,
Chris Wilson
- Module parameters to override color management/dithering.,
Mario Kleiner
- [PATCH i-g-t] meson: Install the (dis)assembler,
Ville Syrjala
- [PATCH] drm/i915/selftests: Try to recover from a wedged GPU during reset tests,
Chris Wilson
- [PATCH] intel_aubdump: Default to 64-bit AUBs when the gen is unknown,
Jordan Justen
- [PATCH] intel_aubdump: Add device override names (from Mesa INTEL_DEVID_OVERRIDE),
Jordan Justen
- [PATCH] drm/i915: Handle drm-layer errors in intel_dp_add_mst_connector,
James Ausmus
[Index of Archives]
[AMD Graphics]
[Linux USB Development]
[Linux Media]
[Linux SCSI]
[Yosemite Forum]