blob: 03ee1b042bc76739acb592bdcdc515dae1479867 [file] [log] [blame]
562ddcb74854 ("drm/i915/rkl: Don't try to access transcoder D")
8241cfbe67f4 ("drm/i915/tgl: Access the right register when handling PSR interruptions")
2f3b87124b9f ("drm/i915/psr: Only handle interruptions of the transcoder in use")
d048a2684a41 ("drm/i915: Use enum pipe consistently")
df7415bfc06f ("drm/i915: Do not unmask PSR interruption in IRQ postinstall")
4ab4fa103217 ("drm/i915/psr: Make PSR registers relative to transcoders")
46c63d2499b1 ("drm/i915/bdw+: Move misc display IRQ handling to it own function")
5270130db8c8 ("drm/i915: Add gen8_de_pipe_fault_mask()")
f0818984fa5d ("drm/i915: Remove some legacy mmio accessors from interrupt handling")
9b77011e4122 ("drm/i915: Rework some interrupt handling functions to take intel_gt")
855e0d684a3e ("drm/i915: Convert most of atomic commit to take more intel state")
69f786aea946 ("drm/i915: Pass intel_crtc_state to needs_modeset()")
d858d5695f38 ("drm/i915: update rpm_get/put to use the rpm structure")
1bf676cc2dba ("drm/i915: move and rename i915_runtime_pm")
9102650fb975 ("drm/i915: make enable/disable rpm assert function use the rpm structure")
87b391b95184 ("drm/i915: Remove rpm asserts that use i915")
d5b6c275d04a ("drm/i915: prefer i915_runtime_pm in intel_runtime function")
0cf289bd5de3 ("drm/i915: Move fence register tracking from i915->mm to ggtt")
ecab9be174d9 ("drm/i915: Combine unbound/bound list tracking for objects")
e568ac3874be ("drm/i915: Pull kref into i915_address_space")
a8cff4c8283a ("drm/i915: Promote i915->mm.obj_lock to be irqsafe")
7f1502d99614 ("drm/i915: Convert gem_record_fences to uncore mmio accessors")
1c8242c3a4b2 ("drm/i915: Use unchecked writes for setting up the fences")
10d75f5428fd ("drm/i915: Fix plane state dumps")
926878fba5d8 ("drm/i915: Make state dumpers take a const state")
2833920d0ea0 ("drm/i915: Dump failed crtc states during atomic check")
a0e701041c95 ("drm/i915: Move state dump to the end of atomic_check()")
9a86a07c7e94 ("drm/i915: Use intel_ types in intel_atomic_check()")
5643dd9c7af4 ("drm/i915: Use intel_ types in intel_modeset_checks()")
f239b7998507 ("drm/i915: Don't pass the crtc to intel_modeset_pipe_config()")
1b9994c78977 ("drm/i915: Don't pass the crtc to intel_dump_pipe_config()")
bca0bfa31c1b ("drm/i915: Use intel_ types in haswell_mode_set_planes_workaround()")
7645b19d9bdd ("drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/c")
d82b4b26218d ("drm/i915: Report all objects with allocated pages to the shrinker")
3b4fa9640ccd ("drm/i915: Track the purgeable objects on a separate eviction list")
47bc28d7ee6d ("drm/i915: Split off pci_driver.remove() tail to drm_driver.release()")
6501aa4e3a45 ("drm/i915: add in-kernel blitter client")
0a4a6e74e733 ("drm/i915/gtt: grab wakeref in gen6_alloc_va_range")
0c1f845772e5 ("drm/i915: Avoid refcount_inc on known zero count")
2e2f08d02dd2 ("drm/i915: Take a runtime pm wakeref for atomic commits")
6951e5893b48 ("drm/i915: Move GEM object domain management from struct_mutex to local")
37d63f8fdb49 ("drm/i915: Pull scatterlist utils out of i915_gem.h")
10be98a77c55 ("drm/i915: Move more GEM objects under gem/")
f0e4a0639752 ("drm/i915: Move GEM domain management to its own file")
b414fcd5be0b ("drm/i915: Move mmap and friends to its own file")
f033428db28b ("drm/i915: Move phys objects to its own file")
8475355f7a26 ("drm/i915: Move shmem object setup to its own file")
98932149aeb9 ("drm/i915: Move object->pages API to i915_gem_object.[ch]")
afa1308596c9 ("drm/i915: Pull GEM ioctls interface to its own file")
5e5d2e209e08 ("drm/i915: Split GEM object type definition to its own header")