Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cc29ec874b3727e3f5a606bd1875e34f6e3f1593
/
drivers
/
gpu
/
drm
/
i915
20f8e03
Backmerge drm-fixes merge into Linus's tree into drm-next.
by Dave Airlie
· 9 years ago
ade1ba7
Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
a98728e
drm/i915: Correct max delay for HDMI hotplug live status checking
by Gary Wang
· 9 years ago
97f9010
drm/i915: mdelay(10) considered harmful
by Daniel Vetter
· 9 years ago
57a2af6
drm/i915: Kill intel_crtc->cursor_bo
by Ville Syrjälä
· 9 years ago
ef8dd37
drm/i915: Workaround CHV pipe C cursor fail
by Ville Syrjälä
· 9 years ago
0f0cd47
drm/i915: Only spin whilst waiting on the current request
by Chris Wilson
· 9 years ago
f87a780
drm/i915: Limit the busy wait on requests to 5us not 10ms!
by Chris Wilson
· 9 years ago
e7571f7
drm/i915: Break busywaiting for requests on pending signals
by Chris Wilson
· 9 years ago
a59fac6
drm/i915: Disable primary plane if we fail to reconstruct BIOS fb (v2)
by Matt Roper
· 9 years ago
62d622c
drm/i915: Set the map-and-fenceable flag for preallocated objects
by Chris Wilson
· 9 years ago
615cb24
drm/i915: Drop the broken cursor base==0 special casing
by Ville Syrjälä
· 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
f03d8ed
drm/doc: Convert to markdown
by Danilo Cesar Lemes de Paula
· 9 years ago
51bce5b
Merge tag 'drm-intel-next-2015-12-04-1' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 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
13a3d91
drm: Pass 'name' to drm_encoder_init()
by Ville Syrjälä
· 9 years ago
b0b3b79
drm: Pass 'name' to drm_universal_plane_init()
by Ville Syrjälä
· 9 years ago
f988287
drm: Pass 'name' to drm_crtc_init_with_planes()
by Ville Syrjälä
· 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
634b3a4
drm/i915: Do a better job at disabling primary plane in the noatomic case.
by Maarten Lankhorst
· 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
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
30ecad7
drm: Move drm_display_mode an related docs into kerneldoc
by Daniel Vetter
· 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
6704d45
drm/i915/skl: Double RC6 WRL always on
by Mika Kuoppala
· 9 years ago
344df98
drm/i915/skl: Disable coarse power gating up until F0
by Mika Kuoppala
· 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
4a1e1d0
drm/i915: Remove incorrect warning in context cleanup
by Tvrtko Ursulin
· 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
Next »