index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-09
drm/i915: Provide an assert for when we expect forcewake to be held
Chris Wilson
3
-2
/
+29
2017-10-09
drm/i915/selftests: Hold the rpm wakeref for the reset tests
Chris Wilson
1
-1
/
+8
2017-10-09
drm/i915: Hold forcewake for the duration of reset+restart
Chris Wilson
1
-2
/
+15
2017-10-09
drm/i915/selftests: Pretty print engine state when requests fail to start
Chris Wilson
1
-0
/
+10
2017-10-09
drm/i915: Make i915_engine_info pretty printer to standalone
Chris Wilson
3
-144
/
+168
2017-10-09
drm/i915: Assert we do not try to expand VMA for hugepage inside GGTT
Chris Wilson
1
-0
/
+7
2017-10-09
drm/i915: Use intel_get_pipe_timings() and intel_mode_from_pipe_config() in i...
Ville Syrjälä
1
-18
/
+4
2017-10-09
drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()
Ville Syrjälä
1
-5
/
+9
2017-10-07
drm/i915: enable platform support for 2M pages
Matthew Auld
2
-3
/
+6
2017-10-07
drm/i915: enable platform support for 64K pages
Matthew Auld
2
-2
/
+4
2017-10-07
drm/i915: disable platform support for vGPU huge gtt pages
Matthew Auld
1
-0
/
+9
2017-10-07
drm/i915/selftests: mix huge pages
Matthew Auld
1
-0
/
+15
2017-10-07
drm/i915/selftests: huge page tests
Matthew Auld
5
-0
/
+1720
2017-10-07
drm/i915/debugfs: include some gtt page size metrics
Matthew Auld
1
-4
/
+57
2017-10-07
drm/i915: accurate page size tracking for the ppgtt
Matthew Auld
2
-0
/
+21
2017-10-07
drm/i915: support 64K pages for the 48b PPGTT
Matthew Auld
2
-0
/
+38
2017-10-07
drm/i915: add support for 64K scratch page
Matthew Auld
2
-11
/
+54
2017-10-07
drm/i915: support 2M pages for the 48b PPGTT
Matthew Auld
2
-4
/
+74
2017-10-07
drm/i915: disable GTT cache for 2M pages
Matthew Auld
1
-6
/
+5
2017-10-07
drm/i915: enable IPS bit for 64K pages
Matthew Auld
2
-0
/
+20
2017-10-07
drm/i915: align 64K objects to 2M
Matthew Auld
1
-1
/
+11
2017-10-07
drm/i915: align the vma start to the largest gtt page size
Matthew Auld
3
-0
/
+23
2017-10-07
drm/i915: introduce vm set_pages/clear_pages
Matthew Auld
4
-44
/
+66
2017-10-07
drm/i915: introduce page_size members
Matthew Auld
9
-12
/
+93
2017-10-07
drm/i915: push set_pages down to the callers
Matthew Auld
8
-54
/
+77
2017-10-07
drm/i915: introduce page_sizes field to dev_info
Matthew Auld
4
-1
/
+30
2017-10-07
drm/i915/gemfs: enable THP
Matthew Auld
1
-0
/
+22
2017-10-07
drm/i915: introduce simple gemfs
Matthew Auld
6
-1
/
+128
2017-10-07
mm/shmem: introduce shmem_file_setup_with_mnt
Matthew Auld
2
-8
/
+24
2017-10-07
drm/i915/execlists: Add a comment for the extra MI_ARB_ENABLE
Chris Wilson
1
-1
/
+17
2017-10-06
drm/i915: Order two completing nop_submit_request
Chris Wilson
1
-1
/
+6
2017-10-06
drm/i915: Silence compiler warning for hsw_power_well_enable()
Chris Wilson
1
-1
/
+1
2017-10-06
drm/i915: Try harder to finish the idle-worker
Chris Wilson
3
-4
/
+15
2017-10-06
drm/i915: Fix pointer-to-int conversion
Michal Wajdeczko
2
-2
/
+7
2017-10-06
drm/i915/huc: Fix includes in intel_huc.c
Michal Wajdeczko
2
-2
/
+6
2017-10-06
drm/i915: Unify uC variable types to avoid flooding checkpatch.pl
Joonas Lahtinen
7
-46
/
+48
2017-10-06
drm/i915: Don't use BIT() in UAPI section
Joonas Lahtinen
1
-1
/
+1
2017-10-06
drm/i915: Use crtc_state_is_legacy_gamma in intel_color_check
Maarten Lankhorst
1
-9
/
+7
2017-10-06
drm/i915/crt: clean up encoder hook assignment
Jani Nikula
1
-7
/
+8
2017-10-06
drm/i915: push DDI FDI link training on enable to CRT encoder
Jani Nikula
2
-3
/
+2
2017-10-06
drm/i915: push DDI and DSI underrun reporting on enable to encoder
Jani Nikula
3
-4
/
+14
2017-10-06
drm/i915: push DDI CRT underrun reporting on disable to encoder
Jani Nikula
2
-6
/
+18
2017-10-06
drm/i915: push DDI CRT underrun reporting on enable to encoder
Jani Nikula
2
-14
/
+51
2017-10-06
drm/i915/uc: Unify initialization of the uC firmware helper
Michal Wajdeczko
3
-8
/
+11
2017-10-06
drm/i915/uc: Fix includes order
Michal Wajdeczko
1
-2
/
+1
2017-10-06
drm/i915/guc: Move GuC core definitions into dedicated files
Michal Wajdeczko
6
-315
/
+377
2017-10-06
drm/i915/guc: Move GuC submission declarations into dedicated header
Michal Wajdeczko
5
-48
/
+86
2017-10-06
drm/i915/guc: Move GuC log declarations into dedicated header
Michal Wajdeczko
3
-25
/
+63
2017-10-05
drm/i915/cnl: Do not add an extra page for precaution in the Gen10 LRC size
Oscar Mateo
1
-1
/
+1
2017-10-05
drm/i915: avoid potential uninitialized variable use
Arnd Bergmann
1
-3
/
+9
[next]