Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
d4b01349481f585bca195faddbaeec0095d37b9b
/
drivers
/
gpu
/
msm
6765ebe
Merge "msm: kgsl: a2xx: Check the right interrupt status bits"
by Linux Build Service Account
· 13 years ago
2b23266
Merge "msm: kgsl: Prevent fault tolerance memory free twice"
by Linux Build Service Account
· 13 years ago
23753b6
Merge "msm: kgsl: Add barriers to GPU fault tolerance memory reads"
by Linux Build Service Account
· 13 years ago
0466ff4
Merge "msm: kgsl: Allocate space in ringbuffer for EOF commands"
by Linux Build Service Account
· 13 years ago
1658ced
Merge "msm: kgsl: Fault tolernace for context with pagefault"
by Linux Build Service Account
· 13 years ago
0116caa
Merge "msm:kgsl: Remove NORETRY flag in memory allocations"
by Linux Build Service Account
· 13 years ago
59e7954
msm: kgsl: Prevent fault tolerance memory free twice
by Tarun Karra
· 13 years ago
782734f
msm: kgsl: Add barriers to GPU fault tolerance memory reads
by Tarun Karra
· 13 years ago
6479d07
msm: kgsl: Allocate space in ringbuffer for EOF commands
by Tarun Karra
· 13 years ago
24e3dfa
msm: kgsl: Fault tolernace for context with pagefault
by Tarun Karra
· 13 years ago
3d36582
Merge "msm: kgsl: Add CP_WAIT_FOR_IDLE packet before updating timestamp"
by Linux Build Service Account
· 13 years ago
ca4e1a7
msm: kgsl: Add CP_WAIT_FOR_IDLE packet before updating timestamp
by Anshuman Dani
· 14 years ago
366e0f0
Merge "msm: kgsl: Properly record the size of the sglist in the memdesc"
by Linux Build Service Account
· 13 years ago
3bac7ee
Merge "msm: kgsl: initialize kgsl_sync_timeline_ops properly"
by Linux Build Service Account
· 13 years ago
745147e
msm: kgsl: initialize kgsl_sync_timeline_ops properly
by Iliyan Malchev
· 14 years ago
75480a2
Merge "msm: kgsl: pwrscale functions should be run while GPU is ACTIVE"
by Linux Build Service Account
· 13 years ago
99149a7
msm: kgsl: fix paren placement leading to fence timeout
by Jeff Boody
· 13 years ago
1dbe8eb
msm: kgsl: a2xx: Check the right interrupt status bits
by Jordan Crouse
· 13 years ago
100e4b3
msm: kgsl: Properly record the size of the sglist in the memdesc
by Jordan Crouse
· 13 years ago
e5144ec
msm: kgsl: pwrscale functions should be run while GPU is ACTIVE
by Lucille Sylvester
· 13 years ago
fdd17d4
msm: kgsl: Remove invalid context_id logging
by Harsh Vardhan Dwivedi
· 13 years ago
b8c8e04
msm: kgsl: Bump up the GPU frequency for long batch processing
by Lucille Sylvester
· 13 years ago
f5e67a2
msm: kgsl: Delete the context event while the context is still valid
by Lynus Vaz
· 13 years ago
2c22e91
msm: kgsl: Add event tracepoints
by Jordan Crouse
· 13 years ago
ef02fc0
msm: kgsl: Resolve a potential race in the interrupt handler
by Jordan Crouse
· 13 years ago
ab60199
msm: kgsl: Check the current interrupt status before power operations
by Jordan Crouse
· 13 years ago
92406e6
msm: kgsl: Always send fence sync the timestamp it expects
by Jordan Crouse
· 13 years ago
3ad4d97
msm:kgsl: Remove NORETRY flag in memory allocations
by Rajeev Kulkarni
· 13 years ago
b804c76
Merge "msm: kgsl: Fix pagefault logging of one per 4k"
by Linux Build Service Account
· 13 years ago
3ea08fd
Merge "msm: kgsl: snapshot: Don't keep parsing indirect buffers on failure"
by Linux Build Service Account
· 13 years ago
fc416a3
Merge "msm: kgsl: Use the correct timestamp for the snapshot"
by Linux Build Service Account
· 13 years ago
fc2f62d
Merge "msm: kgsl: Make sure the last IB2 is in the static snapshot region"
by Linux Build Service Account
· 13 years ago
41d0c8a
Merge "msm: kgsl: Make the snapshot dumper more tolerant of corrupted IBs"
by Linux Build Service Account
· 13 years ago
7455fc8
Merge "msm: kgsl: Debugfs entity to switch on/off userspace FT policy control"
by Linux Build Service Account
· 13 years ago
8eff7af
Merge "msm: kgsl: Allow pagefault policy to be controlled by userspace"
by Linux Build Service Account
· 13 years ago
2e51aa8
Merge "msm: kgsl: Limit pagefault logging to 1 per page"
by Linux Build Service Account
· 13 years ago
18eaca6
Merge "msm: kgsl: No fault tolerance if userspace sets a flag"
by Linux Build Service Account
· 13 years ago
0f14f39
Merge "msm: kgsl: Allow fault tolerance userspace control"
by Linux Build Service Account
· 13 years ago
6697247
Merge "msm: kgsl: Reduce postmortem logs by default"
by Linux Build Service Account
· 13 years ago
ccdbec6
Merge "msm: kgsl: Run GPU fault tolerance at max clock"
by Linux Build Service Account
· 13 years ago
60f5991
Merge "msm: kgsl: Detect long running IBs"
by Linux Build Service Account
· 13 years ago
6d61dd4
Merge "msm: kgsl: Store process id and name in context structure"
by Linux Build Service Account
· 13 years ago
e7a5394
Merge "msm: kgsl: Renaming recovery to fault tolerance"
by Linux Build Service Account
· 13 years ago
78384f4
Merge "msm: kgsl: Recovery policy change"
by Linux Build Service Account
· 13 years ago
49906ac
Merge "msm: kgsl: Locate index of recovery during initialization"
by Linux Build Service Account
· 13 years ago
421ca00
Merge "msm: kgsl: Fix hang detection to be 50ms or more"
by Linux Build Service Account
· 13 years ago
4294699
msm: kgsl: Fix pagefault logging of one per 4k
by Rajeev Kulkarni
· 13 years ago
ed8c2dd
msm: kgsl: Don't silently ignore events that have a retired timestamp
by Jordan Crouse
· 13 years ago
c77df99
msm: kgsl: Send the correct timestamp to an expired event
by Jordan Crouse
· 13 years ago
ecbb99a
msm: kgsl: Add context reference counting to KGSL events
by Carter Cooper
· 14 years ago
ef3456c
msm: kgsl: Move events to context specific lists
by Jordan Crouse
· 14 years ago
740f674
msm: kgsl: Remove duplicate code for checking timestamps
by Carter Cooper
· 14 years ago
2cf6ec9
msm: kgsl: snapshot: Don't keep parsing indirect buffers on failure
by Jordan Crouse
· 13 years ago
aeebcc0
msm: kgsl: Use the correct timestamp for the snapshot
by Jordan Crouse
· 13 years ago
3bbb56e
msm: kgsl: Make sure the last IB2 is in the static snapshot region
by Jordan Crouse
· 14 years ago
21aaadf
msm: kgsl: Make the snapshot dumper more tolerant of corrupted IBs
by Jordan Crouse
· 14 years ago
987e2f7
msm: kgsl: Debugfs entity to switch on/off userspace FT policy control
by Tarun Karra
· 13 years ago
99678f8
msm: kgsl: Allow pagefault policy to be controlled by userspace
by Tarun Karra
· 13 years ago
b810732
msm: kgsl: Limit pagefault logging to 1 per page
by Tarun Karra
· 13 years ago
8329722
msm: kgsl: No fault tolerance if userspace sets a flag
by Tarun Karra
· 13 years ago
3164fb0
msm: kgsl: Allow fault tolerance userspace control
by Tarun Karra
· 13 years ago
45a50d6
msm: kgsl: Reduce postmortem logs by default
by Tarun Karra
· 13 years ago
d2326b8
msm: kgsl: Run GPU fault tolerance at max clock
by Tarun Karra
· 13 years ago
696f89e
msm: kgsl: Detect long running IBs
by Tarun Karra
· 13 years ago
5bea9c6
msm: kgsl: Store process id and name in context structure
by Tarun Karra
· 13 years ago
d20d71a
msm: kgsl: Renaming recovery to fault tolerance
by Tarun Karra
· 13 years ago
deeecc0
msm: kgsl: Recovery policy change
by Tarun Karra
· 13 years ago
460cc76
msm: kgsl: Locate index of recovery during initialization
by Shubhraprakash Das
· 14 years ago
4648db9
msm: kgsl: Fix hang detection to be 50ms or more
by Tarun Karra
· 13 years ago
e833aca
Update copyright to The Linux Foundation
by Duy Truong
· 13 years ago
24866ee
msm: kgsl: Don't change the sglen of the memdesc if allocation fails
by Dhivya Subramanian
· 13 years ago
0bcdb73
msm: kgsl: Use the correct units for ADRENO_IDLE_TIMEOUT
by Jordan Crouse
· 14 years ago
a5cef20
Merge "msm: kgsl: Add minimum amount of wait in adreno_waittimestamp"
by Linux Build Service Account
· 13 years ago
72af941
Merge "msm: kgsl: Add context reference counting to KGSL events"
by Linux Build Service Account
· 13 years ago
a8d6a15
Merge "msm: kgsl: Change GPU Fast Hang detection to 50ms"
by Linux Build Service Account
· 13 years ago
522293f
Merge "msm: kgsl: Modify kgsl_mmu_pagefault ftrace event format"
by Linux Build Service Account
· 13 years ago
bd2b647
Merge "msm: kgsl: Avoid NULL pointer in adreno setstate functions"
by Linux Build Service Account
· 13 years ago
88ab61f
msm: kgsl: Modify kgsl_mmu_pagefault ftrace event format
by Pushkar Joshi
· 13 years ago
5e57bd3
msm: kgsl: Add minimum amount of wait in adreno_waittimestamp
by Harsh Vardhan Dwivedi
· 13 years ago
db8cf39
msm: kgsl: Remove support for IOCTL_KGSL_SHAREDMEM_FROM_VMALLOC
by Jordan Crouse
· 14 years ago
97c74d6
msm: kgsl: Add GFP_NORETRY to the page_alloc flags and handle errors
by Jordan Crouse
· 14 years ago
dc67dfb
msm: kgsl: Cleanup memdesc flags
by Jordan Crouse
· 14 years ago
d106678
Merge "msm: kgsl: Don't wake up gpu on kgsl_ioctl calls if not necessary"
by Linux Build Service Account
· 13 years ago
ed5d763
Merge "msm: kgsl: Fix guilty context logic for GPU hangs"
by Linux Build Service Account
· 13 years ago
71d163f
Merge "msm: kgsl: Ensure context pointer exists before dereferencing"
by Linux Build Service Account
· 13 years ago
6e750d7
msm: kgsl: Change GPU Fast Hang detection to 50ms
by Tarun Karra
· 14 years ago
eef8a13
msm: kgsl: Avoid NULL pointer in adreno setstate functions
by Jordan Crouse
· 14 years ago
3834530
msm: kgsl: Don't wake up gpu on kgsl_ioctl calls if not necessary
by Vladimir Razgulin
· 13 years ago
7eb6a8a
Merge "msm: kgsl: Process all idle checks"
by Linux Build Service Account
· 13 years ago
8179f5a
msm: kgsl: Fix guilty context logic for GPU hangs
by Carter Cooper
· 14 years ago
b50d03c
msm: kgsl: Add context reference counting to KGSL events
by Carter Cooper
· 14 years ago
4e8b402
msm: kgsl: Ensure context pointer exists before dereferencing
by Carter Cooper
· 14 years ago
721f7e7
msm: kgsl: Process all idle checks
by Lucille Sylvester
· 14 years ago
d98d656
msm: kgsl: Issue conditional interrupts on internal submissions
by Rajeev Kulkarni
· 14 years ago
92446a6
msm: kgsl: Support user specified timeouts in adreno_waittimestamp
by Jordan Crouse
· 14 years ago
cca6114
msm: kgsl: Move the adreno WPTR poke logic to the hang detection
by Jordan Crouse
· 14 years ago
46ee109
msm: kgsl: Add a flag to context struct for bad timestamp waits
by Rajeev Kulkarni
· 14 years ago
e80c346
msm: kgsl: Add support to use timestamps from userspace for an issue
by Vijay Krishnamoorthy
· 14 years ago
edbe403
msm: kgsl: Check for valid pointer before dereferencing
by Carter Cooper
· 14 years ago
c9ec266
msm: kgsl: Define unique values for context flags
by Shubhraprakash Das
· 14 years ago
Next »