Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bc539567ab521ff10c6060ccb6f7665561551f72
/
drivers
/
gpu
/
drm
/
i915
/
i915_drv.h
a5aac5a
drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
by Ville Syrjälä
· 9 years ago
7fa1d27
Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
1d6da87
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
55d7f30
drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT
by Ville Syrjälä
· 9 years ago
4096e64
Merge 4.6-rc7 into staging-next
by Greg Kroah-Hartman
· 9 years ago
3ed605b
kernel.h: add u64_to_user_ptr()
by Gustavo Padovan
· 9 years ago
5b4fd5b
drm/i915: Update DRIVER_DATE to 20160425
by Daniel Vetter
· 9 years ago
8305216
drm/i915: check for ERR_PTR from i915_gem_object_pin_map()
by Dave Gordon
· 9 years ago
d528a6a
drm/i915/skl: Fix rc6 based gpu/system hang
by Mika Kuoppala
· 9 years ago
8f6d855
drm/i915/bxt: Enable runtime PM
by Imre Deak
· 9 years ago
adc7f04
drm/i915/bxt: Add HW state verification for DDI PHY and CDCLK
by Imre Deak
· 9 years ago
aa9b781
drm/i915: Late request cancellations are harmful
by Chris Wilson
· 9 years ago
f4457ae
drm/i915: Prevent leaking of -EIO from i915_wait_request()
by Chris Wilson
· 9 years ago
299259a
drm/i915: Store the reset counter when constructing a request
by Chris Wilson
· 9 years ago
d98c52c
drm/i915: Tighten reset_counter for reset status
by Chris Wilson
· 9 years ago
c19ae98
drm/i915: Hide the atomic_read(reset_counter) behind a helper
by Chris Wilson
· 9 years ago
d501b1d
drm/i915: Add GEM debugging Kconfig option
by Chris Wilson
· 9 years ago
e73bdd2
drm/i915: Disentangle i915_drv.h includes
by Chris Wilson
· 9 years ago
3accaf7
drm/i915: Store and use edram capabilities
by Mika Kuoppala
· 9 years ago
185c66e
drm/i915/skl: Fix rc6 based gpu/system hang
by Mika Kuoppala
· 9 years ago
3f10e82
drm/i915: add INTEL_GEN() helper shorthand for INTEL_INFO()->gen
by Jani Nikula
· 9 years ago
3756685
drm/i915: Only grab correct forcewake for the engine with execlists
by Tvrtko Ursulin
· 9 years ago
33c582c
drm/i915: Simplify for_each_fw_domain iterators
by Tvrtko Ursulin
· 9 years ago
a57a4a6
drm/i915: Use consistent forcewake auto-release timeout across kernel configs
by Tvrtko Ursulin
· 9 years ago
a056281
drm/i915: Get panel_type from OpRegion panel details
by Ville Syrjälä
· 9 years ago
3e845c7
drm/i915: Replace the static panel_type variable with dev_priv->vbt.panel_type
by Ville Syrjälä
· 9 years ago
3e4d44e
drm/i915: Restore GMBUS operation after a failed bit-banging fallback
by Ville Syrjälä
· 9 years ago
ba3150a
drm/i915: Update DRIVER_DATE to 20160411
by Daniel Vetter
· 9 years ago
eae2c43
drm/i915/shrinker: Restrict vmap purge to objects with vmaps
by Chris Wilson
· 9 years ago
0a798eb
drm/i915: Refactor duplicate object vmap functions
by Chris Wilson
· 9 years ago
c04e0f3
drm/i915: Separate out the seqno-barrier from engine->get_seqno
by Chris Wilson
· 9 years ago
14fd0d6
drm/i915: Include engine->last_submitted_seqno in GPU error state
by Chris Wilson
· 9 years ago
9458f4b
drm/i915: Do not WARN_ON in i915_vm_to_ppgtt
by Joonas Lahtinen
· 9 years ago
d252bf6
drm/i915: Set invert bit for hpd based on VBT
by Shubhangi Shrivastava
· 9 years ago
c30fec6
drm/i915: Use GPLL ref clock to calculate GPU freqs on VLV/CHV
by Ville Syrjälä
· 9 years ago
6b332fa
drm/i915/guc: reset GuC and retry on firmware load failure
by Arun Siluvery
· 9 years ago
e87666b
drm/i915/shrinker: Hook up vmap allocation failure notifier
by Chris Wilson
· 9 years ago
c231775
drm/i915: Implement WaPixelRepeatModeFixForC0:chv
by Ville Syrjälä
· 9 years ago
72e96d6
drm/i915: Refer to GGTT {,VM} consistently
by Joonas Lahtinen
· 9 years ago
b95c532
drm/i915: Pass crtc_state to color management functions.
by Maarten Lankhorst
· 9 years ago
fbf6d87
drm/i915: Add locking to pll updates, v3.
by Maarten Lankhorst
· 9 years ago
68d4aee
drm/i915: Update DRIVER_DATE to 20160330
by Daniel Vetter
· 9 years ago
5833498
drm/i915: remove unused dev_priv->render_reclock_avail
by Jani Nikula
· 9 years ago
9d6c875
drm/i915: move sdvo mappings to vbt data
by Jani Nikula
· 9 years ago
06411f0
drm/i915: move edp low vswing config to vbt data
by Jani Nikula
· 9 years ago
6aa23e6
drm/i915: use a substruct in vbt data for edp
by Jani Nikula
· 9 years ago
b4ac5af
drm/i915: replace for_each_engine()
by Dave Gordon
· 9 years ago
c3232b1
drm/i915: introduce for_each_engine_id()
by Dave Gordon
· 9 years ago
70e8aa2
drm/i915: Split PNV version of crtc_compute_clock()
by Ander Conselvan de Oliveira
· 9 years ago
14b730f
drm/i915/tdr: Prepare error handler to accept mask of hung engines
by arun.siluvery@linux.intel.com
· 9 years ago
fc0768c
drm/i915/tdr: Initialize hangcheck struct for each engine
by Tomas Elf
· 9 years ago
82cf435
drm/i915: Implement color management on bdw/skl/bxt/kbl
by Lionel Landwerlin
· 9 years ago
8563b1e
drm/i915: Extract out gamma table and CSC to their own file
by Lionel Landwerlin
· 9 years ago
4d1de97
drm/i915/bxt: add dsi transcoders
by Jani Nikula
· 9 years ago
1844a66
drm/i915: add another virtual PCH bridge for passthrough support
by Jesse Barnes
· 9 years ago
d15d753
drm/i915: Tune down init error message due to failure injection
by Imre Deak
· 9 years ago
62106b4
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
by Joonas Lahtinen
· 9 years ago
4fec15d
drm/i915: Add fault injection support
by Imre Deak
· 9 years ago
40ae4e1
drm/i915: Move load time gem_load_init earlier
by Imre Deak
· 9 years ago
ee4b6fa
drm/i915: Modify reset func to handle per engine resets
by Mika Kuoppala
· 9 years ago
7caaef3
drm/i915/bios: drop has_mipi in favor of intel_bios_is_dsi_present
by Jani Nikula
· 9 years ago
7137aec
drm/i915: move VBT based DSI presence check to intel_bios.c
by Jani Nikula
· 9 years ago
951d9ef
drm/i915: move VBT based eDP port check to intel_bios.c
by Jani Nikula
· 9 years ago
5a69d13
drm/i915: move VBT based LVDS presence check to intel_bios.c
by Jani Nikula
· 9 years ago
3bdd14d
drm/i915: move VBT based TV presence check to intel_bios.c
by Jani Nikula
· 9 years ago
da20563
drm/i915: make transcoder_name return a string
by Jani Nikula
· 9 years ago
c3aeadc8
drm/i915: add for_each_port_masked macro
by Jani Nikula
· 9 years ago
117897f
drm/i915: More renaming of rings to engines
by Tvrtko Ursulin
· 9 years ago
666796d
drm/i915: More intel_engine_cs renaming
by Tvrtko Ursulin
· 9 years ago
4a570db
drm/i915: Rename intel_engine_cs struct members
by Tvrtko Ursulin
· 9 years ago
0bc40be
drm/i915: Rename intel_engine_cs function parameters
by Tvrtko Ursulin
· 9 years ago
359d2243
drm/i915: Update DRIVER_DATE to 20160314
by Daniel Vetter
· 9 years ago
f9476a6
drm/i915: Refactor platform specifics out of intel_get_shared_dpll()
by Ander Conselvan de Oliveira
· 9 years ago
ac7f11c
drm/i915: Move shared dpll struct definitions to separate header file
by Ander Conselvan de Oliveira
· 9 years ago
e7dc33f
drm/i915: Store rawclk_freq in dev_priv
by Ville Syrjälä
· 9 years ago
e3bddde
drm/i915: Only recalculate wm's for planes part of the state, v2.
by Maarten Lankhorst
· 9 years ago
ca37780
drm/i915: Avoid snooping with userptr where not supported
by Tvrtko Ursulin
· 9 years ago
a37baf3
drm/i915/gen9: Sanitize handling of allowed DC states
by Imre Deak
· 9 years ago
f85db05
drm/i915/error: Capture WA ctx batch in error state
by arun.siluvery@linux.intel.com
· 9 years ago
ed4a6a7
drm/i915: Add two-stage ILK-style watermark programming (v11)
by Matt Roper
· 9 years ago
5790ff7
drm/i915: Update DRIVER_DATE to 20160229
by Daniel Vetter
· 9 years ago
596c592
drm/i915: Reduce the pointer dance of i915_is_ggtt()
by Chris Wilson
· 9 years ago
6831f3e
drm/i915: Add for_each_pipe_masked()
by Ville Syrjälä
· 9 years ago
832dba8
drm/i915/gen9: Check for DC state mismatch
by Patrik Jakobsson
· 9 years ago
e2c8b87
drm/i915: Use atomic helpers for suspend, v2.
by Maarten Lankhorst
· 9 years ago
1ffedc0
Revert "drm/i915: fix context/engine cleanup order"
by Daniel Vetter
· 9 years ago
59bbf84
drm/i915: Update DRIVER_DATE to 20160214
by Daniel Vetter
· 9 years ago
1b39a91
drm/i915: fix context/engine cleanup order
by Nick Hoath
· 9 years ago
dfb19ed
drm/i915: Extend gpio read/write to other cores
by Deepak M
· 9 years ago
10182e7
drm/i915/vlv: drop unused vlv_gps_core_read/write functions
by Jani Nikula
· 9 years ago
8c40074
drm/i915/fbc: unexport the HW level activation functions
by Paulo Zanoni
· 9 years ago
de47266
drm/i915: Allow i915_gem_object_get_page() on userptr as well
by Chris Wilson
· 9 years ago
60e5ffe
drm/i915: Add PSR main link standby support back
by Rodrigo Vivi
· 9 years ago
9b42281
drm/i915/fbc: don't store/check a pointer to the FB
by Paulo Zanoni
· 9 years ago
b20d275
drm/i915/fbc: don't store the fb_id on reg_params
by Paulo Zanoni
· 9 years ago
010cf73
drm/i915/fbc: rewrite the multiple_pipes_ok() code for locking
by Paulo Zanoni
· 9 years ago
aaf78d2
drm/i915/fbc: introduce struct intel_fbc_state_cache
by Paulo Zanoni
· 9 years ago
ab34a7e
drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->x
by Paulo Zanoni
· 9 years ago
b183b3f
drm/i915/fbc: introduce struct intel_fbc_reg_params
by Paulo Zanoni
· 9 years ago
ca18d51
drm/i915/fbc: wait for a vblank instead of 50ms when enabling
by Paulo Zanoni
· 9 years ago
Next »