index
:
~bwidawsk/drm-intel
bdw-ppgtt
bdw-rc6
bdw-sema
big_pages
blobifier
blobifier-v10
blobifier-v2
blobifier-v3
blobifier-v4
blobifier-v5
blobifier-v6
blobifier-v7
blobifier-v8
braswell
braswell+wbinvd
broadwell
broadwell-null-ctx
extra_error_objs
faulting
for-len
force_throttle
forced-throttling
gpu_mirror
gt4
gtt-map-nonblock
hsw-gt1-hang
ilk_contexts
instdone
irq_fix
jenkins
llc-scanout
mi_urb_clear
mocs
mocs-new
new-ccs
non-block
non-lock
ppgtt
ppgtt-POC
prelocate
rbc
readread
replace-ctx
reuse-default
ring-scale
scheduler
scheduler_blocking
system_routine
timestamp
vgem
wait_rendering
wbinvd
wbinvd-drm-opt
bwidawsk's kernels for test and review
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_drv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-06
drm/i915: Reorganize intel_enable_ppgtt
Ben Widawsky
1
-1
/
+21
2013-12-06
drm/i915: Extract mm switching to function
Ben Widawsky
1
-0
/
+3
2013-12-06
drm/i915: Use drm_mm for PPGTT PDEs
Ben Widawsky
1
-0
/
+1
2013-12-06
drm/i915: PPGTT vfuncs should take a ppgtt argument
Ben Widawsky
1
-1
/
+2
2013-12-06
drm/i915: Split context enabling from init
Ben Widawsky
1
-0
/
+1
2013-12-06
drm/i915: Better reset handling for contexts
Ben Widawsky
1
-0
/
+1
2013-12-06
drm/i915: Track which ring a context ran on
Ben Widawsky
1
-1
/
+1
2013-12-06
drm/i915: Add a context open function
Ben Widawsky
1
-0
/
+1
2013-12-06
drm/i915: Create bind/unbind abstraction for VMAs
Ben Widawsky
1
-50
/
+50
2013-12-06
drm/i915: Make pin count per VMA
Ben Widawsky
1
-13
/
+19
2013-12-06
Merge remote-tracking branch 'origin/drm-intel-fixes' into drm-intel-nightly
Daniel Vetter
1
-2
/
+1
2013-12-06
drm/i915: fix pm init ordering
Daniel Vetter
1
-2
/
+0
2013-11-28
drm/i915: add intel_display_power_enabled_sw() for use in atomic ctx
Imre Deak
1
-2
/
+0
2013-11-28
drm/i915/vlv: Valleyview support for forcewake Individual power wells.
Deepak S
1
-0
/
+17
2013-11-28
drm/i915: Add power well arguments to force wake routines.
Deepak S
1
-4
/
+11
2013-11-26
drm/i915: add a debugfs entry for power domain info
Imre Deak
1
-0
/
+3
2013-11-26
drm/i915: add a default always-on power well
Imre Deak
1
-1
/
+0
2013-11-26
drm/i915: add always-on power wells instead of special casing them
Imre Deak
1
-0
/
+1
2013-11-26
drm/i915: support for multiple power wells
Imre Deak
1
-3
/
+9
2013-11-26
drm/i915: add audio power domain
Imre Deak
1
-0
/
+1
2013-11-19
drm/i915: Do not enable package C8 on unsupported hardware
Chris Wilson
1
-0
/
+1
2013-11-18
drm/i915: remove intel_uncore_clear_errors
Daniel Vetter
1
-1
/
+0
2013-11-15
Merge branch 'backlight-rework' into drm-intel-next-queued
Daniel Vetter
1
-17
/
+47
2013-11-15
Merge branch 'bdw-fixes' into backlight-rework
Daniel Vetter
1
-1
/
+6
2013-11-14
drm/i915: do not save/restore backlight registers in KMS
Jani Nikula
1
-2
/
+0
2013-11-14
drm/i915: nuke get max backlight functions
Jani Nikula
1
-1
/
+0
2013-11-14
drm/i915: remove QUIRK_NO_PCH_PWM_ENABLE
Jani Nikula
1
-1
/
+0
2013-11-14
drm/i915/bdw: Add BDW to ULT macro
Ben Widawsky
1
-1
/
+6
2013-11-13
drm/i915: handle backlight through chip specific functions
Jani Nikula
1
-0
/
+9
2013-11-13
drm/i915: make backlight info per-connector
Jani Nikula
1
-7
/
+2
2013-11-12
drm/i915: add i915_get_reset_stats_ioctl
Mika Kuoppala
1
-0
/
+2
2013-11-12
drm/i915: add i915_reset_count
Mika Kuoppala
1
-21
/
+22
2013-11-11
drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centric
Chon Ming Lee
1
-0
/
+13
2013-11-10
Merge tag 'bdw-stage1-2013-11-08-v2' of git://people.freedesktop.org/~danvet/...
Dave Airlie
1
-8
/
+28
2013-11-08
drm/i915/bdw: Support eDP PSR
Ben Widawsky
1
-1
/
+1
2013-11-08
drm/i915/bdw: Use The GT mailbox for IPS enable/disable
Ben Widawsky
1
-1
/
+1
2013-11-08
drm/i915/bdw: Broadwell also has the "power down well"
Paulo Zanoni
1
-1
/
+5
2013-11-08
drm/i915/bdw: add IS_BROADWELL macro
Paulo Zanoni
1
-0
/
+1
2013-11-08
drm/i915/bdw: PPGTT init & cleanup
Ben Widawsky
1
-4
/
+15
2013-11-08
drm/i915/bdw: Implement interrupt changes
Ben Widawsky
1
-1
/
+4
2013-11-07
drm/i915: Require HW contexts (when possible)
Ben Widawsky
1
-2
/
+1
2013-11-06
drm/i915/vlv: use per-pipe backlight controls v2
Jesse Barnes
1
-0
/
+3
2013-11-06
drm/i915: Pass dev_priv to vlv_gpu_freq() and vlv_freq_opcode()
Ville Syrjälä
1
-2
/
+2
2013-11-06
drm/i915: make backlight functions take a connector
Jesse Barnes
1
-0
/
+1
2013-11-06
drm/i915: move opregion asle request handling to a work queue
Jani Nikula
1
-0
/
+1
2013-11-05
drm/i915: add bunit read/write routines
Jesse Barnes
1
-0
/
+2
2013-11-05
drm/i915/bdw: IS_GEN8 definition
Ben Widawsky
1
-0
/
+1
2013-11-04
Merge tag 'v3.12' into drm-intel-next
Daniel Vetter
1
-2
/
+6
2013-11-01
drm/i916: add "auto" pipe CRC source
Daniel Vetter
1
-0
/
+1
2013-10-30
drm/i915: use enum pipe consistently in i915_irq.c
Daniel Vetter
1
-2
/
+2
[next]