Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a2991414c4fc08800331a494c1098b798800526c
a299141
drm/i915: Add support for detecting vblanks when hw frame counter is unavailable.
by Maarten Lankhorst
· 9 years ago
5251f04
drm/i915: Remove intel_prepare_page_flip, v3.
by Maarten Lankhorst
· 9 years ago
ef58319
drm/i915: Remove intel_finish_page_flip_plane.
by Maarten Lankhorst
· 9 years ago
55d80d2
drm/i915: Remove stallcheck special handling, v3.
by Maarten Lankhorst
· 9 years ago
af61d5c
drm/core: Add drm_accurate_vblank_count, v5.
by Maarten Lankhorst
· 9 years ago
74aa156
drm/i915/bxt: reserve space for RC6 in the the GuC WOPCM
by Peter Antoine
· 9 years ago
af4a879
drm/i915: Simplify control flow in intel_atomic_check a bit.
by Daniel Vetter
· 9 years ago
1ecc1c6
drm/i915/dsi: CABC support for Panel PWM backlight control
by Deepak M
· 9 years ago
9019835
drm/i915/dsi: Add DCS control for Panel PWM
by Jani Nikula
· 9 years ago
9a652cc
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
99ee872
Merge tag 'topic/drm-misc-2016-05-13' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
76e9cab
Merge branch 'topic-arcpgu-updates' of https://github.com/foss-for-synopsys-dwc-arc-processors/linux into drm-next
by Dave Airlie
· 9 years ago
e8fcdf1
drm/i915: don't mix bitwise and logical operations for has_snoop
by Jani Nikula
· 9 years ago
f7770bf
drm/i915: Skip clearing the GGTT on full-ppgtt systems
by Chris Wilson
· 9 years ago
975f7ff
drm/i915: Lazily migrate the objects after hibernation
by Chris Wilson
· 9 years ago
461fb99
drm/i915: Update domain tracking for GEM objects on hibernation
by Chris Wilson
· 9 years ago
1f19ac2
drm/i915: Add distinct stubs for PM hibernation phases
by Chris Wilson
· 9 years ago
e3d5457
drm/i915: Ignore stale wm register values on resume on ilk-bdw (v2)
by Ville Syrjälä
· 9 years ago
1560653
drm/i915: Don't leave old junk in ilk active watermarks on readout
by Ville Syrjälä
· 9 years ago
b8e7570
drm/i915: Eliminate the CDCLK_CTL RMW on BXT
by Ville Syrjälä
· 9 years ago
7fe6275
drm/i915: Program BXT_CDCLK_CD2X_PIPE
by Ville Syrjälä
· 9 years ago
3861fc6
drm/i915: s/required_vco/vco/ in skl cdclk code
by Ville Syrjälä
· 9 years ago
9ef5615
drm/i915: s/freq/cdclk/
by Ville Syrjälä
· 9 years ago
4b6cd64
drm/i915: Kill off dead code from skl_dpll0_enable()
by Ville Syrjälä
· 9 years ago
430e05d
drm/i915: Extract skl_dpll0_disable()
by Ville Syrjälä
· 9 years ago
760e147
drm/i915: Remove 10% cdclk guardband on BXT
by Ville Syrjälä
· 9 years ago
92891e4
drm/i915: Use skl_cdclk_decimal() on bxt
by Ville Syrjälä
· 9 years ago
4e5ca60
drm/i915: Use ilk_max_pixel_rate() for BXT cdclk calculation
by Ville Syrjälä
· 9 years ago
c44deb6
drm/i915: Don't pass dev_priv to broxton_calc_cdclk()
by Ville Syrjälä
· 9 years ago
445e780
drm/i915: Untangle .fdi_link_train and cdclk vfunc setup
by Ville Syrjälä
· 9 years ago
587c791
drm/i915: Extract broadwell_calc_cdclk()
by Ville Syrjälä
· 9 years ago
e1ff5f0
drm/i915: Drop checks for max_pixclk failures in cdclk computation
by Ville Syrjälä
· 9 years ago
5b48374
drm/i915: Remove wm_config from dev_priv/intel_atomic_state
by Matt Roper
· 9 years ago
6b6bada
drm/i915/gen9: Reject display updates that exceed wm limitations (v2)
by Matt Roper
· 9 years ago
734fa01
drm/i915/gen9: Calculate watermarks during atomic 'check' (v2)
by Matt Roper
· 9 years ago
55994c2
drm/i915/gen9: Propagate watermark calculation failures up the call chain
by Matt Roper
· 9 years ago
2b4b9f3
drm/i915/gen9: Use a bitmask to track dirty pipe watermarks
by Matt Roper
· 9 years ago
f4a9675
drm/i915/gen9: Allow watermark calculation on in-flight atomic state (v3)
by Matt Roper
· 9 years ago
33815fa
drm/i915/gen9: Calculate plane WM's from state
by Matt Roper
· 9 years ago
a6d3460e
drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2)
by Matt Roper
· 9 years ago
98d3949
drm/i915/gen9: Compute DDB allocation at atomic check time (v4)
by Matt Roper
· 9 years ago
279e99d
drm/i915: Add distrust_bios_wm flag to dev_priv (v2)
by Matt Roper
· 9 years ago
c107acf
drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3)
by Matt Roper
· 9 years ago
8b4a7d0
drm/i915: Track whether an atomic transaction changes the active CRTC's
by Matt Roper
· 9 years ago
86a2100a
drm/i915/gen9: Store plane minimum blocks in CRTC wm state (v2)
by Matt Roper
· 9 years ago
9c74d82
drm/i915/gen9: Allow calculation of data rate for in-flight state (v2)
by Matt Roper
· 9 years ago
a1de91e
drm/i915/gen9: Cache plane data rates in CRTC state
by Matt Roper
· 9 years ago
e7649b5
drm/i915: Rename s/skl_compute_pipe_wm/skl_build_pipe_wm/
by Matt Roper
· 9 years ago
e8f1f02
drm/i915: Reorganize WM structs/unions in CRTC state
by Matt Roper
· 9 years ago
a7363de
drm/i915: Remove redundant const from function return type
by Imre Deak
· 9 years ago
7d7792e
drm/i915: Handle error return from dma_set_coherent_mask()
by Imre Deak
· 9 years ago
d9a7bc6
drm/i915: Add comments about fixed pipe->transcoder/PLL mapping
by Imre Deak
· 9 years ago
7494bcd
drm/i915/gen9: Avoid using negative array index in skl_update_plane()
by Imre Deak
· 9 years ago
e075a32
drm/i915: Stop automatically retiring requests after a GPU hang
by Chris Wilson
· 9 years ago
e6db746
drm/i915: Stop retiring requests from busy/wait ioctls
by Chris Wilson
· 9 years ago
bdb0461
drm/i915: Complete pending resets before get-reset-stats ioctl
by Chris Wilson
· 9 years ago
d538704
drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c
by Chris Wilson
· 9 years ago
1b6f495
drm/i915: Remove intel_limit_t typedef
by Ander Conselvan de Oliveira
· 9 years ago
4c5def9
drm/i915: Remove intel_range_t and intel_p2_t typedefs
by Ander Conselvan de Oliveira
· 9 years ago
9e2c847
drm/i915: Remove intel_clock_t typedef
by Ander Conselvan de Oliveira
· 9 years ago
cf15fab
Merge tag 'drm/panel/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 9 years ago
57bf5c8
drm/i915/guc: Add Broxton GuC firmware loading support
by Nick Hoath
· 9 years ago
4d3ba7e
drm/i915/guc: Use major_minor version for filename
by Tom O'Rourke
· 9 years ago
1ee8da6
drm/i915: Convert intel_overlay.c to use native drm_i915_private pointers
by Chris Wilson
· 9 years ago
d5aab9d
drm/i915: s/DPPL/DPLL/ for SKL DPLLs
by Ville Syrjälä
· 9 years ago
227e4f4
drm/panel: simple: Add support for TPK U.S.A. LLC Fusion 7" and 10.1" panels
by Bhuvanchandra DV
· 9 years ago
0647e7d
drm/bridge: Add Analogix anx78xx support
by Enric Balletbo i Serra
· 9 years ago
6060fd4
devicetree: Add ANX7814 SlimPort transmitter binding
by Enric Balletbo i Serra
· 9 years ago
ae4927f
of: Add vendor prefix for Analogix Semiconductor
by Enric Balletbo i Serra
· 9 years ago
56c5da0
drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register
by Enric Balletbo i Serra
· 9 years ago
4fc24ab
drm/panel: simple: Add support for Innolux AT070TN92
by Riccardo Bortolato
· 9 years ago
844e2f5
drm/panel: simple: Remove useless drm_mode_set_name()
by Boris Brezillon
· 10 years ago
cda5537
drm/panel: simple: Set appropriate mode type
by Boris Brezillon
· 9 years ago
cf5c9e6
drm/panel: simple: Add timings for the Olimex LCD-OLinuXino-4.3TS
by Maxime Ripard
· 9 years ago
e8b6f56
drm/panel: simple: Add the 7" DPI panel from Adafruit
by Eric Anholt
· 9 years ago
686cfbd
of: Add vendor prefix for On Tat Industrial Company.
by Eric Anholt
· 9 years ago
7d02067
Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 9 years ago
9530697
Merge tag 'drm/tegra/for-4.7-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 9 years ago
93f517c
Merge branch 'drm-hisilicon-next' of github.com:xin3liang/linux into drm-next
by Dave Airlie
· 9 years ago
6d23abf
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
by Dave Airlie
· 9 years ago
b4eeed5
drm/amd/powerplay: rewrite pp_sw_init to make code readable
by Huang Rui
· 9 years ago
67b1fcc
drm/amdgpu/dce11: fix audio offset for asics with >7 audio pins
by Alex Deucher
· 9 years ago
758ac17
drm/amdgpu: fix and cleanup user fence handling v2
by Christian König
· 9 years ago
d88bf58
drm/amdgpu: move VM fields into job
by Christian König
· 9 years ago
92f2509
drm/amdgpu: move the context from the IBs into the job
by Christian König
· 9 years ago
f153d28
drm/amdgpu: move context switch handling into common code v2
by Christian König
· 9 years ago
9f8fb5a
drm/amdgpu: move preamble IB handling into common code
by Christian König
· 9 years ago
914f9e1
drm/amdgpu/gfx7: fix pipeline sync
by Chunming Zhou
· 9 years ago
8e008dd
amdgpu/uvd: separate context buffer from DPB
by Sonny Jiang
· 9 years ago
9ecb549
drm/atomic: Add drm_atomic_helper_best_encoder()
by Noralf Trønnes
· 9 years ago
2827635
drm/atomic: Don't skip drm_bridge_*() calls if !drm_encoder_helper_funcs
by Noralf Trønnes
· 9 years ago
02da16d
drm/fb-cma-helper: Hook up to DocBook and fix some docs
by Noralf Trønnes
· 9 years ago
2dad551
drm/fb-helper: Remove mention of CONFIG_FB_DEFERRED_IO in docs
by Noralf Trønnes
· 9 years ago
aa3b73f
drm/amdgpu: use fence_context to judge ctx switch v2
by Christian König
· 9 years ago
822b2ce
drm/amd/amdgpu: Added more named DRM info messages for debugging
by Tom St Denis
· 9 years ago
88a907d
drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)
by Tom St Denis
· 9 years ago
cb9e59d
drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)
by Alex Deucher
· 9 years ago
a71dd89
drm/amdgpu/dce11: don't share PLLs on Polaris
by Alex Deucher
· 9 years ago
438498a
drm/amdgpu: Drop unused parameter for *get_sleep_divider_id_from_clock
by Nils Wallménius
· 9 years ago
354ef92
drm/amdgpu: Simplify calculation in *get_sleep_divider_id_from_clock
by Nils Wallménius
· 9 years ago
Next »