index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-03
drm/i915: Fix PCH names for KBP and CNP.
Rodrigo Vivi
2
-5
/
+5
2017-08-03
drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interface
Lionel Landwerlin
4
-17
/
+573
2017-08-03
drm/i915: reorder NOA register definition to follow addresses
Lionel Landwerlin
1
-106
/
+106
2017-08-03
drm/i915/perf: disable NOA logic when not used
Lionel Landwerlin
1
-0
/
+4
2017-08-03
drm/i915/perf: leave GDT_CHICKEN_BITS programming in configs
Lionel Landwerlin
11
-7
/
+12
2017-08-03
drm/i915/perf: prune OA configs
Lionel Landwerlin
22
-29415
/
+364
2017-08-03
drm/i915/perf: fix flex eu registers programming
Lionel Landwerlin
1
-2
/
+2
2017-08-03
drm/i915: add const to bin_attribute
Bhumika Goyal
1
-3
/
+3
2017-08-02
drm/i915: Fix out-of-bounds array access in bdw_load_gamma_lut
Maarten Lankhorst
1
-0
/
+1
2017-07-31
drm/i915: Update DRIVER_DATE to 20170731
Daniel Vetter
1
-2
/
+2
2017-07-28
drm/i915: Remove unused i915_err_print_instdone
Tvrtko Ursulin
1
-26
/
+0
2017-07-28
drm/i915: Include mbox details for pcode read/write failures
Chris Wilson
1
-8
/
+13
2017-07-27
drm/i915/sdvo: Shut up state checker with hdmi cards on gen3
Daniel Vetter
1
-2
/
+10
2017-07-27
drm/i915: Rework sdvo proxy i2c locking
Daniel Vetter
2
-14
/
+84
2017-07-27
drm/i915: Call the unlocked version of i915_gem_object_get_pages()
Chris Wilson
1
-1
/
+1
2017-07-27
drm/i915: Move i915_gem_object_phys_attach()
Chris Wilson
1
-60
/
+58
2017-07-27
drm/i915: Pin the pages before acquiring struct_mutex for display
Chris Wilson
1
-1
/
+8
2017-07-27
drm/i915: Make i915_gem_object_phys_attach() use obj->mm.lock more appropriately
Chris Wilson
1
-15
/
+35
2017-07-27
drm/i915: Trim struct_mutex usage for kms
Chris Wilson
1
-48
/
+34
2017-07-27
drm/i915: Handle msr read failure gracefully
Gabriel Krisman Bertazi
1
-6
/
+9
2017-07-27
drm/i915: Force CPU synchronisation even if userspace requests ASYNC
Chris Wilson
3
-8
/
+11
2017-07-27
drm/i915: Only skip updating execobject.offset after error
Chris Wilson
1
-3
/
+3
2017-07-27
drm/i915: Only mark the execobject as pinned on success
Chris Wilson
1
-3
/
+3
2017-07-27
drm/i915: Remove assertion from raw __i915_vma_unpin()
Chris Wilson
1
-1
/
+1
2017-07-27
drm/i915/cnl: Fix loadgen select programming on ddi vswing sequence
Navare, Manasi D
1
-2
/
+2
2017-07-27
drm/i915/fbc: add comments to the FBC auxiliary structs
Paulo Zanoni
1
-0
/
+12
2017-07-27
drm/i915: cleanup the CHICKEN_MISC_2 (re)definitions
Paulo Zanoni
2
-7
/
+5
2017-07-27
drm/i915/selftests: Fix kbuild error
Chris Wilson
1
-1
/
+1
2017-07-27
drm/i915: Squelch reset messages during selftests
Chris Wilson
5
-31
/
+39
2017-07-27
drm/i915/selftest: Refactor reset locking
Chris Wilson
1
-15
/
+43
2017-07-27
drm/i915: Don't touch fence->error when resetting an innocent request
Chris Wilson
1
-19
/
+34
2017-07-27
drm/i915: Enforce that CS packets are qword aligned
Chris Wilson
1
-0
/
+3
2017-07-27
drm/i915/glk: set HDMI 2.0 identifier
Shashank Sharma
1
-0
/
+3
2017-07-27
drm/i915: set colorspace for YCBCR420 outputs
Shashank Sharma
1
-0
/
+6
2017-07-27
drm/i915: prepare csc unit for YCBCR420 output
Shashank Sharma
2
-1
/
+54
2017-07-27
drm/i915: prepare pipe for YCBCR420 output
Shashank Sharma
4
-0
/
+36
2017-07-27
drm/i915: prepare scaler for YCBCR420 modeset
Shashank Sharma
3
-1
/
+17
2017-07-27
drm/i915: add config function for YCBCR420 outputs
Shashank Sharma
3
-3
/
+41
2017-07-27
drm/i915: Gather all the power well->domain mappings to one place
Imre Deak
1
-204
/
+204
2017-07-27
drm/i915: Move hsw_power_well_enable() next to the rest of HSW helpers
Imre Deak
1
-14
/
+14
2017-07-27
drm/i915/gen9+: Unify the HSW/BDW and GEN9+ power well helpers
Imre Deak
1
-188
/
+43
2017-07-27
drm/i915/hsw+: Add has_fuses power well attribute
Imre Deak
4
-14
/
+48
2017-07-27
drm/i915/hsw, bdw: Wait for the power well disabled state
Imre Deak
1
-17
/
+11
2017-07-27
drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributes
Imre Deak
4
-17
/
+31
2017-07-27
drm/i915/hsw+: Unify the hsw/bdw and gen9+ power well req/state macros
Imre Deak
3
-30
/
+44
2017-07-27
drm/i915/hsw, bdw: Split power well set to enable/disable helpers
Imre Deak
1
-33
/
+17
2017-07-27
drm/i915/hsw, bdw: Remove redundant state check during power well toggling
Imre Deak
1
-23
/
+13
2017-07-27
drm/i915/gen9+: Remove redundant state check during power well toggling
Imre Deak
1
-16
/
+9
2017-07-27
drm/i915/gen9+: Remove redundant power well state assert during enabling
Imre Deak
1
-6
/
+1
2017-07-27
drm/i915/bxt, glk: Give a proper name to the power well struct phy field
Imre Deak
2
-12
/
+16
[next]