Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1c42819a14a0868edd5d4b2db4594c1f7fc324d4
/
drivers
/
gpu
/
drm
/
i915
1c42819
drm/i915: Add initial selftests for i915_gem_gtt
by Chris Wilson
· 8 years ago
ced01af
drm/i915: Add a live dmabuf selftest
by Chris Wilson
· 8 years ago
6cca22e
drm/i915: Add some mock tests for dmabuf interop
by Chris Wilson
· 8 years ago
a8fb2ba
drm/i915: Sanity check all registers for matching fw domains
by Chris Wilson
· 8 years ago
9852d54
drm/i915: Test all fw tables during mock selftests
by Chris Wilson
· 8 years ago
26e7a2a
drm/i915: Move uncore selfchecks to live selftest infrastructure
by Chris Wilson
· 8 years ago
1705945
drm/i915: Test coherency of and barriers between cache domains
by Chris Wilson
· 8 years ago
3d81d58
drm/i915: Test exhaustion of the mmap space
by Chris Wilson
· 8 years ago
48d8981
drm/i915: Test partial mappings
by Chris Wilson
· 8 years ago
12d30d87
drm/i915: Add a live seftest for GEM objects
by Chris Wilson
· 8 years ago
8335fd6
drm/i915: Add selftests for object allocation, phys
by Chris Wilson
· 8 years ago
cd3862d
drm/i915: Live testing of empty requests
by Chris Wilson
· 8 years ago
97b592b
drm/i915: Test request ordering between engines
by Chris Wilson
· 8 years ago
cf8be13
drm/i915: Test simultaneously submitting requests to all engines
by Chris Wilson
· 8 years ago
b348090
drm/i915: Simple selftest to exercise live requests
by Chris Wilson
· 8 years ago
5fd4d11
drm/i915: Add a simple fence selftest to i915_gem_request
by Chris Wilson
· 8 years ago
f1ae924
drm/i915: Add a simple request selftest for waiting
by Chris Wilson
· 8 years ago
c835c55
drm/i915: Add selftests for i915_gem_request
by Chris Wilson
· 8 years ago
4465398
drm/i915: Create a fake object for testing huge allocations
by Chris Wilson
· 8 years ago
0daf011
drm/i915: Mock infrastructure for request emission
by Chris Wilson
· 8 years ago
3b5bb0a
drm/i915: Mock a GGTT for self-testing
by Chris Wilson
· 8 years ago
66d9cb5
drm/i915: Mock the GEM device for self-testing
by Chris Wilson
· 8 years ago
e62e8ad
drm/i915: Add unit tests for the breadcrumb rbtree, wakeups
by Chris Wilson
· 8 years ago
ae1f809
drm/i915: Add unit tests for the breadcrumb rbtree, completion
by Chris Wilson
· 8 years ago
f97fbf9
drm/i915: Add unit tests for the breadcrumb rbtree, insert/remove
by Chris Wilson
· 8 years ago
935a2f7
drm/i915: Add some selftests for sg_table manipulation
by Chris Wilson
· 8 years ago
953c7f8
drm/i915: Provide a hook for selftests
by Chris Wilson
· 8 years ago
2ae5573
drm/i915: Clear the last_retired_context following a hang/reset
by Chris Wilson
· 8 years ago
fe3288b
drm/i915: Park the breadcrumbs signaler across a GPU reset
by Chris Wilson
· 8 years ago
1d30963
drm/i915: Kill the tasklet then disable
by Chris Wilson
· 8 years ago
8d613c5
drm/i915: Always call i915_gem_reset_finish() following i915_gem_reset_prepare()
by Chris Wilson
· 8 years ago
c00122f3
drm/i915: Assert that the active request hasn't been signaled
by Chris Wilson
· 8 years ago
ae9a043
drm/i915: Rename conditional GEM execution macros
by Chris Wilson
· 8 years ago
8c12d12
drm/i915: Move the irq_barrier for reset earlier into reset_prepare
by Chris Wilson
· 8 years ago
c4d4c1c
drm/i915: Flush the freed object queue on device release
by Chris Wilson
· 8 years ago
94d4a2a
drm/i915: Unbind any residual objects/vma from the Global GTT on shutdown
by Chris Wilson
· 8 years ago
cad3688
drm/i915: Split device release from unload
by Chris Wilson
· 8 years ago
317eaa9
drm/i915/debugfs: Add i915_hpd_storm_ctl
by Lyude
· 8 years ago
6401c37
drm/i915: Simplify platform checks in intel_fb_pitch_limit()
by Ville Syrjälä
· 8 years ago
d158694
drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS code
by Ville Syrjälä
· 8 years ago
51a831a
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
4f4631a
drm/i915/byt: Take powerwell for reading PIPESTAT in debugfs
by Chris Wilson
· 8 years ago
72b72ae
drm/i915: Always pin contexts into the high GGTT
by Chris Wilson
· 8 years ago
370a81f
drm/i915: Remove unused function intel_ddi_get_link_dpll()
by Ander Conselvan de Oliveira
· 8 years ago
d8fc70b
drm/i915: Make power domain masks 64 bit long
by Ander Conselvan de Oliveira
· 8 years ago
949e8ab
drm/i915: Use the size/type of address space to make decisions
by Chris Wilson
· 8 years ago
8d2b47d
drm/i915: Enable atomic support by default on supported platforms.
by Maarten Lankhorst
· 8 years ago
6d1f9fb
drm/i915: Add __destroy_hw_context
by Joonas Lahtinen
· 8 years ago
e1cc3db
drm/i915: Assert that we never create a vma for the aliasing_ppgtt
by Chris Wilson
· 8 years ago
969bb72
drm/i915: Check for timeout completion when waiting for the rq to submitted
by Chris Wilson
· 8 years ago
e81ecb5
drm/i915: A hotfix for making aliasing PPGTT work for GVT-g
by Zhi Wang
· 8 years ago
b71953a
drm/i915/dp: Move initialization of hpd_pin to a new function
by Ander Conselvan de Oliveira
· 8 years ago
ca4c389
drm/i915: Remove WA for swapped HPD pins in broxton A stepping
by Ander Conselvan de Oliveira
· 8 years ago
1f7b847
drm/i915: Disable engine->irq_tasklet around resets
by Chris Wilson
· 8 years ago
d802709
drm/i915: Split GEM resetting into 3 phases
by Chris Wilson
· 8 years ago
20a8a74
drm/i915: Move calling engine->init_hw() to its own function
by Chris Wilson
· 8 years ago
519d524
drm/i915: i915_gem_shrink_all() needs an awake device
by Chris Wilson
· 8 years ago
ceb9932
drm/i915: Move ilk_pipe_pixel_rate() to intel_display.c
by Ville Syrjälä
· 8 years ago
b0587e4
drm/i915: Replace the .modeset_commit_cdclk() hook with a more direct .set_cdclk() hook
by Ville Syrjälä
· 8 years ago
63ff304
drm/i915: Nuke the VLV/CHV PFI programming power domain workaround
by Ville Syrjälä
· 8 years ago
1a5301a
drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk()
by Ville Syrjälä
· 8 years ago
83c5fda
drm/i915: Pass the cdclk state to the set_cdclk() functions
by Ville Syrjälä
· 8 years ago
3d5dbb1
drm/i915: Pass dev_priv to remainder of the cdclk functions
by Ville Syrjälä
· 8 years ago
bb0f4aa
drm/i915: Track full cdclk state for the logical and actual cdclk frequencies
by Ville Syrjälä
· 8 years ago
49cd97a
drm/i915: Start moving the cdclk stuff into a distinct state structure
by Ville Syrjälä
· 8 years ago
8f0cfa4
drm/i915: Pass computed vco to bxt_set_cdclk()
by Ville Syrjälä
· 8 years ago
7ff89ca
drm/i915: Move most cdclk/rawclk related code to intel_cdclk.c
by Ville Syrjälä
· 8 years ago
4717e8b
drm/i915: Clean up the .get_cdclk() assignment if ladder
by Ville Syrjälä
· 8 years ago
c49a0d0
drm/i915: s/get_display_clock_speed/get_cdclk/
by Ville Syrjälä
· 8 years ago
4e841ec
drm/i915: Nuke intel_mode_max_pixclk()
by Ville Syrjälä
· 8 years ago
a7d1b3f
drm/i915: Store the pipe pixel rate in the crtc state
by Ville Syrjälä
· 8 years ago
fb51ff4
drm/i915/guc: Log significant events at the info level
by Tvrtko Ursulin
· 8 years ago
8385c2e
drm/i915: Use for_each_power_domain() in i915_power_domain_info()
by Joonas Lahtinen
· 8 years ago
3c779a4
drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0)
by Joonas Lahtinen
· 8 years ago
038c95a
drm/i915: Always convert incoming exec offsets to non-canonical
by Michał Winiarski
· 8 years ago
c0dcb20
drm/i915: Restore context and pd for ringbuffer submission after reset
by Chris Wilson
· 8 years ago
6248017
drm/i915: Get correct display clock on 945gm
by Arthur Heymans
· 8 years ago
e0ec3ec
drm/i915: Remove overzealous fence warn on runtime suspend
by Chris Wilson
· 8 years ago
418e3cd
drm/i915: Show the current i915_params in debugfs/i915_capabilites
by Chris Wilson
· 8 years ago
642c8a7
drm/i915: Capture module parameters for the GPU error state
by Chris Wilson
· 8 years ago
1a2010c
drm/i915: Use bool i915_param.alpha_support
by Chris Wilson
· 8 years ago
b8cf691
drm/i915: Generate i915_params {} using a macro
by Chris Wilson
· 8 years ago
2ffe80a
drm/i915: Avoid unguarded reads from the request pointer
by Chris Wilson
· 8 years ago
eca56a3
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
by Chris Wilson
· 8 years ago
04da811
drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.
by Zhi Wang
· 8 years ago
1a56b1a
drm/i915/gen5+, pch: Enable hotplug detection early
by Imre Deak
· 8 years ago
f123959
drm/i915/lspcon: Remove DPCD compare based resume time workaround
by Imre Deak
· 8 years ago
390b4e0
drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
by Imre Deak
· 8 years ago
7fff812
drm/i915/gen9+: Enable hotplug detection early
by Imre Deak
· 8 years ago
a6508de
drm/i915: Use page coloring to provide the guard page at the end of the GTT
by Chris Wilson
· 8 years ago
47db922
drm/i915: Assign I915_COLOR_UNEVICTABLE to the address space head_node
by Chris Wilson
· 8 years ago
b196fbc
drm/i915: Manipulate the Global GTT size using I915_GTT_PAGE_SIZE
by Chris Wilson
· 8 years ago
22cc440
drm/i915: Print execlists restart after reset
by Chris Wilson
· 8 years ago
ba318c6
drm/i915: Drain the freed state from the tail of the next commit
by Chris Wilson
· 8 years ago
28b6def
drm/i915: Update DRIVER_DATE to 20170206
by Daniel Vetter
· 8 years ago
ccfceda
drm/i915: refactor register fw read/write macros for recent GENs
by Daniele Ceraolo Spurio
· 8 years ago
4a04e37
drm/i915: fix pm refcounting on fence error in execbuf
by Daniele Ceraolo Spurio
· 8 years ago
955b8e9
drm/i915: Allow large objects to be tiled on gen2/3
by Chris Wilson
· 8 years ago
a3a1e53
drm/i915: Tidy the tail of i915_tiling_ok()
by Chris Wilson
· 8 years ago
52da22e
drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling mode
by Chris Wilson
· 8 years ago
Next »