Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
dd97950a4cb7218fac38570e2e12c57a2cfd8312
/
drivers
/
gpu
dd97950
drm/i915/bios: add proper documentation for the Video BIOS Table (VBT)
by Jani Nikula
· 9 years ago
0bff485
drm/i915: Unbreak check_digital_port_conflicts()
by Ville Syrjälä
· 9 years ago
152b226
drm/i915: Compile-time concatenate WARN_ON macro strings
by Joonas Lahtinen
· 9 years ago
32753cb
drm/i915: Simplify _STATE_ debug macros
by Joonas Lahtinen
· 9 years ago
4601b93
drm/i915: Remove obsolete code from intelfb_alloc()
by Lukas Wunner
· 9 years ago
b29ec92
drm/i915: Workaround CHV pipe C cursor fail
by Ville Syrjälä
· 9 years ago
482bfe5
drm/i915: Reorder i915_params struct.
by Joonas Lahtinen
· 9 years ago
c838d71
drm/i915: Decouple struct i915_params i915 into i915_params.h
by Joonas Lahtinen
· 9 years ago
1a5a9ce
drm/i915: Limit VF cache invalidate workaround usage to gen9
by Ben Widawsky
· 9 years ago
61fb398
drm/i915: Correct max delay for HDMI hotplug live status checking
by Gary Wang
· 9 years ago
c140330
drm/i915: Move Braswell stop_machine GGTT insertion workaround
by Chris Wilson
· 9 years ago
06e668a
drm/i915: Apply broader WaRsDisableCoarsePowerGating for guc also
by Mika Kuoppala
· 9 years ago
7447a2b
drm/i915: Update DRIVER_DATE to 20151218
by Daniel Vetter
· 9 years ago
e238659
drm/i915/skl: Default to noncoherent access up to F0
by Mika Kuoppala
· 9 years ago
821485d
drm/i915: Only spin whilst waiting on the current request
by Chris Wilson
· 9 years ago
ca5b721
drm/i915: Limit the busy wait on requests to 5us not 10ms!
by Chris Wilson
· 9 years ago
91b0c35
drm/i915: Break busywaiting for requests on pending signals
by Chris Wilson
· 9 years ago
cbc68dc
drm/i915: don't enable autosuspend on platforms without RPM support
by Imre Deak
· 9 years ago
e6cb372
drm/i915/backlight: prefer dev_priv over dev pointer
by Jani Nikula
· 9 years ago
200757f
drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)
by Matt Roper
· 9 years ago
0c82312
drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
by Chris Wilson
· 9 years ago
d0710ab
drm/i915: Set the map-and-fenceable flag for preallocated objects
by Chris Wilson
· 9 years ago
71a199b
drm/i915: mdelay(10) considered harmful
by Daniel Vetter
· 9 years ago
be69459
drm/i915: check that we are in an RPM atomic section in GGTT PTE updaters
by Imre Deak
· 9 years ago
2b19efe
drm/i915: add support for checking RPM atomic sections
by Imre Deak
· 9 years ago
542db3c
drm/i915: check that we hold an RPM wakelock ref before we put it
by Imre Deak
· 9 years ago
1f814da
drm/i915: add support for checking if we hold an RPM reference
by Imre Deak
· 9 years ago
c9b8846
drm/i915: use assert_rpm_wakelock_held instead of opencoding it
by Imre Deak
· 9 years ago
da5827c
drm/i915: add assert_rpm_wakelock_held helper
by Imre Deak
· 9 years ago
7f23323
drm/i915: remove HAS_RUNTIME_PM check from RPM get/put/assert helpers
by Imre Deak
· 9 years ago
25b181b
drm/i915: get a permanent RPM reference on platforms w/o RPM support
by Imre Deak
· 9 years ago
b268c69
drm/i915: refactor RPM disabling due to RC6 being disabled
by Imre Deak
· 9 years ago
aabee1b
drm/i915: clarify comment about mandatory RPM put/get during driver load/unload
by Imre Deak
· 9 years ago
04ebaad
drm/i915/opregion: handle VBT sizes bigger than 6 KB
by Jani Nikula
· 9 years ago
ffc85da
drm/i915: Fix AVI/HDMI/SPD infoframes on HSW+
by Ville Syrjälä
· 9 years ago
34957e8
drm/i915/bios: reduce indent in parse_general_features
by Jani Nikula
· 9 years ago
98f3a1d
drm/i915/bios: prefer using dev_priv over dev pointer
by Jani Nikula
· 9 years ago
3556dd4
drm/i915/bios: fix format string of the VBT signature logging
by Jani Nikula
· 9 years ago
e23ceb8
drm/i915: move drmP.h include to i915_drv.h
by Jani Nikula
· 9 years ago
19c8054
drm/i915: prefer for_each_intel_* macros for iteration
by Jani Nikula
· 9 years ago
ada8f95
drm/i915/debugfs: add a separate debugfs file for VBT
by Jani Nikula
· 9 years ago
2455a8e
drm/i915: don't use a temp buffer for opregion debugfs file
by Jani Nikula
· 9 years ago
8273038
drm/i915/opregion: make VBT pointer a const
by Jani Nikula
· 9 years ago
6531873
drm/i915/opregion: make VBT size limit more strict
by Jani Nikula
· 9 years ago
f0067a3
drm/i915: refactor VBT validation
by Jani Nikula
· 9 years ago
8b8e1a8
drm/i915/bios: rename intel_parse_bios to intel_bios_init
by Jani Nikula
· 9 years ago
e2051c4
drm/i915/bios: move debug logging about VBT source to intel_parse_bios()
by Jani Nikula
· 9 years ago
caf37fa
drm/i915/bios: have functions return vbt, not bdb, header pointer
by Jani Nikula
· 9 years ago
b30581a
drm/i915: move "no VBT in opregion" quirk to intel_opregion_setup()
by Jani Nikula
· 9 years ago
b3cbd98
drm/i915: Add Intel opregion mailbox 5 structure
by Deepak M
· 9 years ago
663f312
drm/i915: Drop the broken cursor base==0 special casing
by Ville Syrjälä
· 9 years ago
1264859
drm/i915: Kill intel_crtc->cursor_bo
by Ville Syrjälä
· 9 years ago
7370c68
drm/i915: PSR also doesn't have link_entry_time on SKL.
by Rodrigo Vivi
· 9 years ago
618100f
Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
9e7d18c
drm/i915: mark a newly-created GEM object dirty when filled with data
by Dave Gordon
· 9 years ago
033908a
drm/i915: mark GEM object pages dirty when mapped & written by the CPU
by Dave Gordon
· 9 years ago
c5baa56
drm/i915: Update to post-reset execlist queue clean-up
by Tomas Elf
· 9 years ago
56c4897
drm/i915: dual link pipe selection for bxt
by Deepak M
· 9 years ago
c85f6c91e
drm/i915: add VBT address and size fields to ASLE mailbox struct
by Deepak M
· 9 years ago
14e0188
drm/i915: Fix random aux transactions failures.
by Rodrigo Vivi
· 9 years ago
b0366a5
drm/i915: intel_ring_initialized() must be simple and inline
by Dave Gordon
· 9 years ago
0bdf5a0
drm/i915: Add reverse mapping between port and intel_encoder
by Takashi Iwai
· 9 years ago
cae666c
drm/i915: Add get_eld audio component
by Takashi Iwai
· 9 years ago
54a41961
drm/i915: Do a better job at disabling primary plane in the noatomic case.
by Maarten Lankhorst
· 9 years ago
50df29d
drm/i915: Remove BUG_ON call in vlv_enable_pll
by Wayne Boyer
· 9 years ago
4d3e904
drm/i915: Only set gem object L3 cache level for IVB devices
by Wayne Boyer
· 9 years ago
bf6ce93
drm/i915: Remove VLV A0 hack
by Wayne Boyer
· 9 years ago
a7e478c
drm/i915: Use HAS_PCH_SPLIT to determine correct devices
by Wayne Boyer
· 9 years ago
666a453
drm/i915: Separate cherryview from valleyview
by Wayne Boyer
· 9 years ago
825f272
drm/i915: Cancel hangcheck before GPU is suspended
by Joonas Lahtinen
· 9 years ago
3d52ccf
drm/i915: start adding dp mst audio
by Libin Yang
· 9 years ago
ef8f9be
dp/mst: add SDP stream support
by Libin Yang
· 9 years ago
e8ebd8e
drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macros
by Dave Gordon
· 9 years ago
a25c9f0
drm/i915/kbl: Fix DMC load on Kabylake.
by Rodrigo Vivi
· 9 years ago
893da0c
drm/i915: check for return value
by Sudip Mukherjee
· 9 years ago
506a8e8
drm/i915: Add soft-pinning API for execbuffer
by Chris Wilson
· 9 years ago
0f55564
drm/i915: constify intel_dvo_dev_ops structures
by Julia Lawall
· 9 years ago
2b81b84
drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake.
by Rodrigo Vivi
· 9 years ago
a5b7991
drm/i915/kbl: Use propper ddi buffer translation table for Kabylake ULT and ULX.
by Rodrigo Vivi
· 9 years ago
3614603
drm/i915: vlv: clamp minimum RPS frequency to what Punit allows
by Imre Deak
· 10 years ago
a308ccb
drm/i915: Leave FDI running after failed link training on LPT-H
by Ville Syrjälä
· 9 years ago
503a74e
drm/i915: Disable LPT-H VGA dotclock during crtc disable
by Ville Syrjälä
· 9 years ago
060f02d
drm/i915: Refactor LPT-H VGA dotclock disabling
by Ville Syrjälä
· 9 years ago
92966a3
drm/i915: Disable FDI after the CRT port on LPT-H
by Ville Syrjälä
· 9 years ago
a2572f5
drm/i915: Round to closest when computing the VGA dotclock for LPT-H
by Ville Syrjälä
· 9 years ago
f7be2c2
drm/i915: Disable CLKOUT_DP bending on LPT/WPT as needed
by Ville Syrjälä
· 9 years ago
e7674b8
drm/i915/skl: Double RC6 WRL always on
by Mika Kuoppala
· 9 years ago
6686ece
drm/i915/skl: Disable coarse power gating up until F0
by Mika Kuoppala
· 9 years ago
e876b41a
Back merge tag 'v4.4-rc4' into drm-next
by Dave Airlie
· 9 years ago
dfaf37b
drm/i915: Fix idle_frames counter.
by Rodrigo Vivi
· 9 years ago
0d014ff
drm/i915: Remove double wait_for_vblank on broadwell.
by Maarten Lankhorst
· 9 years ago
b900111
drm/i915/skl: Update watermarks before the crtc is disabled.
by Maarten Lankhorst
· 9 years ago
92826fc
drm/i915: Calculate watermark related members in the crtc_state, v4.
by Maarten Lankhorst
· 9 years ago
ab1d3a0
drm/i915: Move disable_cxsr to the crtc_state.
by Maarten Lankhorst
· 9 years ago
47c0fd7
Merge tag 'topic/drm-misc-2015-12-04' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
a4d8a0f
i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power_of_2(dev_priv->info.subslice_7eu[i])"
by Zeng Zhaoxiu
· 9 years ago
df4d4aa
Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 9 years ago
03a97d8
drm/i915: Update DRIVER_DATE to 20151204
by Daniel Vetter
· 9 years ago
8e36f9d
drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)
by Alex Deucher
· 9 years ago
1562020
drm/i915/skl: Add SKL GT4 PCI IDs
by Mika Kuoppala
· 9 years ago
Next »