index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-12
drm/i915: Leave vma intact as they are discarded
Chris Wilson
1
-33
/
+5
2020-06-05
drm/i915: Correct discard i915_vma_compare assertion
Chris Wilson
1
-1
/
+2
2020-06-05
drm/i915: Discard a misplaced GGTT vma
Chris Wilson
1
-0
/
+45
2020-04-02
drm/i915/gem: Drop cached obj->bind_count
Chris Wilson
1
-1
/
+6
2020-04-02
drm/i915/gt: Make fence revocation unequivocal
Chris Wilson
1
-7
/
+5
2020-03-16
drm/i915/gt: Pull restoration of GGTT fences underneath the GT
Chris Wilson
1
-1
/
+0
2020-03-16
drm/i915: Move GGTT fence registers under gt/
Chris Wilson
1
-1
/
+1
2020-02-27
drm/i915: significantly reduce the use of <drm/i915_drm.h>
Jani Nikula
1
-1
/
+0
2020-02-08
drm/i915: Never allow userptr into the new mapping types
Janusz Krzysztofik
1
-3
/
+0
2020-02-04
drm/i915: Wean off drm_pci_alloc/drm_pci_free
Chris Wilson
1
-4
/
+4
2020-01-31
drm/i915: Use the async worker to avoid reclaim tainting the ggtt->mutex
Chris Wilson
1
-0
/
+6
2020-01-31
drm/i915/gt: Rename i915_gem_restore_ggtt_mappings() for its new placement
Chris Wilson
1
-1
/
+1
2020-01-24
drm/i915/gem: Detect overflow in calculating dumb buffer size
Chris Wilson
1
-1
/
+4
2020-01-22
drm/i915: Make WARN* drm specific where drm_priv ptr is available
Pankaj Bharadiya
1
-3
/
+4
2020-01-05
drm/i915: Create dumb buffer from LMEM
Ramalingam C
1
-7
/
+22
2019-12-30
drm/i915/selftests: Flush the context worker
Chris Wilson
1
-2
/
+2
2019-12-23
drm/i915: Introduce a vma.kref
Chris Wilson
1
-18
/
+9
2019-12-23
drm/i915: Add a simple is-bound check before unbinding
Chris Wilson
1
-1
/
+4
2019-12-22
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
1
-249
/
+4
2019-12-22
drm/i915: Move i915_gem_init_contexts() earlier
Chris Wilson
1
-11
/
+12
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
1
-13
/
+6
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
1
-6
/
+5
2019-12-18
drm/i915: Hold reference to intel_frontbuffer as we track activity
Chris Wilson
1
-5
/
+5
2019-12-09
drm/i915/gem: Avoid rcu_barrier() from shrinker paths
Chris Wilson
1
-1
/
+1
2019-12-06
drm/i915/gem: Flush the pwrite through the chipset before signaling
Chris Wilson
1
-1
/
+2
2019-12-05
drm/i915/gem: Reinitialise the local list before repeating
Chris Wilson
1
-1
/
+1
2019-12-04
drm/i915/gem: Try to flush pending unbind events
Chris Wilson
1
-1
/
+9
2019-12-04
drm/i915: Introduce DRM_I915_GEM_MMAP_OFFSET
Abdiel Janulgue
1
-1
/
+2
2019-12-03
drm/i915/gem: Avoid parking the vma as we unbind
Chris Wilson
1
-1
/
+16
2019-12-03
drm/i915: Lift i915_vma_pin() out of intel_renderstate_emit()
Chris Wilson
1
-1
/
+7
2019-12-03
drm/i915/gem: Take runtime-pm wakeref prior to unbinding
Chris Wilson
1
-1
/
+16
2019-11-21
drm/i915: Serialise with remote retirement
Chris Wilson
1
-3
/
+23
2019-11-16
drm/i915/gem: Purge the sudden reappearance of i915_gem_object_pin()
Chris Wilson
1
-25
/
+13
2019-11-15
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-1
/
+15
2019-11-14
Backmerge i915 security patches from commit 'ea0b163b13ff' into drm-next
Dave Airlie
1
-1
/
+15
2019-11-05
drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
Jon Bloomfield
1
-1
/
+15
2019-11-05
drm/i915/gt: Call intel_gt_sanitize() directly
Chris Wilson
1
-37
/
+0
2019-11-01
drm/i915/gt: Call intel_gt_sanitize() directly
Chris Wilson
1
-37
/
+0
2019-11-01
drm/i915/gt: Pull timeline initialise to intel_gt_init_early
Chris Wilson
1
-4
/
+0
2019-10-29
drm/i915: Fix i915_inject_load_error() name to read *_probe_*
Janusz Krzysztofik
1
-2
/
+2
2019-10-26
drm/i915: Extract GT render power state management
Andi Shyti
1
-2
/
+1
2019-10-22
drm/i915: Teach record_defaults to operate on the intel_gt
Chris Wilson
1
-6
/
+8
2019-10-22
drm/i915: Pass intel_gt to intel_engines_verify_workarounds
Tvrtko Ursulin
1
-3
/
+3
2019-10-22
drm/i915: Pass intel_gt to intel_engines_init
Tvrtko Ursulin
1
-1
/
+1
2019-10-22
drm/i915: Pass intel_gt to intel_engines_setup
Tvrtko Ursulin
1
-1
/
+1
2019-10-22
drm/i915: Pass intel_gt to intel_engines_cleanup
Tvrtko Ursulin
1
-2
/
+2
2019-10-21
drm/i915: Remove pm park/unpark notifications
Chris Wilson
1
-1
/
+0
2019-10-18
drm/i915: treat shmem as a region
Matthew Auld
1
-9
/
+0
2019-10-16
drm/i915: Store i915_ggtt as the backpointer on fence registers
Chris Wilson
1
-1
/
+1
2019-10-16
drm/i915: Do initial mocs configuration directly
Chris Wilson
1
-9
/
+0
[next]