Age | Commit message (Expand) | Author | Files | Lines |
2019-11-04 | drm/i915: add wrappers to get intel connector state | Lucas De Marchi | 1 | -0/+18 |
2019-11-04 | drm/i915: Add for_each_new_intel_connector_in_state() | José Roberto de Souza | 1 | -0/+8 |
2019-11-04 | drm/i915: Eliminate redundancy in intel_primary_plane_create() | Ville Syrjälä | 1 | -38/+22 |
2019-11-04 | drm/i915: Sort format arrays consistently | Ville Syrjälä | 2 | -4/+4 |
2019-11-04 | drm/i915: Add 10bpc formats with alpha for icl+ | Ville Syrjälä | 2 | -4/+25 |
2019-11-04 | drm/i915: Expose C8 on VLV/CHV sprite planes | Ville Syrjälä | 2 | -0/+7 |
2019-11-04 | drm/i915: Add missing 10bpc formats for pipe B sprites on CHV | Ville Syrjälä | 2 | -8/+39 |
2019-11-04 | drm/i915: Expose alpha formats on VLV/CHV primary planes | Ville Syrjälä | 2 | -3/+60 |
2019-11-04 | drm/i915: Expose 10:10:10 XRGB formats on SNB-BDW sprites | Ville Syrjälä | 1 | -0/+16 |
2019-11-04 | drm/i915/execlists: Reset CSB pointers by mmio as well | Chris Wilson | 1 | -0/+8 |
2019-11-04 | drm/i915: add for_each_port() and use it | Jani Nikula | 2 | -6/+9 |
2019-11-04 | drm/i915: Protect request peeking with RCU | Chris Wilson | 1 | -2/+7 |
2019-11-04 | drm/i915/gt: Drop false assertion on user_forcewake | Chris Wilson | 1 | -1/+0 |
2019-11-02 | drm/i915/execlists: Ignore the inactive kernel context in assert_pending_valid | Chris Wilson | 1 | -5/+10 |
2019-11-02 | drm/i915/execlists: Verify context register state before execution | Chris Wilson | 3 | -19/+62 |
2019-11-02 | drm/i915/selftests: Flush all active callbacks | Chris Wilson | 3 | -3/+35 |
2019-11-01 | drm/i915/perf: Reverse a ternary to make sparse happy | Chris Wilson | 1 | -5/+10 |
2019-11-01 | drm/i915/selftests: Add intel_gt_suspend_prepare | Chris Wilson | 1 | -0/+1 |
2019-11-01 | drm/i915: Defer rc6 shutdown to suspend_late | Chris Wilson | 5 | -9/+49 |
2019-11-01 | drm/i915/gt: Move user_forcewake application to GT | Chris Wilson | 2 | -22/+22 |
2019-11-01 | drm/i915/gem: Leave reloading kernel context on resume to GT | Chris Wilson | 1 | -30/+0 |
2019-11-01 | drm/i915/gt: Call intel_gt_sanitize() directly | Chris Wilson | 10 | -58/+43 |
2019-11-01 | drm/i915/gt: Pull timeline initialise to intel_gt_init_early | Chris Wilson | 5 | -23/+6 |
2019-11-01 | drm/i915: Remove special case slave handling during hw programming, v3. | Maarten Lankhorst | 5 | -74/+40 |
2019-11-01 | drm/i915: Complete plane hw and uapi split, v2. | Maarten Lankhorst | 4 | -6/+57 |
2019-11-01 | drm/i915: Perform automated conversions for plane uapi/hw split, base -> uapi. | Maarten Lankhorst | 7 | -250/+251 |
2019-11-01 | drm/i915: Perform automated conversions for plane uapi/hw split, base -> hw. | Maarten Lankhorst | 7 | -136/+136 |
2019-11-01 | drm/i915: Perform manual conversions for plane uapi/hw split, v2. | Maarten Lankhorst | 2 | -26/+27 |
2019-11-01 | drm/i915: Add aliases for uapi and hw to plane_state | Maarten Lankhorst | 2 | -10/+14 |
2019-11-01 | drm/i915: Complete crtc hw/uapi split, v6. | Maarten Lankhorst | 4 | -23/+109 |
2019-11-01 | drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi. | Maarten Lankhorst | 27 | -344/+346 |
2019-11-01 | drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw. | Maarten Lankhorst | 24 | -313/+316 |
2019-11-01 | drm/i915: Perform manual conversions for crtc uapi/hw split, v2. | Maarten Lankhorst | 1 | -21/+21 |
2019-11-01 | drm/i915: Add aliases for uapi and hw to crtc_state | Maarten Lankhorst | 4 | -6/+37 |
2019-11-01 | drm/i915: Handle a few more cases for crtc hw/uapi split, v3. | Maarten Lankhorst | 4 | -24/+25 |
2019-11-01 | drm/i915/selftests: Spin on all engines simultaneously | Chris Wilson | 3 | -7/+115 |
2019-11-01 | drm/i915: Update DRIVER_DATE to 20191101 | Joonas Lahtinen | 1 | -1/+1 |
2019-11-01 | drm/i915/selftests: Start kthreads before stopping | Chris Wilson | 5 | -0/+12 |
2019-11-01 | drm/i915/lmem: Check against i915_selftest only under CONFIG_SELFTEST | Chris Wilson | 1 | -0/+2 |
2019-11-01 | drm/i915/gem: Refine occupancy test in kill_context() | Chris Wilson | 1 | -15/+32 |
2019-11-01 | drm/i915: Update DRIVER_DATE to 20191101 | Joonas Lahtinen | 1 | -2/+2 |
2019-10-31 | drm/i915/lmem: add the fake lmem region | Matthew Auld | 9 | -0/+140 |
2019-10-31 | drm/i915/dp: Do not switch aux to TBT mode for non-TC ports | José Roberto de Souza | 1 | -1/+5 |
2019-10-31 | drm/i915/guc: drop guc shared area | Daniele Ceraolo Spurio | 2 | -49/+3 |
2019-10-31 | drm/i915: drop lrc header page | Daniele Ceraolo Spurio | 4 | -45/+7 |
2019-10-31 | drm/i915: Split detaching and removing the vma | Chris Wilson | 1 | -20/+17 |
2019-10-31 | drm/i915/selftests: Pretty print the i915_active | Chris Wilson | 3 | -0/+51 |
2019-10-31 | drm/i915/selftests: Assert that the idle_pulse is sent | Chris Wilson | 1 | -1/+3 |
2019-10-31 | drm/i915/mst: Document the userspace fail with possible_crtcs | Ville Syrjälä | 1 | -0/+8 |
2019-10-31 | drm/i915: Simplify pipe_mask setup even further | Ville Syrjälä | 11 | -18/+11 |