Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
546486184c46070d83e08cc69e039e82021c6fc6
/
drivers
/
gpu
/
drm
/
i915
5464861
drm/i915: Factor out helper to read out PPS HW state
by Imre Deak
· 9 years ago
8e8232d
drm/i915: Deduplicate PPS register retrieval
by Imre Deak
· 9 years ago
7859799
drm/i915/bxt: Fix PPS lost state after suspend breaking eDP link training
by Imre Deak
· 9 years ago
b4d06ed
drm/i915: Group all the PPS init steps to one place
by Imre Deak
· 9 years ago
0080b5d
drm/i915: Initialize the PPS HW before its first use
by Imre Deak
· 9 years ago
97a824e1
drm/i915/ibx, cpt: Don't attempt to register eDP if LVDS was detected
by Imre Deak
· 9 years ago
6125151
drm/i915/guc: Remove one unnecessary variable
by Tvrtko Ursulin
· 9 years ago
ee648a7
drm/i915: Use connector_type for printing in intel_connector_info, v2.
by Maarten Lankhorst
· 9 years ago
26c17cf
drm/i915: Use atomic state and connector_type in i915_sink_src
by Maarten Lankhorst
· 9 years ago
b6dabe3
drm/i915: Use connector_type instead of intel_encoder->type for DP.
by Maarten Lankhorst
· 9 years ago
26875fe
drm/i915: Use connector->name in drrs debugfs.
by Maarten Lankhorst
· 9 years ago
7822492
drm/i915/gvt: Mark i915.enable_gvt as false if loading fails
by Chris Wilson
· 9 years ago
77ca04c
drm/i915: Set the access right of kernel param "i915.enable_gvt" to read-only.
by Zhi Wang
· 9 years ago
2b83c4c
drm/i915: Set softmin frequency on idle->busy transition
by Michał Winiarski
· 9 years ago
0b63bb1
drm/i915/guc: index host arrays by i915 engine ID, not guc_id
by Dave Gordon
· 9 years ago
e77018f
drm/i915/fbdev: Flush mode configuration before lastclose
by Chris Wilson
· 9 years ago
43cee31
drm/i915/fbdev: Limit the global async-domain synchronization
by Chris Wilson
· 9 years ago
d626f34
drm/i915/fbdev: Perform async fbdev initialisation much later
by Chris Wilson
· 9 years ago
aeecc96
drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmaps
by Chris Wilson
· 9 years ago
80788a0
drm/i915/fbc: sanitize i915.enable_fbc during FBC init
by Paulo Zanoni
· 9 years ago
ab28a54
drm/i915/fbc: update busy_bits even for GTT and flip flushes
by Paulo Zanoni
· 9 years ago
c7f7e2f
drm/i915/fbc: Disable on HSW by default for now
by Lyude
· 9 years ago
6eae005
drm/i915: pwrite/pread do not require obj->base.filp, just pages
by Chris Wilson
· 9 years ago
b9bcd14
drm/i915: Extract checking for backing struct pages to a helper
by Chris Wilson
· 9 years ago
91df09d
drm/i915: Revert DisplayPort fast link training feature
by Mika Kahola
· 9 years ago
a02b010
drm/i915: Update DRIVER_DATE to 20160620
by Daniel Vetter
· 9 years ago
c8c3579
drm/i915: Introduce GVT context creation API
by Zhi Wang
· 9 years ago
80a9a8d
drm/i915: Support LRC context single submission
by Zhi Wang
· 9 years ago
3c7ba63
drm/i915: Introduce execlist context status change notification
by Zhi Wang
· 9 years ago
c01fc53
drm/i915: Make addressing mode bits in context descriptor configurable
by Zhi Wang
· 9 years ago
bcd794c
drm/i915: Make ring buffer size of a LRC context configurable
by Zhi Wang
· 9 years ago
0ad35fe
drm/i915: gvt: Introduce the basic architecture of GVT-g
by Zhi Wang
· 9 years ago
b02d22a
drm/i915: Fold vGPU active check into inner functions
by Zhi Wang
· 9 years ago
b2a5d1e
drm/i915: Use offsetof() to calculate the offset of members in PVINFO page
by Zhi Wang
· 9 years ago
87da603
drm/i915: Factor out i915_pvinfo.h
by Zhi Wang
· 9 years ago
c37efb9
drm/i915: Serialise presentation with imported dmabufs
by Chris Wilson
· 9 years ago
ee042aa
drm/i915: Use atomic commits for legacy page_flips
by Daniel Vetter
· 9 years ago
6c9c1b3
drm/i915: Move fb_bits updating later in atomic_commit
by Daniel Vetter
· 9 years ago
94f0502
drm/i915: nonblocking commit
by Daniel Vetter
· 9 years ago
faf68d9
Reapply "drm/i915: Pass atomic states to fbc update, functions."
by Maarten Lankhorst
· 9 years ago
ea0000f
drm/i915: Roll out the helper nonblock tracking
by Daniel Vetter
· 9 years ago
1f7528c
drm/i915: Signal drm events for atomic
by Daniel Vetter
· 9 years ago
c199412
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
1c1a24d
drm/i915/ilk: Don't disable SSC source if it's in use
by Lyude
· 9 years ago
4d75787
drm/i915/guc: (re)initialise doorbell h/w when enabling GuC submission
by Dave Gordon
· 9 years ago
f10d69a
drm/i915/guc: replace assign_doorbell() with select_doorbell_register()
by Dave Gordon
· 9 years ago
a667429
drm/i915/guc: refactor doorbell management code
by Dave Gordon
· 9 years ago
10d2c3e
drm/i915/guc: move guc_ring_doorbell() nearer to callsite
by Dave Gordon
· 9 years ago
dd16107
drm/i915/guc: remove writes to GEN8_DRBREG registers
by Dave Gordon
· 9 years ago
072a21c
drm/i915/guc: prefer __set/clear_bit() to bitmap_set/clear()
by Dave Gordon
· 9 years ago
9636f6d
drm/i915/guc: add doorbell map to debugfs/i915_guc_info
by Dave Gordon
· 9 years ago
780f0ae
drm/i915/bxt: Add WaDisablePooledEuLoadBalancingFix
by arun.siluvery@linux.intel.com
· 9 years ago
e015dd6
drm/i915/bxt: Add WaEnablePooledEuFor2x6
by arun.siluvery@linux.intel.com
· 9 years ago
33e141e
drm/i915:bxt: Enable Pooled EU support
by arun.siluvery@linux.intel.com
· 9 years ago
b021248
drm/i915: Fix missing unlock on error in i915_ppgtt_info()
by Wei Yongjun
· 9 years ago
beffa51
drm/i915/guc: prefer 'dev_priv' to 'dev' for intra-module functions
by Dave Gordon
· 9 years ago
0daf556
drm/i915/guc: prefer 'dev_priv' to 'dev' for static functions
by Dave Gordon
· 9 years ago
e93da0a
drm/i915/bxt: Sanitiy check the PHY lane power down status
by Imre Deak
· 9 years ago
324513c
drm/i915/bxt: Rename broxton to bxt in PHY/CDCLK function prefixes
by Imre Deak
· 9 years ago
95a7a2a
drm/i915/bxt: Set DDI PHY lane latency optimization during modeset
by Imre Deak
· 9 years ago
9c8d0b8
drm/i915/bxt: Move DDI PHY enabling/disabling to the power well code
by Imre Deak
· 9 years ago
b409ca9
drm/i915: Factor out intel_power_well_get/put
by Imre Deak
· 9 years ago
e4c49e0
drm/i915/bxt: Wait for PHY1 GRC calibration synchronously
by Imre Deak
· 9 years ago
94bb489
drm/i915: use #defines for qemu subsystem ids
by Gerd Hoffmann
· 9 years ago
030daa0
drm/i915/mocs: || vs | typo in get_mocs_settings()
by Dan Carpenter
· 9 years ago
2ce0004
drm/i915: Don't unregister fbdev's fb twice
by Lukas Wunner
· 9 years ago
a8ab5ed
drm/i915/gen9: implement WaConextSwitchWithConcurrentTLBInvalidate
by Tim Gore
· 9 years ago
b50a537
drm/i915: Support for pread/pwrite from/to non shmem backed objects
by Ankitprasad Sharma
· 9 years ago
4f1959e
drm/i915: Use insert_page for pwrite_fast
by Ankitprasad Sharma
· 9 years ago
341be1c
drm/i915: Introduce i915_gem_object_get_dma_address()
by Chris Wilson
· 9 years ago
d6473f5
drm/i915: Add support for mapping an object page by page
by Chris Wilson
· 9 years ago
4e50f79
drm/i915/guc: suppress GuC-related message on non-GuC platforms
by Dave Gordon
· 9 years ago
cc22a86
drm: i915: Rely on the default ->best_encoder() behavior where appropriate
by Boris Brezillon
· 9 years ago
5e84c26
drm/atomic-helper: Massage swap_state signature somewhat
by Daniel Vetter
· 9 years ago
8c07eb6
Revert "drm/i915/ilk: Don't disable SSC source if it's in use"
by Daniel Vetter
· 9 years ago
d3a4618
drm: Replace fb_helper->atomic with mode_config->atomic_commit
by Daniel Vetter
· 9 years ago
3c85f20
Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next
by Dave Airlie
· 9 years ago
5b73594
Merge tag 'drm-intel-next-2016-06-06' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
d1b4eef
drm/i915/gen9: Add WaFbcHighMemBwCorruptionAvoidance
by Mika Kuoppala
· 9 years ago
031cd8c
drm/i195/fbc: Add WaFbcNukeOnHostModify
by Mika Kuoppala
· 9 years ago
303d4ea
drm/i915/gen9: Add WaFbcWakeMemOn
by Mika Kuoppala
· 9 years ago
0f78dee
drm/i915/gen9: Add WaFbcTurnOffFbcWatermark
by Mika Kuoppala
· 9 years ago
066d462
drm/i915/kbl: Add WaClearSlmSpaceAtContextSwitch
by Mika Kuoppala
· 9 years ago
71dce58
drm/i915/skl: Extend WaDisableChickenBitTSGBarrierAckForFFSliceCS
by Mika Kuoppala
· 9 years ago
590e8ff
drm/i915/gen9: Add WaEnableChickenDCPR
by Mika Kuoppala
· 9 years ago
954337a
drm/i915/kbl: Add WaDisableSbeCacheDispatchPortSharing
by Mika Kuoppala
· 9 years ago
4de5d7c
drm/i915/kbl: Add WaDisableGafsUnitClkGating
by Mika Kuoppala
· 9 years ago
0b2d093
drm/i915/kbl: Add WaForGAMHang
by Mika Kuoppala
· 9 years ago
44fff99
drm/i915/skl: Add WAC6entrylatency
by Mika Kuoppala
· 9 years ago
6fc2913
drm/i915/gen9: Add WaDisableSkipCaching
by Mika Kuoppala
· 9 years ago
ad2bdb4
drm/i915: Add WaInsertDummyPushConstP for bxt and kbl
by Mika Kuoppala
· 9 years ago
c0b730d
drm/i915/kbl: Add WaDisableDynamicCreditSharing
by Mika Kuoppala
· 9 years ago
8aeb7f6
drm/i915/kbl: Add WaDisableGamClockGating
by Mika Kuoppala
· 9 years ago
b033bb6
drm/i915/gen9: Enable must set chicken bits in config0 reg
by Mika Kuoppala
· 9 years ago
fe90581
drm/i915/kbl: Add WaDisableLSQCROPERFforOCL
by Mika Kuoppala
· 9 years ago
17e0adf
drm/i915/edp: Add WaKVMNotificationOnConfigChange:bdw
by Mika Kuoppala
· 9 years ago
9498dba
drm/i915/kbl: Add WaDisableSDEUnitClockGating
by Mika Kuoppala
· 9 years ago
8401d42
drm/i915/kbl: Add WaDisableFenceDestinationToSLM for A0
by Mika Kuoppala
· 9 years ago
e587f6c
drm/i915/kbl: Add WaEnableGapsTsvCreditFix
by Mika Kuoppala
· 9 years ago
bbaefe7
drm/i915: Mimic skl with WaForceEnableNonCoherent
by Mika Kuoppala
· 9 years ago
Next »