Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c3ed110386db97e8213151ddc665adedf6cd11df
c3ed110
drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
by Harsha Sharma
· 7 years ago
4d58443d
drm/i915: Get rid of hardcoded pipes
by Mika Kahola
· 7 years ago
a2fc4bd
drm/i915: Add retries for LSPCON detection
by Shashank Sharma
· 7 years ago
d18aef0
drm/i915: Don't give up waiting on INVALID_MODE
by Shashank Sharma
· 7 years ago
f687e25
drm: Add retries for lspcon mode detection
by Shashank Sharma
· 7 years ago
8f5f63d
drm/i915/bdw: Fix DP_AUX_CH_CTL_TIME_OUT setting
by James Ausmus
· 7 years ago
6fa228b
drm/i915: Fix DP_AUX_CH_CTL_TIME_OUT naming
by James Ausmus
· 7 years ago
9c1477e
drm/i915/selftests: Exercise adding requests to a full GGTT
by Chris Wilson
· 7 years ago
214707f
drm/i915/selftests: Wrap a timer into a i915_sw_fence
by Chris Wilson
· 7 years ago
55b4f1c
drm/i915: Fix eviction when the GGTT is idle but full
by Chris Wilson
· 7 years ago
4d90f2d
drm/i915: Start tracking PSR state in crtc state
by Ville Syrjälä
· 7 years ago
fa9caf0
drm/i915: Update DRIVER_DATE to 20171012
by Jani Nikula
· 7 years ago
612dde7
drm/i915: Simplify intel_sanitize_enable_ppgtt
by Joonas Lahtinen
· 7 years ago
7c78142
drm/i915/userptr: Drop struct_mutex before cleanup
by Chris Wilson
· 7 years ago
a8a0888
drm/i915/dp: limit sink rates based on rate
by Jani Nikula
· 7 years ago
fc603ca
drm/i915/dp: centralize max source rate conditions more
by Jani Nikula
· 7 years ago
3c7b6b3
drm/i915: Allow PCH platforms fall back to BIOS LVDS mode
by Ville Syrjälä
· 7 years ago
de33081
drm/i915: Reuse normal state readout for LVDS/DVO fixed mode
by Ville Syrjälä
· 7 years ago
af7a8ff
drm/i915: Use rcu instead of stop_machine in set_wedged
by Daniel Vetter
· 7 years ago
37d933f
drm/i915: Introduce separate status variable for RC6 and LLC ring frequency setup
by Sagar Arun Kamble
· 7 years ago
fc77426
drm/i915: Create generic functions to control RC6, RPS
by Sagar Arun Kamble
· 7 years ago
0870a2a
drm/i915: Create generic function to setup LLC ring frequency table
by Sagar Arun Kamble
· 7 years ago
771decb
drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled
by Sagar Arun Kamble
· 7 years ago
562d9ba
drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"
by Sagar Arun Kamble
· 7 years ago
9f81750
drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock
by Sagar Arun Kamble
· 7 years ago
ad1443f
drm/i915: Name i915_runtime_pm structure in dev_priv as "runtime_pm"
by Sagar Arun Kamble
· 7 years ago
d46b00d
drm/i915: Separate RPS and RC6 handling for CHV
by Sagar Arun Kamble
· 7 years ago
0d6fc92
drm/i915: Separate RPS and RC6 handling for VLV
by Sagar Arun Kamble
· 7 years ago
3a85392
drm/i915: Separate RPS and RC6 handling for BDW
by Sagar Arun Kamble
· 7 years ago
415544d
drm/i915: Remove superfluous IS_BDW checks and non-BDW changes from gen8_enable_rps
by Sagar Arun Kamble
· 7 years ago
960e546
drm/i915: Separate RPS and RC6 handling for gen6+
by Sagar Arun Kamble
· 7 years ago
617dc76
drm/i915/selftests: ditch the kernel context
by Matthew Auld
· 7 years ago
06ea8c5
drm/i915: Silently fallback to 4k scratch
by Chris Wilson
· 7 years ago
45c1cd8
drm/i915: Cleanup South Error Interrupts
by Mika Kahola
· 7 years ago
78619e3
drm/i915: Favor for_each_pipe() macro
by Mika Kahola
· 7 years ago
0a195c0
drm/i915: Fold IRQ pipe masks
by Mika Kahola
· 7 years ago
2b68504
drm/i915: Remove I915_MAX_PIPES dependency for DDB allocation
by Mika Kahola
· 7 years ago
0d5f662
drm/i915: Don't relay on I915_MAX_PIPES
by Mika Kahola
· 7 years ago
db37d8f
drm/i915: Nuke the bogus kernel doc for i9xx_disable_pll()
by Ville Syrjälä
· 7 years ago
939994d
drm/i915: Pass crtc state to i9xx_enable_pll()
by Ville Syrjälä
· 7 years ago
dfa311f
drm/i915: Parametrize CBR_DPLLBMD_PIPE defines
by Ville Syrjälä
· 7 years ago
ecf837d9
drm/i915: Use enum pipe for PCH transcoders
by Ville Syrjälä
· 7 years ago
69208c9
drm/i915: Increase atomic update vblank evasion time with lockdep
by Daniel Vetter
· 7 years ago
dc2279e
drm/i915: Use execlists_num_ports instead of size of array
by Mika Kuoppala
· 7 years ago
7741b54
drm/i915: Preallocate our mmu notifier workequeu to unbreak cpu hotplug deadlock
by Daniel Vetter
· 7 years ago
0ead5f8
drm/i915/bios: don't pass bdb to parsers that don't parse VBT directly
by Jani Nikula
· 7 years ago
0ebdabe
drm/i915/bios: parse SDVO device mapping from pre-parsed child devices
by Jani Nikula
· 7 years ago
b3ca1f4
drm/i915/bios: merge parse_device_mapping() into parse_general_definitions()
by Jani Nikula
· 7 years ago
53f6b24
drm/i915/bios: cleanup comments and useless return
by Jani Nikula
· 7 years ago
127704f
drm/i915/bios: remove an unnecessary temp variable
by Jani Nikula
· 7 years ago
2d936f1
drm/i915/bios: don't initialize fields based on vbt version
by Jani Nikula
· 7 years ago
a87145c
drm/i915/bios: refactor parse general definitions
by Jani Nikula
· 7 years ago
348e405
drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX channel
by Jani Nikula
· 7 years ago
0e00588
drm/i915: avoid division by zero on cnl_calc_wrpll_link
by Paulo Zanoni
· 7 years ago
2de3813
drm/i915: add the BXT and CNL DPLL registers to pipe_config_compare
by Paulo Zanoni
· 7 years ago
84e8978
drm/i915: s/sg_mask/sg_page_sizes/
by Matthew Auld
· 7 years ago
43ae70d
drm/i915: Early rejection of mappable GGTT pin attempts for large bo
by Chris Wilson
· 7 years ago
a3259ca
drm/i915: Avoid evicting user fault mappable vma for pread/pwrite
by Chris Wilson
· 7 years ago
3c755c5
drm/i915: Try a minimal attempt to insert the whole object for relocations
by Chris Wilson
· 7 years ago
f34a93b
drm/i915: Check PIN_NONFAULT overlaps in evict_for_node
by Chris Wilson
· 7 years ago
a65adaf
drm/i915: Track user GTT faulting per-vma
by Chris Wilson
· 7 years ago
3bd4073
drm/i915: Consolidate get_fence with pin_fence
by Chris Wilson
· 7 years ago
b4563f5
drm/i915: Pin fence for iomap
by Chris Wilson
· 7 years ago
67e6456
drm/i915: Provide an assert for when we expect forcewake to be held
by Chris Wilson
· 7 years ago
ff97d3a
drm/i915/selftests: Hold the rpm wakeref for the reset tests
by Chris Wilson
· 7 years ago
1749d90
drm/i915: Hold forcewake for the duration of reset+restart
by Chris Wilson
· 7 years ago
95a19ab
drm/i915/selftests: Pretty print engine state when requests fail to start
by Chris Wilson
· 7 years ago
f636edb
drm/i915: Make i915_engine_info pretty printer to standalone
by Chris Wilson
· 7 years ago
bef27bd
drm/i915: Assert we do not try to expand VMA for hugepage inside GGTT
by Chris Wilson
· 7 years ago
d0d3725
drm/i915: Use intel_get_pipe_timings() and intel_mode_from_pipe_config() in intel_crtc_mode_get()
by Ville Syrjälä
· 9 years ago
e30a154
drm/i915: Read timings from the correct transcoder in intel_crtc_mode_get()
by Ville Syrjälä
· 9 years ago
a883241
drm/i915: enable platform support for 2M pages
by Matthew Auld
· 7 years ago
f1f3f98
drm/i915: enable platform support for 64K pages
by Matthew Auld
· 7 years ago
da9fe3f
drm/i915: disable platform support for vGPU huge gtt pages
by Matthew Auld
· 7 years ago
7924d9d
drm/i915/selftests: mix huge pages
by Matthew Auld
· 7 years ago
4049866
drm/i915/selftests: huge page tests
by Matthew Auld
· 7 years ago
7393b7e
drm/i915/debugfs: include some gtt page size metrics
by Matthew Auld
· 7 years ago
d9ec12f
drm/i915: accurate page size tracking for the ppgtt
by Matthew Auld
· 7 years ago
17a00cf
drm/i915: support 64K pages for the 48b PPGTT
by Matthew Auld
· 7 years ago
aa09587
drm/i915: add support for 64K scratch page
by Matthew Auld
· 7 years ago
0a03852
drm/i915: support 2M pages for the 48b PPGTT
by Matthew Auld
· 7 years ago
8cb0983
drm/i915: disable GTT cache for 2M pages
by Matthew Auld
· 7 years ago
9a6330c
drm/i915: enable IPS bit for 64K pages
by Matthew Auld
· 7 years ago
855822b
drm/i915: align 64K objects to 2M
by Matthew Auld
· 7 years ago
7464284
drm/i915: align the vma start to the largest gtt page size
by Matthew Auld
· 7 years ago
fa3f46a
drm/i915: introduce vm set_pages/clear_pages
by Matthew Auld
· 7 years ago
a5c08166
drm/i915: introduce page_size members
by Matthew Auld
· 7 years ago
b91b09e
drm/i915: push set_pages down to the callers
by Matthew Auld
· 7 years ago
2a9654b
drm/i915: introduce page_sizes field to dev_info
by Matthew Auld
· 7 years ago
b901bb8
drm/i915/gemfs: enable THP
by Matthew Auld
· 7 years ago
465c403
drm/i915: introduce simple gemfs
by Matthew Auld
· 7 years ago
703321b
mm/shmem: introduce shmem_file_setup_with_mnt
by Matthew Auld
· 7 years ago
279f5a0
drm/i915/execlists: Add a comment for the extra MI_ARB_ENABLE
by Chris Wilson
· 7 years ago
8d55082
drm/i915: Order two completing nop_submit_request
by Chris Wilson
· 7 years ago
320671f
drm/i915: Silence compiler warning for hsw_power_well_enable()
by Chris Wilson
· 7 years ago
7c26240
drm/i915: Try harder to finish the idle-worker
by Chris Wilson
· 7 years ago
bb8920f
drm/i915: Fix pointer-to-int conversion
by Michal Wajdeczko
· 7 years ago
ead92ed
drm/i915/huc: Fix includes in intel_huc.c
by Michal Wajdeczko
· 7 years ago
faf6548
drm/i915: Unify uC variable types to avoid flooding checkpatch.pl
by Joonas Lahtinen
· 7 years ago
822a4b67
drm/i915: Don't use BIT() in UAPI section
by Joonas Lahtinen
· 7 years ago
Next »