aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-04drm/i915: Include crtc_state.active in crtc state dumpsVille Syrjälä1-8/+5
2019-06-04drm/i915: Move state dump to the end of atomic_check()Ville Syrjälä1-6/+14
2019-06-04drm/i915: Use intel_ types in intel_atomic_check()Ville Syrjälä1-36/+32
2019-06-04drm/i915: Use intel_ types in intel_modeset_checks()Ville Syrjälä1-39/+38
2019-06-04drm/i915: Don't pass the crtc to intel_modeset_pipe_config()Ville Syrjälä1-3/+3
2019-06-04drm/i915: Don't pass the crtc to intel_dump_pipe_config()Ville Syrjälä1-11/+7
2019-06-04drm/i915: Use intel_ types in haswell_mode_set_planes_workaround()Ville Syrjälä1-22/+18
2019-06-04drm/i915: Use intel_ types in intel_modeset_clear_plls()Ville Syrjälä1-12/+11
2019-06-04drm/i915: Pass intel_atomic state to check_digital_port_conflicts()Ville Syrjälä1-4/+6
2019-06-04drm/i915: Clean up cdclk vfunc assignmentsVille Syrjälä1-12/+6
2019-06-04drm/i915: Pass intel_atomic_state to cdclk funcsVille Syrjälä3-92/+79
2019-06-04drm/i915: add i2c symlink under hdmi connectorOleg Vasilev1-1/+40
2019-06-04drm/i915: move more defs in intel_display_power.hDaniele Ceraolo Spurio3-192/+192
2019-06-04drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/cDaniele Ceraolo Spurio7-4703/+4741
2019-06-01drm/i915/icl: Ensure port A combo PHY HW state is correctImre Deak1-0/+4
2019-05-31drm/i915: Report all objects with allocated pages to the shrinkerChris Wilson9-128/+62
2019-05-31drm/i915: Track the purgeable objects on a separate eviction listChris Wilson8-30/+61
2019-05-31drm/i915: add force_probe module parameter to replace alpha_supportJani Nikula6-20/+72
2019-05-31drm/i915: fix use of uninitialized pointer vaddrColin Ian King1-1/+1
2019-05-31drm/i915: Make default value for i915.mmio_debug a compile time optionChris Wilson2-1/+15
2019-05-31drm/i915: Drop check for non-NULL entry in llist_for_each_entry_safeChris Wilson1-2/+1
2019-05-31drm/i915: Split off pci_driver.remove() tail to drm_driver.release()Janusz Krzysztofik3-5/+23
2019-05-30drm/i915: add in-kernel blitter clientMatthew Auld9-0/+702
2019-05-30drm/i915/gtt: grab wakeref in gen6_alloc_va_rangeMatthew Auld1-1/+7
2019-05-29drm/i915/gtt: Avoid overflowing the WC stashChris Wilson1-4/+7
2019-05-29Revert "drm/i915: Expand subslice mask"Jani Nikula11-200/+116
2019-05-29drm/i915: Avoid refcount_inc on known zero countChris Wilson1-2/+2
2019-05-29drm/i915: selftest_lrc: Check the correct variableDan Carpenter1-2/+2
2019-05-29drm/i915: Take a runtime pm wakeref for atomic commitsChris Wilson2-0/+7
2019-05-28drm/i915: Expand subslice maskStuart Summers11-116/+200
2019-05-28drm/i915: Refactor sseu helper functionsStuart Summers6-63/+74
2019-05-28drm/i915: Move calculation of subslices per slice to new functionStuart Summers3-3/+9
2019-05-28drm/i915: Add macro for SSEU stride calculationStuart Summers3-15/+13
2019-05-28drm/i915: Use local variable for SSEU info in GETPARAM ioctlStuart Summers1-5/+6
2019-05-28drm/i915: Add debugs for the C8 vs. legacy LUT caseVille Syrjälä1-1/+3
2019-05-28drm/i915: Update pipe gamma enable bits when C8 planes are getting enabled/disabledVille Syrjälä1-0/+18
2019-05-28drm/i915: Drop the deferred active referenceChris Wilson18-96/+26
2019-05-28drm/i915: Rename intel_context.active to .inflightChris Wilson2-12/+12
2019-05-28drm/i915: Move GEM client throttling to its own fileChris Wilson4-64/+74
2019-05-28drm/i915: Move GEM object busy checking to its own fileChris Wilson3-128/+139
2019-05-28drm/i915: Move GEM object waiting to its own fileChris Wilson6-271/+286
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson32-180/+445
2019-05-28drm/i915: Pull scatterlist utils out of i915_gem.hChris Wilson19-142/+188
2019-05-28drm/i915: Move more GEM objects under gem/Chris Wilson77-697/+338
2019-05-28drm/i915: Move GEM domain management to its own fileChris Wilson13-822/+839
2019-05-28drm/i915: Move mmap and friends to its own fileChris Wilson10-1039/+1090
2019-05-28drm/i915: Move phys objects to its own fileChris Wilson12-821/+895
2019-05-28drm/i915: Move shmem object setup to its own fileChris Wilson16-861/+882
2019-05-28drm/i915: Move object->pages API to i915_gem_object.[ch]Chris Wilson7-140/+143
2019-05-28drm/i915: Pull GEM ioctls interface to its own fileChris Wilson7-42/+66